Home
last modified time | relevance | path

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

/xnu-10002.81.5/iokit/IOKit/
H A DIORegistryEntry.h56 extern const OSSymbol * gIORegistryEntryAllowableSetPropertiesKey;
/xnu-10002.81.5/iokit/Kernel/
H A DIORegistryEntry.cpp79 const OSSymbol * gIORegistryEntryAllowableSetPropertiesKey; variable
170gIORegistryEntryAllowableSetPropertiesKey = OSSymbol::withCStringNoCopy( kIORegistryEntryAllowable… in initialize()
H A DIOUserClient.cpp4101 OSObject * allowable = entry->copyProperty(gIORegistryEntryAllowableSetPropertiesKey); in is_io_registry_entry_set_properties()