Searched refs:owner (Results 1 - 25 of 290) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c18033 ** that the owner of the "z" string does not deallocate the string before
26562 volatile pthread_t owner; /* Thread that is within this mutex */ member in struct:sqlite3_mutex
27243 volatile DWORD owner; /* Thread holding this mutex */ member in struct:sqlite3_mutex
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_rmlock.c81 static int owner_rm(const struct lock_object *lock, struct thread **owner);
179 owner_rm(const struct lock_object *lock, struct thread **owner) argument
186 return (lc->lc_owner(&rm->rm_wlock_object, owner));
H A Dkern_rwlock.c76 static int owner_rw(const struct lock_object *lock, struct thread **owner);
132 * Returns if a write owner is recursed. Write ownership is not assured
190 owner_rw(const struct lock_object *lock, struct thread **owner) argument
195 *owner = rw_wowner(rw);
197 (*owner != NULL));
427 struct thread *owner; local
487 * If the owner is running on another CPU, spin until
488 * the owner stops running or the state of the lock
492 owner = (struct thread *)RW_OWNER(v);
493 if (TD_IS_RUNNING(owner)) {
883 struct thread *owner; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_types.h1137 const char *owner; /**< the username which owns the lock */
1112 const char *owner; /**< the username which owns the lock */ member in struct:svn_lock_t
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3122 dev->ib_dev.owner = THIS_MODULE;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2556 ibdev->ib_dev.owner = THIS_MODULE;
3238 /* need to queue only for port owner, which uses GEN_EQE */
/freebsd-11-stable/contrib/tzdata/
H A DMakefile463 GNUTARFLAGS= --numeric-owner --owner=0 --group=0 --mode=go+u,go-w --sort=name
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_mutex.c429 * Process shared mutex should not be inherited because owner is
648 uint32_t id, owner; local
670 owner = m->m_lock.m_owner;
671 if ((owner & ~UMUTEX_CONTESTED) == 0) {
672 if (atomic_cmpset_acq_32(&m->m_lock.m_owner, owner,
673 id | owner)) {
685 owner = m->m_lock.m_owner;
686 if ((owner & ~UMUTEX_CONTESTED) == 0) {
687 if (atomic_cmpset_acq_32(&m->m_lock.m_owner, owner,
688 id | owner)) {
[all...]
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_nsec.c112 * Get next owner name from nsec record
301 /* If the nsec is proving that qname is an ENT, the nsec owner
347 /* See if the next owner name covers a wildcard
406 uint8_t* owner = nsec->rk.dname; local
412 /* If NSEC owner == qname, then this NSEC proves that qname exists. */
413 if(query_dname_compare(qname, owner) == 0) {
420 if(dname_subdomain_c(qname, owner) &&
428 if(query_dname_compare(owner, next) == 0) {
435 else if(dname_canonical_compare(owner, next) > 0) {
437 /* the names after the last (owner) nam
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_lock.c91 struct thread *owner = (struct thread *) local
105 if (other->thread == owner &&
/freebsd-11-stable/sys/conf/
H A Dkmod.mk21 # KMODOWN Module file owner. [${BINOWN}]
/freebsd-11-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h9649 u8 owner[0x1]; member in struct:mlx5_ifc_eqe_bits
/freebsd-11-stable/usr.bin/xinstall/
H A Dxinstall.c115 static const char *group, *owner; variable
154 group = owner = NULL;
233 owner = optarg;
298 /* get group and owner id's */
309 if (owner != NULL && !dounpriv) {
310 if (uid_from_user(owner, &uid) == -1) {
312 if (!parseid(owner, &id))
313 errx(1, "unknown user %s", owner);
636 oowner = owner;
638 owner
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c195 ** pid -- pid of owner, should be a unique id to avoid misinterpretations
6679 ** owner -- is this the owner of semaphores?
6708 init_sem(owner)
6709 bool owner;
6713 SemId = sm_sem_start(SemKey, 1, 0, owner);
6721 if (owner && RunAsUid != 0)
6740 ** owner -- is this the owner of semaphores?
6749 stop_sem(owner)
[all...]
H A Ddeliver.c81 char *owner; local
226 sm_dprintf("\nAfter first owner pass, sendq =\n");
230 owner = "";
232 while (owner != NULL && otherowners > 0)
235 sm_dprintf("owner = \"%s\", otherowners = %d\n",
236 owner, otherowners);
237 owner = NULL;
261 if (owner == NULL)
264 sm_dprintf(" ... First owner = \"%s\"\n",
266 owner
[all...]
H A Dalias.c59 char *owner; local
85 ** envelope <> can't be sent to mailing lists, only owner-
86 ** send spam of this type to owner- of the list
92 /* Look for owner of alias */
93 (void) sm_strlcpyn(obuf, sizeof(obuf), 2, "owner-", a->q_user);
164 ** Look for owner of alias
167 if (strncmp(a->q_user, "owner-", 6) == 0 ||
169 (void) sm_strlcpy(obuf, "owner-owner", sizeof(obuf));
171 (void) sm_strlcpyn(obuf, sizeof(obuf), 2, "owner
[all...]
/freebsd-11-stable/contrib/sendmail/libsm/
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...]
H A Dt-notify.c28 ** owner -- create message queue.
36 notifytest(owner)
37 int owner;
44 r = sm_notify_start(owner, 0);
51 if (!owner)
H A Dsem.c28 ** owner -- create semaphores.
36 sm_sem_start(key, nsem, semflg, owner)
40 bool owner;
48 if (owner)
54 if (owner)
206 ** SM_SEMSETOWNER -- set owner/group/mode of semaphores.
H A Dnotify.c70 ** owner -- owner.
79 sm_notify_start(owner, flags)
80 bool owner;
86 if (owner)
97 ** owner -- owner.
106 sm_notify_stop(owner, flags)
107 bool owner;
110 if (owner)
[all...]
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dsem.h53 # define sm_sem_start(key, nsem, semflg, owner) 0
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c369 module_put(ib_dev->owner);
497 .owner = THIS_MODULE,
958 if (!try_module_get(ib_dev->owner)) {
989 module_put(ib_dev->owner);
1029 .owner = THIS_MODULE,
1037 .owner = THIS_MODULE,
1213 uverbs_dev->cdev.owner = THIS_MODULE;
H A Dib_user_mad.c1017 .owner = THIS_MODULE,
1098 .owner = THIS_MODULE,
1193 port->cdev.owner = THIS_MODULE;
1212 port->sm_cdev.owner = THIS_MODULE;
H A Dib_ucma.c1732 .owner = THIS_MODULE,
H A Dib_ucm.c1217 .owner = THIS_MODULE,
1287 ucm_dev->cdev.owner = THIS_MODULE;

Completed in 715 milliseconds

1234567891011>>