Searched refs:owner (Results 1 - 25 of 222) sorted by relevance

123456789

/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/cifs/
H A Dcifs.kshlib17 # information: Portions Copyright [yyyy] [name of copyright owner]
44 typeset owner=$3
57 if [[ -n $owner ]]; then
58 chown $owner $object
/illumos-gate/usr/src/lib/librstp/common/
H A Dstatmch.c37 void *owner, char *name)
53 this->owner.owner = owner;
103 *this->owner.port->owner->name ? this->owner.port->owner->name : "Glbl",
104 this->owner.port->port_name,
112 *this->owner
34 STP_state_mach_create(void (*concreteEnterState) (STATE_MACH_T*), Bool (*concreteCheckCondition) (STATE_MACH_T*), char *(*concreteGetStatName) (int), void *owner, char *name) argument
[all...]
H A Dsttrans.c43 register PORT_T *port = this->owner.port;
45 return STP_OUT_set_learning (port->port_index, port->owner->vlan_id, False);
51 register PORT_T *port = this->owner.port;
53 return STP_OUT_set_learning (port->port_index, port->owner->vlan_id, True);
59 register PORT_T *port = this->owner.port;
61 return STP_OUT_set_forwarding (port->port_index, port->owner->vlan_id, False);
67 register PORT_T *port = this->owner.port;
69 return STP_OUT_set_forwarding (port->port_index, port->owner->vlan_id, True);
76 register PORT_T *port = this->owner.port;
87 STP_OUT_set_port_state (port->port_index, port->owner
[all...]
H A Dtransmit.c124 if (this->owner.port->skip_tx > 0) {
125 if (1 == this->owner.port->skip_tx)
127 this->owner.port->port_name);
128 this->owner.port->skip_tx--;
133 if (this->owner.port->admin_non_stp) return 1;
134 port_index = this->owner.port->port_index;
135 vlan_id = this->owner.port->owner->vlan_id;
143 stp_trace ("port %s txTcn", this->owner.port->port_name);
179 if (this->owner
[all...]
H A Dstatmch.h50 void * owner; member in union:state_mach_t::__anon3913
51 } owner; member in struct:state_mach_t
74 void* owner, char* name);
H A Dp2p.c55 register PORT_T* port = s->owner.port;
74 register PORT_T* port = s->owner.port;
H A Dmigrate.c44 register PORT_T* port = this->owner.port;
74 register PORT_T* port = this->owner.port;
82 return STP_hop_2_state (this, (port->owner->ForceVersion >= 2) ?
100 if (port->owner->ForceVersion < 2) {
H A Dtopoch.c57 register PORT_T* port = this->owner.port;
63 "flush", port->port_name, port->owner->name,
68 bret = STP_OUT_flush_lt (port->port_index, port->owner->vlan_id,
76 register PORT_T* port = this->owner.port;
79 for (tmp = port->owner->ports; tmp; tmp = tmp->next) {
88 "clearFDB", port->port_name, port->owner->name,
93 STP_OUT_flush_lt (port->port_index, port->owner->vlan_id,
101 register PORT_T* port = this->owner.port;
104 return 2 * port->owner->rootTimes.HelloTime;
106 return port->owner
[all...]
H A Dpcost.c42 register PORT_T* port = this->owner.port;
81 register PORT_T* port = this->owner.port;
109 register PORT_T* port = this->owner.port;
H A Dedge.c45 register PORT_T *port = s->owner.port;
74 register PORT_T *port = s->owner.port;
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-shm.c36 ** owner -- create segment.
46 shminter(owner)
47 bool owner;
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)
114 bool owner;
120 shm = (int *) sm_shmstart(T_SHMKEY, size, 0, &shmid, owner);
137 return sm_shmstop((void *) shm, shmid, owner);
206 bool owner = false; local
[all...]
H A Dshm.c31 ** owner -- create segment.
42 sm_shmstart(key, size, shmflg, shmid, owner)
47 bool owner;
55 if (owner)
70 sm_shmstop(shm, *shmid, owner);
83 ** owner -- delete segment.
95 sm_shmstop(shm, shmid, owner)
98 bool owner;
104 if (owner && shmid >= 0 && (r = shmctl(shmid, IPC_RMID, NULL)) < 0)
111 ** SM_SHMSETOWNER -- set owner/grou
[all...]
H A Dt-sem.c49 ** owner -- create semaphores.
57 seminter(owner)
58 bool owner;
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)
159 int owner;
166 if (!owner && uid != 0)
175 semid = sm_sem_start(T_SM_SEM_KEY, 1, 0, owner);
324 bool owner = false; local
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.mutex_owned.d17 * information: Portions Copyright [yyyy] [name of copyright owner]
42 this->owner = mutex_owner((kmutex_t *)arg0);
53 /this->owner != curthread/
55 printf("current thread is not current owner of owned lock\n");
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmDialog.java18 * information: Portions Copyright [yyyy] [name of copyright owner]
44 public pmDialog(Frame owner) { argument
45 this(owner, null, false);
48 public pmDialog(Frame owner, boolean modal) { argument
49 this(owner, null, modal);
52 public pmDialog(Frame owner, String title) { argument
53 this(owner, title, false);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_001_neg.ksh18 # information: Portions Copyright [yyyy] [name of copyright owner]
59 log_mustnot usr_exec chmod ${A}owner@:read_data:allow $node
60 log_mustnot usr_exec chmod A+ asd owner@:execute:deny $node
63 typeset type_opts="everyone groups owner user@ users"
102 log_mustnot chmod A+owner@:read_data:allow $node
104 chmod A+owner@:read_data:allow $node
H A Dzfs_acl_chmod_xattr_002_pos.ksh18 # information: Portions Copyright [yyyy] [name of copyright owner]
37 # owner/group/everyone are correct.
61 # owner@ group group_users other_users
71 set -A a_flag "owner@" "group@" "everyone@"
76 "owner/group/everyone while remove extended attributes are correct."
100 function logname #acl_target owner user
103 typeset owner=$2
108 if [[ $user == root || $owner == $user ]] then
115 function check_chmod_results #node flag acl_target owner g_usr o_usr
120 typeset owner
[all...]
H A Dzfs_acl_chmod_002_pos.ksh18 # information: Portions Copyright [yyyy] [name of copyright owner]
59 log_must chmod A+owner@:rwxp:f:allow,group@:rwxp:f:allow $mntpnt/dir.$$
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_rwlock.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
68 if (l->owner == curthread) {
109 * Then, set the owner field to curthread and
113 while (l->count > 0 || l->owner != NULL) {
134 l->owner = curthread;
157 if (l->owner == curthread) {
175 * lock. Otherwise, set the owner field to curthread and
178 if (l->count > 0 || l->owner != NULL) {
182 l->owner = curthread;
199 * the last of possibly nested writer locks, then clear the owner
[all...]
/illumos-gate/usr/src/tools/install.bin/
H A Dinstall.bin.c17 * 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] "
99 chown_file(const char *file, const char *group, const char *owner) argument
110 if (owner) {
111 own = stdfind(owner, usernames);
113 (void) fprintf(stderr, "unknown owner(%s)\n", owner);
163 char *owner = NULL; local
179 owner
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dturnstile.c17 * 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'
409 kthread_t *owner; local
718 turnstile_wakeup(turnstile_t *ts, int qnum, int nthreads, kthread_t *owner) argument
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging_p.h27 uid_t owner; member in struct:log_file_desc
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dvstafs.h74 unsigned int owner; member in struct:fs_file
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dchown.cc17 * information: Portions Copyright [yyyy] [name of copyright owner]
30 extern int chown(const char *path, uid_t owner, gid_t group);
/illumos-gate/usr/src/common/acl/
H A Dacl_common.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
38 uint32_t allow0; /* allow mask for bits only in owner */
39 uint32_t deny1; /* deny mask for bits not in owner */
41 uint32_t owner; /* allow mask matching mode */ member in struct:trivial_acl
56 uid_t owner, gid_t group);

Completed in 106 milliseconds

123456789