Home
last modified time | relevance | path

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

/xnu-12377.81.4/iokit/Kernel/
H A DIOUserServer.cpp1743 kIOServiceNotificationTypeCount = kIOServiceNotificationTypeLast + 1, enumerator
1752 OSBoundedArray<OSArray *, kIOServiceNotificationTypeCount> pending;
1790 for (uint32_t idx = 0; idx < kIOServiceNotificationTypeCount; idx++) { in Create_Impl()
1920 for (idx = 0; idx < kIOServiceNotificationTypeCount; idx++) { in CopyNextNotification_Impl()
1930 if (idx == kIOServiceNotificationTypeCount) { in CopyNextNotification_Impl()
1979 for (uint32_t idx = 0; idx < kIOServiceNotificationTypeCount; idx++) { in free()
2008 for (uint32_t idx = 0; idx < kIOServiceNotificationTypeCount; idx++) { in SetHandler_Impl()