Searched refs:subord (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DLLX/
H A DDNSSDService.cpp188 DNSServiceRef subord = NULL; local
230 subord = m_primary;
232 err = DNSServiceEnumerateDomains( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, ( DNSServiceDomainEnumReply ) &DomainEnumReply, object );
240 object->SetSubordRef( subord );
282 DNSServiceRef subord = NULL; local
338 subord = m_primary;
340 err = DNSServiceBrowse( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, regtypeUTF8.c_str(), ( domainUTF8.size() > 0 ) ? domainUTF8.c_str() : NULL, ( DNSServiceBrowseReply ) &BrowseReply, object );
348 object->SetSubordRef( subord );
392 DNSServiceRef subord = NULL; local
452 subord
512 DNSServiceRef subord = NULL; local
644 DNSServiceRef subord = NULL; local
1088 DNSServiceRef subord = NULL; local
1190 DNSServiceRef subord = NULL; local
[all...]
H A DDNSSDService.h170 SetSubordRef( DNSServiceRef subord )
174 m_subord = subord;
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dpmap_x86_common.c68 * kern_return_t pmap_nest(grand, subord, va_start, size)
70 * grand = the pmap that we will nest subord into
71 * subord = the pmap that goes into the grand
85 * PDE level (2MiB). We currently disallow disparate offsets for the "subord"
87 * future: make the "subord" truly a container rather than a full-fledged
91 kern_return_t pmap_nest(pmap_t grand, pmap_t subord, addr64_t va_start, addr64_t nstart, uint64_t size) { argument
111 (uintptr_t) grand, (uintptr_t) subord,
117 PMAP_LOCK(subord);
119 subord->pm_shared = TRUE;
124 npde = pmap64_pdpt(subord, nvadd
[all...]

Completed in 183 milliseconds