Home
last modified time | relevance | path

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

/xnu-8792.61.2/iokit/Kernel/
H A DIORegistryEntry.cpp435 for (int idx = 0; idx < kIORegistryEntryIndexedPropertyCount; idx++) { in free()
440 IODelete(array, OSObject *, kIORegistryEntryIndexedPropertyCount); in free()
949 if (index >= kIORegistryEntryIndexedPropertyCount) { in setIndexedProperty()
955 array = IONew(OSObject *, kIORegistryEntryIndexedPropertyCount); in setIndexedProperty()
959 bzero(array, kIORegistryEntryIndexedPropertyCount * sizeof(array[0])); in setIndexedProperty()
961 IODelete(array, OSObject *, kIORegistryEntryIndexedPropertyCount); in setIndexedProperty()
982 if (index >= kIORegistryEntryIndexedPropertyCount) { in getIndexedProperty()
/xnu-8792.61.2/iokit/IOKit/
H A DIORegistryEntry.h74 kIORegistryEntryIndexedPropertyCount, enumerator