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

/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOKitLibPrivate.h31 CFMachPortRef cfmachPort; member in struct:IONotificationPort
H A DIOKitLib.c668 if (notify->cfmachPort) {
669 CFMachPortInvalidate(notify->cfmachPort);
670 CFRelease(notify->cfmachPort);
705 notify->cfmachPort = CFMachPortCreateWithPort(NULL, notify->wakePort,
707 if (!notify->cfmachPort)
719 if (notify->cfmachPort) {
720 description = CFCopyDescription(notify->cfmachPort);
731 CFRelease(notify->cfmachPort);
732 notify->cfmachPort = NULL;
736 notify->source = CFMachPortCreateRunLoopSource(NULL, notify->cfmachPort,
[all...]

Completed in 79 milliseconds