/titanic_51/usr/src/cmd/sendmail/libsm/ |
H A D | t-shm.c | 36 ** owner -- create segment. 46 shminter(owner) in shminter() argument 47 bool owner; in shminter() 52 shm = (int *) sm_shmstart(T_SHMKEY, SHMSIZE, 0, &shmid, owner); 94 return sm_shmstop((void *) shm, shmid, owner); 102 ** owner -- create segment. 113 shmbig(owner, size) in shmbig() argument 114 bool owner; in shmbig() 120 shm = (int *) sm_shmstart(T_SHMKEY, size, 0, &shmid, owner); 137 return sm_shmstop((void *) shm, shmid, owner); 157 shmtest(owner) shmtest() argument 206 bool owner = false; global() local [all...] |
H A D | t-sem.c | 49 ** owner -- create semaphores. 57 seminter(owner) in seminter() argument 58 bool owner; in seminter() 63 semid = sm_sem_start(T_SM_SEM_KEY, SM_NSEM, 0, owner); 105 if (owner) 148 ** owner -- create semaphores. 158 semtest(owner, uid, gid) in semtest() argument 159 int owner; in semtest() 166 if (!owner && uid != 0) 175 semid = sm_sem_start(T_SM_SEM_KEY, 1, 0, owner); 324 bool owner = false; global() local [all...] |
H A D | shm.c | 31 ** owner -- create segment. 42 sm_shmstart(key, size, shmflg, shmid, owner) 47 bool owner; variable 55 if (owner) 70 sm_shmstop(shm, *shmid, owner); 83 ** owner -- delete segment. 95 sm_shmstop(shm, shmid, owner) in sm_shmstop() argument 98 bool owner; 104 if (owner && shmid >= 0 && (r = shmctl(shmid, IPC_RMID, NULL)) < 0) 111 ** SM_SHMSETOWNER -- set owner/grou [all...] |
/titanic_51/usr/src/lib/librstp/common/ |
H A D | transmit.c | 124 if (this->owner.port->skip_tx > 0) { in txTcn() 125 if (1 == this->owner.port->skip_tx) in txTcn() 127 this->owner.port->port_name); in txTcn() 128 this->owner.port->skip_tx--; in txTcn() 133 if (this->owner.port->admin_non_stp) return 1; in txTcn() 134 port_index = this->owner.port->port_index; in txTcn() 135 vlan_id = this->owner.port->owner->vlan_id; in txTcn() 143 stp_trace ("port %s txTcn", this->owner.port->port_name); in txTcn() 179 if (this->owner in txConfig() [all...] |
H A D | sttrans.c | 43 register PORT_T *port = this->owner.port; in disableLearning() 45 return STP_OUT_set_learning (port->port_index, port->owner->vlan_id, False); in disableLearning() 51 register PORT_T *port = this->owner.port; in enableLearning() 53 return STP_OUT_set_learning (port->port_index, port->owner->vlan_id, True); in enableLearning() 59 register PORT_T *port = this->owner.port; in disableForwarding() 61 return STP_OUT_set_forwarding (port->port_index, port->owner->vlan_id, False); in disableForwarding() 67 register PORT_T *port = this->owner.port; in enableForwarding() 69 return STP_OUT_set_forwarding (port->port_index, port->owner->vlan_id, True); in enableForwarding() 76 register PORT_T *port = this->owner.port; in STP_sttrans_enter_state() 87 STP_OUT_set_port_state (port->port_index, port->owner in STP_sttrans_enter_state() [all...] |
H A D | statmch.c | 37 void *owner, char *name) in STP_state_mach_create() argument 53 this->owner.owner = owner; in STP_state_mach_create() 103 *this->owner.port->owner->name ? this->owner.port->owner->name : "Glbl", in STP_hop_2_state() 104 this->owner.port->port_name, in STP_hop_2_state() 112 *this->owner in STP_hop_2_state() [all...] |
H A D | topoch.c | 57 register PORT_T* port = this->owner.port; in flush() 63 "flush", port->port_name, port->owner->name, in flush() 68 bret = STP_OUT_flush_lt (port->port_index, port->owner->vlan_id, in flush() 76 register PORT_T* port = this->owner.port; in setTcPropBridge() 79 for (tmp = port->owner->ports; tmp; tmp = tmp->next) { in setTcPropBridge() 88 "clearFDB", port->port_name, port->owner->name, in setTcPropBridge() 93 STP_OUT_flush_lt (port->port_index, port->owner->vlan_id, in setTcPropBridge() 101 register PORT_T* port = this->owner.port; in newTcWhile() 104 return 2 * port->owner->rootTimes.HelloTime; in newTcWhile() 106 return port->owner in newTcWhile() [all...] |
H A D | roletrns.c | 58 for (port = this->owner.port->owner->ports; port; port = port->next) { in setSyncBridge() 68 for (port = this->owner.port->owner->ports; port; port = port->next) { in setReRootBridge() 78 for (port = this->owner->ports; port; port = port->next) { in compute_all_synced() 93 for (port = this->owner->ports; port; port = port->next) { in compute_re_rooted() 105 register PORT_T* port = this->owner.port; in STP_roletrns_enter_state() 108 stpm = port->owner; in STP_roletrns_enter_state() 264 register PORT_T *port = this->owner.port; in STP_roletrns_check_conditions() 269 stpm = port->owner; in STP_roletrns_check_conditions() [all...] |
H A D | migrate.c | 44 register PORT_T* port = this->owner.port; in STP_migrate_enter_state() 74 register PORT_T* port = this->owner.port; in STP_migrate_check_conditions() 82 return STP_hop_2_state (this, (port->owner->ForceVersion >= 2) ? in STP_migrate_check_conditions() 100 if (port->owner->ForceVersion < 2) { in STP_migrate_check_conditions()
|
H A D | statmch.h | 50 void * owner; member 51 } owner; member 74 void* owner, char* name);
|
H A D | portinfo.c | 64 register PORT_T* port = this->owner.port; in rcvBpdu() 150 register PORT_T* port = this->owner.port; in recordProposed() 163 register PORT_T* port = this->owner.port; in setTcFlags() 177 port->owner->name, port->port_name, in setTcFlags() 199 register PORT_T* port = this->owner.port; in updtBPDUVersion() 210 /* port->port->owner->ForceVersion >= NORMAL_RSTP in updtBPDUVersion() 221 register PORT_T* port = this->owner.port; in updtRcvdInfoWhile() 311 if (port->owner->ForceVersion >= NORMAL_RSTP) { in STP_info_rx_bpdu() 339 register PORT_T* port = this->owner.port; in STP_info_enter_state() 428 port->owner in STP_info_enter_state() [all...] |
/titanic_51/usr/src/pkg/manifests/ |
H A D | service-network-uucp.mf | 17 # information: Portions Copyright [yyyy] [name of copyright owner] 36 dir path=etc/uucp group=uucp owner=uucp 44 dir path=usr/lib/uucp group=uucp owner=uucp 50 dir path=var/spool/uucp group=uucp owner=uucp 51 dir path=var/spool/uucp/.Corrupt group=uucp owner=uucp 52 dir path=var/spool/uucp/.Workspace group=uucp owner=uucp 53 dir path=var/spool/uucp/.Xqtdir group=uucp owner=uucp 54 dir path=var/spool/uucppublic group=uucp mode=1777 owner=uucp 55 dir path=var/uucp group=uucp owner=uucp 56 dir path=var/uucp/.Admin group=uucp owner [all...] |
H A D | system-network.mf | 17 # information: Portions Copyright [yyyy] [name of copyright owner] 34 dir path=etc/dladm group=netadm owner=dladm 41 dir path=etc/ipadm group=netadm owner=netadm 42 dir path=etc/nwam group=netadm owner=netadm 43 dir path=etc/nwam/loc group=netadm owner=netadm 44 dir path=etc/nwam/loc/NoNet group=netadm owner=netadm 58 original_name=SUNWcnetr:etc/dladm/datalink.conf owner=dladm preserve=true 60 original_name=SUNWcnetr:etc/dladm/flowadm.conf owner=dladm preserve=true 62 original_name=SUNWcnetr:etc/dladm/flowprop.conf owner=dladm preserve=true 64 original_name=SUNWcnetr:etc/dladm/secobj.conf owner [all...] |
H A D | print-lp.mf | 17 # information: Portions Copyright [yyyy] [name of copyright owner] 35 dir path=etc/lp group=lp mode=0775 owner=lp 36 dir path=etc/lp/classes group=lp mode=0775 owner=lp 38 dir path=etc/lp/forms group=lp mode=0775 owner=lp 39 dir path=etc/lp/interfaces group=lp mode=0775 owner=lp 40 dir path=etc/lp/ppd group=lp mode=0775 owner=lp 41 dir path=etc/lp/printers group=lp mode=0775 owner=lp 42 dir path=etc/lp/pwheels group=lp mode=0775 owner=lp 63 dir path=var/lp group=lp mode=0775 owner=lp 64 dir path=var/lp/logs group=lp mode=0775 owner [all...] |
/titanic_51/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_rwlock.c | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 68 if (l->owner == curthread) { in smbfs_rw_enter_sig() 109 * Then, set the owner field to curthread and in smbfs_rw_enter_sig() 113 while (l->count > 0 || l->owner != NULL) { in smbfs_rw_enter_sig() 134 l->owner = curthread; in smbfs_rw_enter_sig() 157 if (l->owner == curthread) { in smbfs_rw_tryenter() 175 * lock. Otherwise, set the owner field to curthread and in smbfs_rw_tryenter() 178 if (l->count > 0 || l->owner != NULL) { in smbfs_rw_tryenter() 182 l->owner = curthread; in smbfs_rw_tryenter() 199 * the last of possibly nested writer locks, then clear the owner in smbfs_rw_exit() [all...] |
/titanic_51/usr/src/tools/install.bin/ |
H A D | install.bin.c | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 47 static void chown_file(const char *file, const char *group, const char *owner); 56 "usage: install [-sd][-m mode][-g group][-u owner] " in usage() 99 chown_file(const char *file, const char *group, const char *owner) in chown_file() argument 110 if (owner) { in chown_file() 111 own = stdfind(owner, usernames); in chown_file() 113 (void) fprintf(stderr, "unknown owner(%s)\n", owner); in chown_file() 163 char *owner = NULL; in main() local 179 owner in main() [all...] |
/titanic_51/usr/src/uts/common/io/ |
H A D | winlockio.c | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 33 * grab it from the current owner (without informing the owner). 161 * that the lock page contained a zero, then it invalidates the owner's 167 * timeout on the lock. The owner's mapping to the unlock page 168 * is invalidated so that the driver will be woken again when the owner 329 struct segproc *owner; /* current owner of lock */ member 762 if (sdp == lp->owner) { in winlockmap_unmap() 770 ASSERT(sdp != lp->owner); in winlockmap_unmap() 1295 SegProc *owner = lp->owner; seglock_lockfault() local 1508 SegProc *owner = lp->owner; lock_giveup() local [all...] |
/titanic_51/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmDialog.java | 18 * information: Portions Copyright [yyyy] [name of copyright owner] 44 public pmDialog(Frame owner) { in pmDialog() argument 45 this(owner, null, false); in pmDialog() 48 public pmDialog(Frame owner, boolean modal) { in pmDialog() argument 49 this(owner, null, modal); in pmDialog() 52 public pmDialog(Frame owner, String title) { in pmDialog() argument 53 this(owner, title, false); in pmDialog()
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/ |
H A D | zfs_acl_chmod_xattr_002_pos.ksh | 18 # information: Portions Copyright [yyyy] [name of copyright owner] 33 # owner/group/everyone are correct. 57 # owner@ group group_users other_users 67 set -A a_flag "owner@" "group@" "everyone@" 72 "owner/group/everyone while remove extended attributes are correct." 96 function logname #acl_target owner user 99 typeset owner=$2 104 if [[ $user == root || $owner == $user ]] then 111 function check_chmod_results #node flag acl_target owner g_usr o_usr 116 typeset owner [all...] |
H A D | zfs_acl_chmod_001_neg.ksh | 18 # information: Portions Copyright [yyyy] [name of copyright owner] 55 log_mustnot usr_exec $CHMOD ${A}owner@:read_data:allow $node 56 log_mustnot usr_exec $CHMOD A+ asd owner@:execute:deny $node 59 typeset type_opts="everyone groups owner user@ users" 98 log_mustnot $CHMOD A+owner@:read_data:allow $node 100 $CHMOD A+owner@:read_data:allow $node
|
/titanic_51/usr/src/uts/common/os/ |
H A D | turnstile.c | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 43 * [ Either drop the lock (change owner to NULL) or perform a direct 44 * [ handoff (change owner to one of the threads we're about to wake). 57 * (2) Once the lock is marked as having waiters, the owner may be 112 * turnstile_wakeup() waives any priority the owner may have inherited 115 * the new owner automatically inherits priority from any existing waiters. 306 * When we apply priority inheritance, we must grab the owner's thread lock 311 * obvious solution -- do a lock_try() for the owner lock -- isn't quite 323 * Complicating matters further, note that the owner's thread lock pointer 356 * the owner' in turnstile_interlock() 409 kthread_t *owner; turnstile_block() local 718 turnstile_wakeup(turnstile_t * ts,int qnum,int nthreads,kthread_t * owner) turnstile_wakeup() argument [all...] |
/titanic_51/usr/src/cmd/power/ |
H A D | power.dfl | 21 # information: Portions Copyright [yyyy] [name of copyright owner] 46 # console-owner a user who owns the system console device 49 # The default values are PMCHANGEPERM=console-owner and CPRCHANGEPERM= 50 # console-owner. 52 PMCHANGEPERM=console-owner 53 CPRCHANGEPERM=console-owner
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/acl/cifs/ |
H A D | cifs.kshlib | 17 # information: Portions Copyright [yyyy] [name of copyright owner] 40 typeset owner=$3 53 if [[ -n $owner ]]; then 54 $CHOWN $owner $object
|
/titanic_51/usr/src/tools/pmodes/ |
H A D | pmodes.c | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 41 * o change the owner of files/directories that can be safely 55 * d o owner -> newowner pathname [mode] 290 char *rest; /* buffer after owner */ 291 char *owner; /* same size as ut_user */ member 311 line->modelen, line->mode, line->owner, line->rest); in put_line() 383 * [ <mode> <owner> <group> .... ] in parse_line() 464 parse->old_owner = parse->owner = p; in parse_line() 554 root_owner = strcmp(line.owner, "root") == 0; in update_map() 563 * - it's not writable by the current owner an in update_map() [all...] |
/titanic_51/usr/src/tools/protocmp/ |
H A D | protodir.c | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 87 char *type, *class, *file, *src, *maj, *min, *perm, *owner, *group; in parse_proto_line() local 188 if (!(owner = strtok(NULL, FS))) { in parse_proto_line() 190 "error: bad line(owner) : %s\n", line); in parse_proto_line() 193 (void) strcpy(e->owner, owner); in parse_proto_line() 227 if (strcmp(e->owner, dup->owner) != 0) { in parse_proto_line() 229 "warning: %s: owner \"%s\" of %s does not match " in parse_proto_line() 230 "previous owner \" in parse_proto_line() [all...] |