Searched refs:owner (Results 401 - 425 of 792) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/postfix-255/postfix/src/postmulti/
H A Dpostmulti.c593 * pathname is registered in one place, with its owner. Everyone must
598 * instance name). Each claim owner is the config_directory pathname plus
627 const char *owner; local
645 if ((owner = htable_find(claim_table, param_value)) == 0) {
647 } else if (strcmp(owner, requestor) == 0) {
651 instance_path, param_name, param_value, owner, param_value);
1139 const char *owner; local
1160 if ((owner = IS_CLAIMED_BY(new->config_dir)) != 0)
1162 VAR_CONFIG_DIR, new->config_dir, owner, new->config_dir);
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dxcofflink.c1449 if (enclosing->owner == abfd)
1693 || ((*sym_hash)->root.u.def.section->owner->flags
1705 else if (((*sym_hash)->root.u.def.section->owner->flags
1712 (*sym_hash)->root.u.def.section->owner;
1756 (*sym_hash)->root.u.def.section->owner,
2259 if (sec->owner->xvec == info->hash->creator
2260 && coff_section_data (sec->owner, sec) != NULL
2261 && xcoff_section_data (sec->owner, sec) != NULL)
2267 hp = (obj_xcoff_sym_hashes (sec->owner)
2268 + xcoff_section_data (sec->owner, se
[all...]
H A Delf64-ppc.c2169 && (symbol->section->owner->flags & DYNAMIC) == 0)
2296 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
2298 TOCstart = ppc64_elf_toc (input_section->output_section->owner);
2319 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
2321 TOCstart = ppc64_elf_toc (input_section->output_section->owner);
2346 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
2348 TOCstart = ppc64_elf_toc (input_section->output_section->owner);
3148 bfd *owner;
3788 section->owner, stub_name);
4051 && dent->owner
3144 bfd *owner; member in struct:got_entry
[all...]
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioEngine.h847 static IOReturn addUserClientAction(OSObject *owner, void *arg1, void *arg2, void *arg3, void *arg4 ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
849 static IOReturn removeUserClientAction(OSObject *owner, void *arg1, void *arg2, void *arg3, void *arg4 ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
850 static IOReturn detachUserClientsAction(OSObject *owner, void *arg1, void *arg2, void *arg3, void *arg4 ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
/macosx-10.10/OpenSSH-189/openssh/
H A Dgss-serv.c430 gssapi_client.store.owner = pw;
495 ret = pam_start("sshd-rekey", gssapi_client.store.owner->pw_name,
520 temporarily_use_uid(gssapi_client.store.owner);
/macosx-10.10/WebCore-7600.1.25/page/
H A DFrameTree.cpp177 HTMLFrameOwnerElement* owner = document->ownerElement();
178 if (!owner)
180 return &owner->treeScope() == &scope;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGlyphPageTreeNode.cpp88 size_t count = m_page && m_page->owner() == this ? 1 : 0;
265 } else if (parentPage && parentPage->owner() != m_parent) {
273 // page's owner collect all the overrides. Call getChild on the
274 // page owner with the desired font data (this will populate
276 m_page = parentPage->owner()->getChild(fontData, pageNumber)->page();
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dmmix-dis.c85 if ((info->section != NULL && info->section->owner != NULL)
90 bfd *abfd = info->section && info->section->owner != NULL
91 ? info->section->owner
H A Dsh64-dis.c414 || section->owner == NULL
415 || elf_elfheader (section->owner)->e_type == ET_EXEC)
460 && bfd_get_flavour (info->section->owner) == bfd_target_elf_flavour)
/macosx-10.10/ntfs-84/kext/
H A Dntfs_secure.c80 * generated security descriptor specifies the "Everyone" SID as both the owner
142 /* The owner of the file/directory is "Everyone". */
143 sd->owner = cpu_to_le32(le32_to_cpu(sd->dacl) +
145 memcpy((u8*)sd + le32_to_cpu(sd->owner), sid, sizeof(SID));
147 sd->group = cpu_to_le32(le32_to_cpu(sd->owner) + sizeof(SID));
/macosx-10.10/ruby-106/ruby/test/rss/
H A Dtest_itunes.rb266 content = tag("itunes:owner",
269 owner = chain_reader(rss20, readers).itunes_owner
270 assert_equal(name, owner.itunes_name)
271 assert_equal(email, owner.itunes_email)
279 assert_missing_tag("name", "owner") do
280 content = tag("itunes:owner")
284 assert_missing_tag("name", "owner") do
285 content = tag("itunes:owner",
290 assert_missing_tag("email", "owner") do
291 content = tag("itunes:owner", ta
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c282 if (jnl->owner) {
283 panic ("jnl: owner is %p, expected NULL\n", jnl->owner);
285 jnl->owner = current_thread();
291 jnl->owner = NULL;
629 // mark this so that we're the owner of dealing with the
2215 if (jnl->owner != current_thread()) {
2540 if (jnl->owner == current_thread()) {
2542 panic("jnl: start_tr: active_tr is NULL (jnl @ %p, owner %p, current_thread %p\n",
2543 jnl, jnl->owner, current_threa
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/DataDriver/Headers/
H A DAppleUSBCDCECMData.h131 static void timerFired(OSObject *owner, IOTimerEventSource *sender);
/macosx-10.10/BerkeleyDB-21/db/build_brew/
H A Ddb_int.h722 * Use memory belonging to object "owner" to return the results of
725 #define SET_RET_MEM(dbc, owner) \
727 (dbc)->rskey = &(owner)->my_rskey; \
728 (dbc)->rkey = &(owner)->my_rkey; \
729 (dbc)->rdata = &(owner)->my_rdata; \
/macosx-10.10/BerkeleyDB-21/db/build_s60/
H A Ddb_int.h721 * Use memory belonging to object "owner" to return the results of
724 #define SET_RET_MEM(dbc, owner) \
726 (dbc)->rskey = &(owner)->my_rskey; \
727 (dbc)->rkey = &(owner)->my_rkey; \
728 (dbc)->rdata = &(owner)->my_rdata; \
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/
H A Ddb_int.h724 * Use memory belonging to object "owner" to return the results of
727 #define SET_RET_MEM(dbc, owner) \
729 (dbc)->rskey = &(owner)->my_rskey; \
730 (dbc)->rkey = &(owner)->my_rkey; \
731 (dbc)->rdata = &(owner)->my_rdata; \
/macosx-10.10/BerkeleyDB-21/db/build_wince/
H A Ddb_int.h721 * Use memory belonging to object "owner" to return the results of
724 #define SET_RET_MEM(dbc, owner) \
726 (dbc)->rskey = &(owner)->my_rskey; \
727 (dbc)->rkey = &(owner)->my_rkey; \
728 (dbc)->rdata = &(owner)->my_rdata; \
/macosx-10.10/BerkeleyDB-21/db/build_windows/
H A Ddb_int.h721 * Use memory belonging to object "owner" to return the results of
724 #define SET_RET_MEM(dbc, owner) \
726 (dbc)->rskey = &(owner)->my_rskey; \
727 (dbc)->rkey = &(owner)->my_rkey; \
728 (dbc)->rdata = &(owner)->my_rdata; \
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Relationship/
H A DHasMany.pm150 my $query = Class::DBI::Query->new({ owner => $f_class });
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWUserPseudoAddressSpace.cpp637 IOFireWireNub * owner = NULL; local
641 owner = fUserClient->getOwner();
642 if ( owner )
643 controller = owner->getController();
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DCopiedBlock.h57 bool shouldReportLiveBytes(SpinLockHolder&, JSCell* owner);
H A DSlotVisitor.h108 void reportExtraMemoryUsage(JSCell* owner, size_t);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap_int_thread.h285 ldap_int_thread_t owner; member in struct:__anon3001
288 #define LDAP_DEBUG_MUTEX_NULL {LDAP_INT_MUTEX_NULL, {0,0,{0},0} /*,owner*/}
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dtest032-chain201 add: owner
202 owner: cn=Manager,dc=example,dc=com
/macosx-10.10/Security-57031.1.35/securityd/tests/
H A Dtestcrypto.cpp61 NULL/*cred*/, NULL/*owner*/, publicKey, pubHeader, privateKey, privHeader);
154 ResourceControlContext owner; local
162 NULL/*cred*/, NULL/*owner*/, unwrappedData, keyRef, keyHeader);

Completed in 197 milliseconds

<<11121314151617181920>>