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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h55 kIORegistryIterateRecursively = 0x00000001, enumerator in enum:__anon616
96 @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.
102 kIORegistryIterateRecursively |
110 @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.
116 kIORegistryIterateRecursively |
124 @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.
130 kIORegistryIterateRecursively |
395 @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.
401 kIORegistryIterateRecursively |
409 @param options kIORegistryIterateRecursively ma
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODeviceTreeSupport.cpp206 kIORegistryIterateRecursively );
223 kIORegistryIterateRecursively );
867 (options & kIODTRecursive) ? kIORegistryIterateRecursively : 0 );
H A DIORegistryEntry.cpp428 if ( (0 == obj) && plane && (options & kIORegistryIterateRecursively) ) { \
452 if ( (0 == obj) && plane && (options & kIORegistryIterateRecursively) ) { \
2040 if( options & kIORegistryIterateRecursively)
H A DIOCPU.cpp324 kIORegistryIterateRecursively );
H A DIOCatalogue.cpp544 kIORegistryIterateRecursively);
H A DIOStatistics.cpp1093 kIORegistryIterateRecursively | kIORegistryIterateParents);
H A DIOPMrootDomain.cpp1867 this, gIOPowerPlane, kIORegistryIterateRecursively);
7157 root, gIOPowerPlane, kIORegistryIterateRecursively);
H A DIOService.cpp3659 kIORegistryIterateRecursively );
H A DIOUserClient.cpp4099 kIORegistryIterateRecursively);

Completed in 112 milliseconds