Home
last modified time | relevance | path

Searched refs:regOptions (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp5306 IOOptionBits regOptions; in SearchProperty_Impl() local
5309 regOptions = kIORegistryIterateParents | kIORegistryIterateRecursively; in SearchProperty_Impl()
5311 regOptions = 0; in SearchProperty_Impl()
5314 object = copyProperty(name, IORegistryEntry::getPlane(plane), regOptions); in SearchProperty_Impl()