HomeSort by relevance Sort by last modified time
    Searched refs:owner (Results 1 - 25 of 231) sorted by null

1 2 3 4 5 6 7 8 910

  /onnv/onnv-gate/usr/src/lib/librstp/common/
statmch.c 37 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.stpm->name ? this->owner.stpm->name : "Glbl"
    [all...]
sttrans.c 43 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->vlan_id, UID_PORT_DISCARDING)
    [all...]
transmit.c 124 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.port->skip_tx > 0)
    [all...]
statmch.h 50 void * owner; member in union:state_mach_t::__anon24
51 } owner; member in struct:state_mach_t
74 void* owner, char* name);
p2p.c 55 register PORT_T* port = s->owner.port;
74 register PORT_T* port = s->owner.port;
migrate.c 44 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) {
topoch.c 57 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->rootTimes.MaxAge
    [all...]
pcost.c 42 register PORT_T* port = this->owner.port;
81 register PORT_T* port = this->owner.port;
109 register PORT_T* port = this->owner.port;
edge.c 45 register PORT_T *port = s->owner.port;
74 register PORT_T *port = s->owner.port;
  /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/
t-shm.c 36 ** 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...]
shm.c 31 ** 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/group/mode of shared memory segment
    [all...]
t-sem.c 51 ** owner -- create semaphores.
59 seminter(owner)
60 bool owner;
65 semid = sm_sem_start(T_SM_SEM_KEY, SM_NSEM, 0, owner);
107 if (owner)
136 ** owner -- create semaphores.
146 semtest(owner)
147 int owner;
152 semid = sm_sem_start(T_SM_SEM_KEY, 1, 0, owner);
159 if (owner)
285 bool owner = false; local
    [all...]
sem.c 29 ** owner -- create semaphores.
37 sm_sem_start(key, nsem, semflg, owner)
41 bool owner;
49 if (owner)
55 if (owner)
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
tst.mutex_owned.d 17 * 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");
  /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
pmDialog.java 18 * information: Portions Copyright [yyyy] [name of copyright owner]
44 public pmDialog(Frame owner) {
45 this(owner, null, false);
48 public pmDialog(Frame owner, boolean modal) {
49 this(owner, null, modal);
52 public pmDialog(Frame owner, String title) {
53 this(owner, title, false);
  /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
smbfs_rwlock.c 17 * 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...]
  /onnv/onnv-gate/usr/src/tools/install.bin/
install.bin.c 17 * information: Portions Copyright [yyyy] [name of copyright owner]
53 "usage: install [-sd][-m mode][-g group][-u owner] "
93 chown_file(const char *file, const char *group, const char *owner)
104 if (owner) {
105 own = stdfind(owner, usernames);
107 (void) fprintf(stderr, "unknown owner(%s)\n", owner);
141 char *owner = NULL; local
157 owner = optarg;
225 if (group || owner)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
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's lock to ensure that we won't retr
409 kthread_t *owner; local
    [all...]
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
vstafs.h 74 unsigned int owner; member in struct:fs_file
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/isc/
logging_p.h 27 uid_t owner; member in struct:log_file_desc
  /onnv/onnv-gate/usr/src/uts/common/io/
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 in struct:seglock
762 if (sdp == lp->owner) {
770 ASSERT(sdp != lp->owner);
1295 SegProc *owner = lp->owner; local
1508 SegProc *owner = lp->owner; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/
sem.h 54 # define sm_sem_start(key, nsem, semflg, owner) 0
  /onnv/onnv-gate/usr/src/common/acl/
acl_common.h 17 * information: Portions Copyright [yyyy] [name of copyright owner]
52 int isdir, uid_t owner, gid_t group);
  /onnv/onnv-gate/usr/src/head/
pkgstrct.h 17 * information: Portions Copyright [yyyy] [name of copyright owner]
59 char owner[ATRSIZ+1]; member in struct:ainfo
  /onnv/onnv-gate/usr/src/tools/pmodes/
pmodes.c 17 * information: Portions Copyright [yyyy] [name of copyright owner]
40 * o change the owner of files/directories that can be safely
54 * d o owner -> newowner pathname [mode]
290 char *rest; /* buffer after owner */
291 char *owner; /* same size as ut_user */ member in struct:parsed_line
311 line->modelen, line->mode, line->owner, line->rest);
383 * [ <mode> <owner> <group> .... ]
464 parse->old_owner = parse->owner = p;
554 root_owner = strcmp(line.owner, "root") == 0;
563 * - it's not writable by the current owner and i
    [all...]

Completed in 599 milliseconds

1 2 3 4 5 6 7 8 910