Home
last modified time | relevance | path

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

/xnu-10063.121.3/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()
1906 for (idx = 0; idx < kIOServiceNotificationTypeCount; idx++) { in CopyNextNotification_Impl()
1916 if (idx == kIOServiceNotificationTypeCount) { in CopyNextNotification_Impl()
1965 for (uint32_t idx = 0; idx < kIOServiceNotificationTypeCount; idx++) { in free()
1993 for (uint32_t idx = 0; idx < kIOServiceNotificationTypeCount; idx++) { in SetHandler_Impl()