Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp242 static OSDictionary * gNotifications; variable
549 gNotifications = OSDictionary::withCapacity( 1 ); in initialize()
636 && gIOResourcesKey && gNotifications && gNotificationLock in initialize()
5386 gNotifications->getObject( gIOPublishNotification )); in doServiceMatch()
6314 if (NULL == (set = (OSOrderedSet *) gNotifications->getObject( type ))) { in setNotification()
6318 gNotifications->setObject( type, set ); in setNotification()
6718 gNotifications->getObject( type )); in copyNotifiers()