Home
last modified time | relevance | path

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

/xnu-11215.1.10/iokit/Kernel/
H A DIORegistryEntry.cpp444 for (int idx = 0; idx < kIORegistryEntryIndexedPropertyCount; idx++) { in free()
449 IODelete(array, OSObject *, kIORegistryEntryIndexedPropertyCount); in free()
958 if (index >= kIORegistryEntryIndexedPropertyCount) { in setIndexedProperty()
964 array = IONew(OSObject *, kIORegistryEntryIndexedPropertyCount); in setIndexedProperty()
968 bzero(array, kIORegistryEntryIndexedPropertyCount * sizeof(array[0])); in setIndexedProperty()
970 IODelete(array, OSObject *, kIORegistryEntryIndexedPropertyCount); in setIndexedProperty()
991 if (index >= kIORegistryEntryIndexedPropertyCount) { in getIndexedProperty()
/xnu-11215.1.10/iokit/IOKit/
H A DIORegistryEntry.h74 kIORegistryEntryIndexedPropertyCount, enumerator