Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Kernel/
H A DIORegistryEntry.cpp429 for (int idx = 0; idx < kIORegistryEntryIndexedPropertyCount; idx++) { in free()
434 IODelete(array, OSObject *, kIORegistryEntryIndexedPropertyCount); in free()
943 if (index >= kIORegistryEntryIndexedPropertyCount) { in setIndexedProperty()
949 array = IONew(OSObject *, kIORegistryEntryIndexedPropertyCount); in setIndexedProperty()
953 bzero(array, kIORegistryEntryIndexedPropertyCount * sizeof(array[0])); in setIndexedProperty()
955 IODelete(array, OSObject *, kIORegistryEntryIndexedPropertyCount); in setIndexedProperty()
976 if (index >= kIORegistryEntryIndexedPropertyCount) { in getIndexedProperty()
/xnu-8019.80.24/iokit/IOKit/
H A DIORegistryEntry.h72 kIORegistryEntryIndexedPropertyCount, enumerator