Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp1762 kIOServiceNotificationTypeCount = kIOServiceNotificationTypeLast + 1, enumerator
1771 OSBoundedArray<OSArray *, kIOServiceNotificationTypeCount> pending;
1809 for (uint32_t idx = 0; idx < kIOServiceNotificationTypeCount; idx++) { in Create_Impl()
1929 for (idx = 0; idx < kIOServiceNotificationTypeCount; idx++) { in CopyNextNotification_Impl()
1939 if (idx == kIOServiceNotificationTypeCount) { in CopyNextNotification_Impl()
1988 for (uint32_t idx = 0; idx < kIOServiceNotificationTypeCount; idx++) { in free()
2016 for (uint32_t idx = 0; idx < kIOServiceNotificationTypeCount; idx++) { in SetHandler_Impl()