Searched refs:owner (Results 76 - 100 of 270) sorted by relevance

1234567891011

/freebsd-10.3-release/sys/ofed/include/linux/
H A Dcdev.h45 struct module *owner; member in struct:linux_cdev
H A Ddevice.h50 struct module *owner; member in class:__anon11639
353 class_create(struct module *owner, const char *name) argument
359 class->owner = owner;
/freebsd-10.3-release/usr.bin/xinstall/
H A Dxinstall.c117 static const char *group, *owner; variable
155 group = owner = NULL;
234 owner = optarg;
299 /* get group and owner id's */
310 if (owner != NULL && !dounpriv) {
311 if (uid_from_user(owner, &uid) == -1) {
313 if (!parseid(owner, &id))
314 errx(1, "unknown user %s", owner);
627 oowner = owner;
629 owner
[all...]
/freebsd-10.3-release/sys/kern/
H A Dkern_lock.c149 struct thread **owner);
369 owner_lockmgr(const struct lock_object *lock, struct thread **owner) argument
372 panic("lockmgr locks do not support owner inquiring");
471 volatile struct thread *owner; local
572 * If the owner is running on another CPU, spin until
573 * the owner stops running or the state of the lock
581 owner = (struct thread *)LK_HOLDER(x);
585 __func__, lk, owner);
593 * owner is adaptively spinning on the
602 (uintptr_t)owner
[all...]
H A Dkern_mutex.c108 struct thread **owner);
190 owner_mtx(const struct lock_object *lock, struct thread **owner) argument
194 *owner = mtx_owner(m);
378 volatile struct thread *owner; local
432 * If the owner is running on another CPU, spin until the
433 * owner stops running or the state of the lock changes.
437 owner = (struct thread *)(v & ~MTX_FLAGMASK);
438 if (TD_IS_RUNNING(owner)) {
442 __func__, m, owner);
447 while (mtx_owner(m) == owner
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_fs_base/
H A Dlock.c190 lock from lock->owner. Destroy the existing lock. */
204 lock->owner = apr_pstrdup(trail->pool, trail->fs->access_ctx->username);
296 /* And that username better be the same as the lock's owner. */
297 if (strcmp(trail->fs->access_ctx->username, lock->owner) != 0)
301 lock->owner);
524 If the FS username doesn't match LOCK's owner, return
543 else if (strcmp(fs->access_ctx->username, lock->owner) != 0)
547 fs->access_ctx->username, lock->path, lock->owner);
/freebsd-10.3-release/share/mk/
H A Dbsd.own.mk3 # The include file <bsd.own.mk> set common variables for owner,
19 # BINOWN Binary owner. [root]
41 # LIBOWN Library owner. [${BINOWN}]
56 # KMODOWN Kernel and KLD owner. [${BINOWN}]
66 # SHAREOWN ASCII text file owner. [root]
75 # CONFOWN Configuration file owner. [root]
85 # DOCOWN Documentation owner. [${SHAREOWN}]
95 # INFOOWN Info owner. [${SHAREOWN}]
104 # MANOWN Manual owner. [${SHAREOWN}]
114 # NLSOWN National Language Support files owner
[all...]
H A Dbsd.nls.mk20 # NLSOWN National Language Support files owner. [${SHAREOWN}]
/freebsd-10.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c44 struct module *owner; member in struct:sdp_seq_afinfo
197 .owner = THIS_MODULE,
340 .owner = THIS_MODULE,
463 sdp_seq_afinfo.seq_fops->owner = sdp_seq_afinfo.owner;
/freebsd-10.3-release/contrib/sendmail/src/
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-10.3-release/sys/dev/drm2/radeon/
H A Dradeon_kms.c143 * @owner: drm file
150 struct drm_file **owner,
157 if (!*owner)
158 *owner = applier;
161 if (*owner == applier)
162 *owner = NULL;
164 *value = *owner == applier ? 1 : 0;
149 radeon_set_filp_rights(struct drm_device *dev, struct drm_file **owner, struct drm_file *applier, uint32_t *value) argument
/freebsd-10.3-release/contrib/binutils/bfd/
H A Delf32-spu.c904 || section->output_section->owner != output_bfd)
945 || sym_sec->output_section->owner != output_bfd)
981 sym_name = bfd_elf_sym_name (sym_sec->owner,
997 sym_sec->owner, sym_name);
1225 bfd_put_32 (sec->owner, ILA_79 + ((val << 7) & 0x01ffff80),
1228 bfd_put_32 (sec->owner, BR + ((val << 5) & 0x007fff80),
1234 bfd_put_32 (sec->owner, NOP,
1238 bfd_put_32 (sec->owner, ILA_78 + ((ovl << 7) & 0x01ffff80),
1251 bfd_put_32 (sec->owner, BR + ((val << 5) & 0x007fff80),
1316 h->root.u.def.section->owner,
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h412 /// @param[in] owner
427 Breakpoint &owner,
/freebsd-10.3-release/contrib/subversion/subversion/include/private/
H A Dsvn_fs_util.h140 (lock)->path, (lock)->owner, svn_fs__identifier(fs))
/freebsd-10.3-release/contrib/binutils/gas/config/
H A Dobj-elf.h176 #define obj_sec_sym_ok_for_reloc(SEC) ((SEC)->owner != 0)
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.copyoutbadaddr.ksh17 * information: Portions Copyright [yyyy] [name of copyright owner]
H A Derr.copyoutstrbadaddr.ksh17 * information: Portions Copyright [yyyy] [name of copyright owner]
/freebsd-10.3-release/contrib/llvm/lib/Option/
H A DOption.cpp22 Option::Option(const OptTable::Info *info, const OptTable *owner) argument
23 : Info(info), Owner(owner) {
/freebsd-10.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c148 .owner = THIS_MODULE,
254 .owner = THIS_MODULE,
/freebsd-10.3-release/usr.sbin/lpr/common_source/
H A Drmjob.c248 * get the owner's name from the control file.
286 isowner(char *owner, char *file, const char *cfhost) argument
291 if (!strcmp(person, owner) && !strcmp(from_host, cfhost))
/freebsd-10.3-release/contrib/ofed/libmthca/src/
H A Dcq.c109 uint8_t owner; member in struct:mthca_cqe
122 uint8_t owner; member in struct:mthca_err_cqe
133 return MTHCA_CQ_ENTRY_OWNER_HW & cqe->owner ? NULL : cqe;
144 cqe->owner = MTHCA_CQ_ENTRY_OWNER_HW;
630 ((struct mthca_cqe *) buf->buf)[i].owner = MTHCA_CQ_ENTRY_OWNER_HW;
/freebsd-10.3-release/contrib/binutils/ld/
H A Dldcref.c414 if (hl->u.def.section->owner != NULL
415 && (hl->u.def.section->owner->flags & DYNAMIC) != 0)
563 defsecname = bfd_get_section_name (defsec->owner, defsec);
664 outsecname = bfd_get_section_name (outsec->owner, outsec);
667 outdefsecname = bfd_get_section_name (outdefsec->owner, outdefsec);
H A Dldlang.c142 && sec->owner != NULL
143 && bfd_is_group_section (sec->owner, sec))
332 ret = (bfd_section_alignment (bsec->owner, bsec)
333 - bfd_section_alignment (asec->owner, asec));
339 ret = strcmp (bfd_get_section_name (asec->owner, asec),
340 bfd_get_section_name (bsec->owner, bsec));
344 ret = strcmp (bfd_get_section_name (asec->owner, asec),
345 bfd_get_section_name (bsec->owner, bsec));
351 ret = (bfd_section_alignment (bsec->owner, bsec)
352 - bfd_section_alignment (asec->owner, ase
[all...]
/freebsd-10.3-release/sys/x86/iommu/
H A Dintel_ctx.c131 ctx->ctx_tag.owner = dev;
144 unit->unit, pci_get_bus(ctx->ctx_tag.owner),
145 pci_get_slot(ctx->ctx_tag.owner),
146 pci_get_function(ctx->ctx_tag.owner),
365 ctx->ctx_tag.owner = dev;
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlock.c49 #define OWNER_KEY "owner"
198 lock->owner, APR_HASH_KEY_STRING, pool);
301 if (! ((lock->owner = hash_fetch(hash, OWNER_KEY, pool))))
674 SVN_ERR_FS_LOCK_OWNER_MISMATCH: FS's username doesn't match LOCK's owner.
688 else if (strcmp(fs->access_ctx->username, lock->owner) != 0)
692 fs->access_ctx->username, lock->path, lock->owner);
851 lock from lock->owner. Destroy the existing lock. */
865 lock->owner = apr_pstrdup(lb->pool, lb->fs->access_ctx->username);
908 /* And that username better be the same as the lock's owner. */
909 if (strcmp(ub->fs->access_ctx->username, lock->owner) !
[all...]

Completed in 402 milliseconds

1234567891011