Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOUserClient.cpp4100 OSObject * allowable = entry->copyProperty(gIORegistryEntryAllowableSetPropertiesKey); in is_io_registry_entry_set_properties() local
4103 if (!allowable) { in is_io_registry_entry_set_properties()
4108 } else if (!(allowableArray = OSDynamicCast(OSArray, allowable))) { in is_io_registry_entry_set_properties()
4156 OSSafeReleaseNULL(allowable); in is_io_registry_entry_set_properties()