Home
last modified time | relevance | path

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

/xnu-10002.1.13/iokit/IOKit/
H A DIORegistryEntry.h57 extern const OSSymbol * gIORegistryEntryDefaultLockingSetPropertiesKey;
/xnu-10002.1.13/iokit/Kernel/
H A DIORegistryEntry.cpp80 const OSSymbol * gIORegistryEntryDefaultLockingSetPropertiesKey; variable
171gIORegistryEntryDefaultLockingSetPropertiesKey = OSSymbol::withCStringNoCopy( kIORegistryEntryDefa… in initialize()
H A DIOUserClient.cpp4073 …if (!client && (kOSBooleanTrue == entry->getProperty(gIORegistryEntryDefaultLockingSetPropertiesKe… in is_io_registry_entry_set_properties()