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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_watchvol.c1819 static void port_died(CFMachPortRef cfport, void *info) argument
1821 mach_port_t mport = cfport ? CFMachPortGetPort(cfport) : MACH_PORT_NULL;
1823 // OSKextLog(/* kext */ NULL, kOSKextLogDebugLevel | kOSKextLogIPCFlag, "DEBUG: port_died(%p/%d): entry.", cfport, mport);
1826 if (!info || !cfport) {
1836 if (cfport == sRebootLock) {
1840 } else if (cfport == sRebootWaiter) {
1865 cleanupPort(&cfport);

Completed in 135 milliseconds