Searched refs:owner (Results 251 - 275 of 290) sorted by relevance

<<1112

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db.h195 /* The owner of the lock, possibly NULL */
196 const char *owner; member in struct:svn_wc__db_lock_t
/freebsd-11-stable/contrib/binutils/bfd/
H A Decoff.c74 /* target_index, used_by_bfd, constructor_chain, owner, */
4017 input_bfd = input_section->owner;
4368 name = bfd_section_name (output_section->owner, output_section);
4619 && (bfd_get_flavour (p->u.indirect.section->owner)
H A Delf32-score.c454 output_bfd = symbol->section->output_section->owner;
492 output_bfd = symbol->section->output_section->owner;
3020 bfd_get_section_name (s->output_section->owner,
H A Delfxx-sparc.c2877 else if (sec == NULL || sec->owner == NULL)
3785 s = bfd_get_section_by_name (h->root.u.def.section->owner,
4102 if (ABI_64_P (plt->owner))
H A Dcoff-alpha.c786 bfd *input_bfd = link_order->u.indirect.section->owner;
H A Delf32-ppc.c5740 bfd_put_32 (lsect->section->owner,
6631 else if (sec == NULL || sec->owner == NULL)
H A Dbfd-in2.h294 /*Perhaps future: #define bfd_asymbol_bfd(x) ((x)->section->owner)*/
1505 bfd *owner;
1671 /* target_index, used_by_bfd, constructor_chain, owner, */ \
4417 This field is *almost* redundant, since you can use section->owner
1498 bfd *owner; member in struct:bfd_section
H A Delf32-s390.c2626 else if (sec == NULL || sec->owner == NULL)
H A Delf64-s390.c2609 else if (sec == NULL || sec->owner == NULL)
/freebsd-11-stable/usr.sbin/ppp/
H A Dcommand.c630 if (arg->prompt && arg->prompt->owner) {
641 } else if (arg->prompt->owner) {
718 if (arg->prompt && !arg->prompt->owner)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
2693 * Also, if we are the owner don't bother, since owner should
4193 uid_t owner; local
4248 owner = zfs_fuid_map_id(zfsvfs, szp->z_uid, cr, ZFS_OWNER);
4249 if (owner != crgetuid(cr) && secpolicy_basic_link(svp, cr) != 0) {
H A Ddmu_send.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
3434 dmu_recv_end(dmu_recv_cookie_t *drc, void *owner) argument
3438 drc->drc_owner = owner;
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c315 pid_t owner; member in struct:rdma_id_private
747 id_priv->owner = task_pid_nr(current);
3678 id_priv->owner = task_pid_nr(current);
H A Dib_ucma.c1732 .owner = THIS_MODULE,
/freebsd-11-stable/contrib/binutils/gas/
H A Dwrite.c1434 if ((bfd_get_section_flags (now_seg->owner, now_seg) & SEC_MERGE)
/freebsd-11-stable/contrib/binutils/ld/
H A Dpe-dll.c2365 s->owner, s, rel->address, sym->name);
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c1200 dev->ib_dev.owner = THIS_MODULE;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dap.c797 hapd_iface->owner = wpa_s;
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dsocket.c3807 isc_uint32_t owner, isc_uint32_t group)
3811 UNUSED(owner);
3806 isc__socket_permunix(isc_sockaddr_t *addr, isc_uint32_t perm, isc_uint32_t owner, isc_uint32_t group) argument
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_mcp.c4361 p_params->owner = GET_MFW_FIELD(mcp_param, RESOURCE_CMD_RSP_OWNER);
4365 "Resource lock response: mcp_param 0x%08x [opcode %d, owner %d]\n",
4366 mcp_param, opcode, p_params->owner);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c810 bfd *abfd = group->owner;
H A Dobjdump.c1354 + bfd_section_size (section->owner, section) / opb));
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h2095 struct module *owner; member in struct:ib_device
/freebsd-11-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c2323 SVN_ERR(svn_cmdline_printf(pool, _("Owner: %s\n"), lock->owner));
/freebsd-11-stable/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c2636 SVN_ERR(svn_cmdline_printf(iterpool, _("Owner: %s\n"), lock->owner));

Completed in 616 milliseconds

<<1112