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

1234567891011>>

/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonacl.c35 static int nfsrv_acemasktoperm(u_int32_t acetype, u_int32_t mask, int owner,
46 int len, gotid = 0, owner = 0, error = 0, aceerr = 0; local
87 owner = 1;
169 aceerr = nfsrv_acemasktoperm(acetype, mask, owner, VREG,
184 nfsrv_acemasktoperm(u_int32_t acetype, u_int32_t mask, int owner, argument
282 enum vtype type, int group, int owner, struct acl_entry *ace)
281 nfsrv_buildace(struct nfsrv_descript *nd, u_char *name, int namelen, enum vtype type, int group, int owner, struct acl_entry *ace) argument
/freebsd-11-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c130 char owner[64]; local
138 ans = map_set(regp, getowner(transp, owner, sizeof owner));
149 map_set(RPCB *regp, char *owner) argument
182 a->r_owner = strdup(owner);
218 char owner[64]; local
226 ans = map_unset(regp, getowner(transp, owner, sizeof owner));
237 map_unset(RPCB *regp, char *owner) argument
242 if (owner
1381 getowner(SVCXPRT *transp, char *owner, size_t ownersize) argument
[all...]
/freebsd-11-stable/include/rpcsvc/
H A Dyp_prot.h104 char *owner; member in struct:ypmap_parms
127 #define ypxfr_owner map_parms.owner
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh17 * information: Portions Copyright [yyyy] [name of copyright owner]
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-11-stable/sys/x86/iommu/
H A Dintel_fault.c227 device_print_prettyname(ctx->ctx_tag.owner);
228 bus = pci_get_bus(ctx->ctx_tag.owner);
229 slot = pci_get_slot(ctx->ctx_tag.owner);
230 func = pci_get_function(ctx->ctx_tag.owner);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_send.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
90 int dmu_recv_end(dmu_recv_cookie_t *drc, void *owner);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h167 BreakpointLocationList(Breakpoint &owner);
H A DBreakpointLocation.h304 /// \param[in] owner
317 BreakpointLocation(lldb::break_id_t bid, Breakpoint &owner,
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c156 .owner = THIS_MODULE,
209 .owner = THIS_MODULE,
264 .owner = THIS_MODULE,
/freebsd-11-stable/sys/kern/
H A Dkern_lock.c144 struct thread **owner);
404 owner_lockmgr(const struct lock_object *lock, struct thread **owner) argument
407 panic("lockmgr locks do not support owner inquiring");
665 volatile struct thread *owner; local
753 * If the owner is running on another CPU, spin until
754 * the owner stops running or the state of the lock
762 owner = (struct thread *)LK_HOLDER(x);
766 __func__, lk, owner);
774 * owner is adaptively spinning on the
783 (uintptr_t)owner
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c43 struct module *owner; member in struct:sdp_seq_afinfo
196 .owner = THIS_MODULE,
339 .owner = THIS_MODULE,
462 sdp_seq_afinfo.seq_fops->owner = sdp_seq_afinfo.owner;
/freebsd-11-stable/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-11-stable/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-11-stable/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-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/binutils/gas/config/
H A Dobj-elf.h176 #define obj_sec_sym_ok_for_reloc(SEC) ((SEC)->owner != 0)
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkobject.h65 struct module *owner; member in struct:attribute
H A Dcdev.h51 struct module *owner; member in struct:linux_cdev
H A Ddevice.h53 struct module *owner; member in class:__anon1
491 class_create(struct module *owner, const char *name) argument
497 class->owner = owner;
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_fs_util.h145 (lock)->path, (lock)->owner, svn_fs__identifier(fs))
/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/share/mk/
H A Dbsd.nls.mk20 # NLSOWN National Language Support files owner. [${SHAREOWN}]
/freebsd-11-stable/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))

Completed in 167 milliseconds

1234567891011>>