Searched refs:kIORegistryIterateParents (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h56 kIORegistryIterateParents = 0x00000002 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.
103 kIORegistryIterateParents) const;
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.
117 kIORegistryIterateParents) const;
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.
131 kIORegistryIterateParents) const;
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.
402 kIORegistryIterateParents) const;
409 @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 ma
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp1093 kIORegistryIterateRecursively | kIORegistryIterateParents);
H A DIORegistryEntry.cpp1991 && (links = ( (options & kIORegistryIterateParents) ?
H A DIOServicePM.cpp2754 options | kIORegistryIterateParents);

Completed in 38 milliseconds