Searched refs:owner (Results 26 - 50 of 290) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/bsdconfig/console/
H A Dttys126 local mode owner
129 f_eval_catch -dk owner $funcname stat \
130 'stat -f "%%u:%%g" "%s"' "$ETC_TTYS" || owner="root:wheel"
132 f_eval_catch -d $funcname chown 'chown "%s" "%s"' "$owner" "$tmpfile"
/freebsd-11-stable/sys/x86/iommu/
H A Dbusdma_dmar.h41 device_t owner; member in struct:bus_dma_tag_dmar
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_policy.c120 secpolicy_vnode_access(cred_t *cr, vnode_t *vp, uid_t owner, accmode_t accmode) argument
149 secpolicy_vnode_access2(cred_t *cr, vnode_t *vp, uid_t owner, argument
159 return (secpolicy_vnode_access(cr, vp, owner, mode));
163 secpolicy_vnode_any_access(cred_t *cr, vnode_t *vp, uid_t owner) argument
178 if (owner == cr->cr_uid)
202 secpolicy_vnode_setdac(vnode_t *vp, cred_t *cr, uid_t owner) argument
205 if (owner == cr->cr_uid)
229 * If not the owner of the file then check privilege
232 * to add the set-uid bit, if we're not the owner.
251 * To change the owner o
377 secpolicy_vnode_owner(vnode_t *vp, cred_t *cr, uid_t owner) argument
390 secpolicy_vnode_chown(vnode_t *vp, cred_t *cr, uid_t owner) argument
415 secpolicy_xvattr(vnode_t *vp, xvattr_t *xvap, uid_t owner, cred_t *cr, vtype_t vtype) argument
[all...]
/freebsd-11-stable/contrib/apr-util/misc/
H A Dapr_thread_pool.c35 void *owner; member in struct:apr_thread_pool_task
263 elt->current_owner = task->owner;
405 void *owner, apr_time_t time)
423 t->owner = owner;
481 void *owner, apr_interval_time_t time)
489 t = task_new(me, func, param, 0, owner, time);
530 void *owner)
539 t = task_new(me, func, param, priority, owner, 0);
587 void *owner)
402 task_new(apr_thread_pool_t * me, apr_thread_start_t func, void *param, apr_byte_t priority, void *owner, apr_time_t time) argument
479 schedule_task(apr_thread_pool_t *me, apr_thread_start_t func, void *param, void *owner, apr_interval_time_t time) argument
528 add_task(apr_thread_pool_t *me, apr_thread_start_t func, void *param, apr_byte_t priority, int push, void *owner) argument
610 remove_scheduled_tasks(apr_thread_pool_t *me, void *owner) argument
631 remove_tasks(apr_thread_pool_t *me, void *owner) argument
659 wait_on_busy_threads(apr_thread_pool_t *me, void *owner) argument
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dldctor.c97 && section->owner != NULL
98 && p->elements->section->owner != NULL
99 && strcmp (bfd_get_target (section->owner),
100 bfd_get_target (p->elements->section->owner)) != 0)
290 if (p->elements->section->owner != NULL)
291 howto = bfd_reloc_type_lookup (p->elements->section->owner,
296 bfd_get_target (p->elements->section->owner),
358 minfo ("%G\n", e->section->owner, e->section, e->value);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/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
57 uid_t owner, gid_t group);
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_spinlock.c47 spinlock_t *owner; member in struct:spinlock_extra
96 extra[spinlock_count].owner = lck;
H A Dthr_rwlock.c281 prwlock->owner = TID(curthread);
302 prwlock->owner = TID(curthread);
314 prwlock->owner = TID(curthread);
324 prwlock->owner = TID(curthread);
365 if (__predict_false(prwlock->owner != TID(curthread)))
367 prwlock->owner = 0;
/freebsd-11-stable/usr.sbin/ppp/
H A Dprompt.h48 struct server *owner; /* who created me */ member in struct:prompt
97 #define prompt_IsController(p) (!(p) || (p)->owner ? 0 : 1)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.h64 ClangFunctionCallerHelper(ClangFunctionCaller &owner) : m_owner(owner) {} argument
/freebsd-11-stable/contrib/gcc/
H A Dgthr-solaris.h57 thread_t owner; member in struct:__anon1340
495 mutex->owner = (thread_t) 0;
506 if (mutex->owner != me)
509 mutex->owner = me;
524 if (mutex->owner != me)
528 mutex->owner = me;
543 mutex->owner = (thread_t) 0;
H A Dgthr-win32.h351 unsigned long owner; member in struct:__anon1344
669 mutex->owner = 0;
682 mutex->owner = me;
684 else if (mutex->owner == me)
692 mutex->owner = me;
714 mutex->owner = me;
716 else if (mutex->owner == me)
732 mutex->owner = 0;
H A Dgthr-posix95.h51 pthread_t owner; member in struct:__anon1338
604 mutex->owner = (pthread_t) 0;
615 if (mutex->owner != me)
618 mutex->owner = me;
633 if (mutex->owner != me)
637 mutex->owner = me;
652 mutex->owner = (pthread_t) 0;
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_sman.c34 * per "owner" basis. All regions associated with an "owner" can be released
35 * with a simple call. Typically if the "owner" exists. The owner is any
166 unsigned long owner)
172 ret = drm_ht_find_item(&sman->owner_hash_tab, owner, &owner_hash_item);
183 owner_item->owner_hash.key = owner;
199 unsigned long owner)
229 owner_item = drm_sman_get_owner_item(sman, owner);
283 int drm_sman_owner_clean(struct drm_sman *sman, unsigned long owner) argument
165 drm_sman_get_owner_item(struct drm_sman * sman, unsigned long owner) argument
197 drm_sman_alloc(struct drm_sman *sman, unsigned int manager, unsigned long size, unsigned alignment, unsigned long owner) argument
316 drm_sman_owner_cleanup(struct drm_sman *sman, unsigned long owner) argument
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_umtx.c1023 uint32_t owner, old, id; local
1037 rv = fueword32(&m->m_owner, &owner);
1041 if (owner == UMUTEX_UNOWNED ||
1042 owner == UMUTEX_CONTESTED ||
1043 owner == UMUTEX_RB_OWNERDEAD ||
1044 owner == UMUTEX_RB_NOTRECOV)
1053 if (owner == UMUTEX_RB_OWNERDEAD) {
1055 UMUTEX_RB_OWNERDEAD, &owner,
1059 if (owner == UMUTEX_RB_OWNERDEAD)
1066 if (owner
1176 uint32_t owner, old, id, newlock; local
1238 uint32_t owner; local
1290 uint32_t owner, old; local
1573 umtx_pi_setowner(struct umtx_pi *pi, struct thread *owner) argument
1601 umtx_pi_claim(struct umtx_pi *pi, struct thread *owner) argument
1659 umtxq_sleep_pi(struct umtx_q *uq, struct umtx_pi *pi, uint32_t owner, const char *wmesg, struct abs_timeout *timo, bool shared) argument
1801 uint32_t id, old_owner, owner, old; local
1984 uint32_t id, new_owner, old, owner; local
2106 uint32_t owner, id; local
2252 uint32_t id, owner, rceiling; local
2334 uint32_t flags, id, owner, save_ceiling; local
[all...]
H A Dsubr_turnstile.c164 static void turnstile_setowner(struct turnstile *ts, struct thread *owner);
203 * This might be a read lock with no owner. There's
451 * Set the owner of the lock this turnstile is attached to.
454 turnstile_setowner(struct turnstile *ts, struct thread *owner) argument
460 /* A shared lock might not have an owner. */
461 if (owner == NULL)
464 MPASS(owner->td_proc->p_magic == P_MAGIC);
465 ts->ts_owner = owner;
466 LIST_INSERT_HEAD(&owner->td_contested, ts, ts_link);
634 * owner appropriatel
639 struct thread *td, *owner; local
674 turnstile_wait(struct turnstile *ts, struct thread *owner, int queue) argument
1186 struct thread *owner; local
[all...]
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/sys/contrib/octeon-sdk/
H A Dcvmx-shmem.h82 uint64_t owner: 8; member in struct:cvmx_shmem_dscptr
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmiscdevice.h59 misc->cdev->owner = THIS_MODULE;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp19 ThreadPlanShouldStopHere::ThreadPlanShouldStopHere(ThreadPlan *owner) argument
20 : m_callbacks(), m_baton(nullptr), m_owner(owner),
29 ThreadPlan *owner, const ThreadPlanShouldStopHereCallbacks *callbacks,
31 : m_callbacks(), m_baton(), m_owner(owner),
28 ThreadPlanShouldStopHere( ThreadPlan *owner, const ThreadPlanShouldStopHereCallbacks *callbacks, void *baton) argument
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dsem.h53 # define sm_sem_start(key, nsem, semflg, owner) 0
/freebsd-11-stable/contrib/sendmail/libsm/
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.
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanShouldStopHere.h66 ThreadPlanShouldStopHere(ThreadPlan *owner);
68 ThreadPlanShouldStopHere(ThreadPlan *owner,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h105 /// site. The method adds the \a owner to this breakpoint site's owner list.
107 /// \param[in] owner
108 /// \a owner is the Breakpoint Location to add.
109 void AddOwner(const lldb::BreakpointLocationSP &owner);
124 /// The index in the list of owners for which you wish the owner location.
200 /// The method removes the owner at \a break_loc_id from this breakpoint
212 // Consider adding an optimization where if there is only one owner, we don't
213 // store a list. The usual case will be only one owner...
224 const lldb::BreakpointLocationSP &owner, lld
[all...]
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dkern.c67 /* Lock request owner. */
72 static OWNER owner; variable
161 (void)time(&owner.tod);
162 owner.pid = getpid();
278 arg4.alock.oh.n_bytes = (char *)&owner;
279 arg4.alock.oh.n_len = sizeof(owner);
302 arg.alock.oh.n_bytes = (char *)&owner;
303 arg.alock.oh.n_len = sizeof(owner);
348 arg4.alock.oh.n_bytes = (char *)&owner;
349 arg4.alock.oh.n_len = sizeof(owner);
[all...]

Completed in 385 milliseconds

1234567891011>>