Home
last modified time | relevance | path

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

/xnu-10002.61.3/iokit/Kernel/
H A DIOUserServer.cpp1740 kIOServiceNotificationTypeCount = kIOServiceNotificationTypeLast + 1, enumerator
1749 OSBoundedArray<OSArray *, kIOServiceNotificationTypeCount> pending;
1787 for (uint32_t idx = 0; idx < kIOServiceNotificationTypeCount; idx++) { in Create_Impl()
1903 for (idx = 0; idx < kIOServiceNotificationTypeCount; idx++) { in CopyNextNotification_Impl()
1913 if (idx == kIOServiceNotificationTypeCount) { in CopyNextNotification_Impl()
1962 for (uint32_t idx = 0; idx < kIOServiceNotificationTypeCount; idx++) { in free()
1990 for (uint32_t idx = 0; idx < kIOServiceNotificationTypeCount; idx++) { in SetHandler_Impl()