Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/Kernel/
H A DIOUserServer.cpp1622 kIOServiceNotificationTypeCount = kIOServiceNotificationTypeLast + 1, enumerator
1631 OSArray * pending[kIOServiceNotificationTypeCount];
1669 for (uint32_t idx = 0; idx < kIOServiceNotificationTypeCount; idx++) { in Create_Impl()
1760 for (idx = 0; idx < kIOServiceNotificationTypeCount; idx++) { in CopyNextNotification_Impl()
1770 if (idx == kIOServiceNotificationTypeCount) { in CopyNextNotification_Impl()
1804 for (uint32_t idx = 0; idx < kIOServiceNotificationTypeCount; idx++) { in free()
1835 for (uint32_t idx = 0; idx < kIOServiceNotificationTypeCount; idx++) { in SetHandler_Impl()