Searched refs:gNotifyPort (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/PowerManagement-494.1.2/ioupsd/
H A Dupsd.c65 static IONotificationPortRef gNotifyPort = NULL; variable
126 IONotificationPortDestroy(gNotifyPort);
212 gNotifyPort = IONotificationPortCreate(kIOMasterPortDefault);
214 IONotificationPortGetRunLoopSource(gNotifyPort),
243 IOServiceAddMatchingNotification(gNotifyPort,
395 gNotifyPort, // notifyPort
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c170 static IONotificationPortRef gNotifyPort; variable
236 kr = IOServiceAddInterestNotification(gNotifyPort, newSet, kIOGeneralInterest,
315 kr = IOServiceAddInterestNotification(gNotifyPort, newVolume, kIOGeneralInterest,
342 gNotifyPort = IONotificationPortCreate(kIOMasterPortDefault);
343 runLoopSource = IONotificationPortGetRunLoopSource(gNotifyPort);
358 kr = IOServiceAddMatchingNotification( gNotifyPort,
383 kr = IOServiceAddMatchingNotification( gNotifyPort,
404 IONotificationPortDestroy(gNotifyPort);

Completed in 79 milliseconds