Searched refs:kIORegistryIterateRecursively (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h54 kIORegistryIterateRecursively = 0x00000001, enumerator in enum:__anon469
92 @param options kIORegistryIterateRecursively may be set to recurse automatically into the registry hierarchy. Without this option, this method degenerates into the standard getProperty() call. kIORegistryIterateParents may be set to iterate the parents of the entry, in place of the children.
98 kIORegistryIterateRecursively |
107 @param options kIORegistryIterateRecursively may be set to recurse automatically into the registry hierarchy. Without this option, this method degenerates into the standard getProperty() call. kIORegistryIterateParents may be set to iterate the parents of the entry, in place of the children.
113 kIORegistryIterateRecursively |
122 @param options kIORegistryIterateRecursively may be set to recurse automatically into the registry hierarchy. Without this option, this method degenerates into the standard getProperty() call. kIORegistryIterateParents may be set to iterate the parents of the entry, in place of the children.
128 kIORegistryIterateRecursively |
383 @param options kIORegistryIterateRecursively may be set to recurse automatically into the registry hierarchy. Without this option, this method degenerates into the standard getProperty() call. kIORegistryIterateParents may be set to iterate the parents of the entry, in place of the children.
389 kIORegistryIterateRecursively |
397 @param options kIORegistryIterateRecursively ma
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp205 kIORegistryIterateRecursively );
238 kIORegistryIterateRecursively );
867 (options & kIODTRecursive) ? kIORegistryIterateRecursively : 0 );
H A DIORegistryEntry.cpp407 if ( (0 == obj) && plane && (options & kIORegistryIterateRecursively) ) { \
431 if ( (0 == obj) && plane && (options & kIORegistryIterateRecursively) ) { \
1988 if( options & kIORegistryIterateRecursively)
H A DIOCPU.cpp309 kIORegistryIterateRecursively );
H A DIOCatalogue.cpp1286 kIORegistryIterateRecursively);
H A DIOPMrootDomain.cpp3015 root, gIOPowerPlane, kIORegistryIterateRecursively);
H A DIOService.cpp3277 kIORegistryIterateRecursively );
H A DIOUserClient.cpp3800 kIORegistryIterateRecursively);

Completed in 61 milliseconds