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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_watchvol.c204 static void port_died(CFMachPortRef p, void *info);
530 CFMachPortSetInvalidationCallBack(*port, NULL); // else port_died called
1402 // create a CFMachPort with invalidation -> port_died
1416 CFMachPortSetInvalidationCallBack(rval, port_died);
1807 * port_died() tells us when a tracked send right goes away.
1816 * tracking the corresponding send right, port_died() is also called, though
1819 static void port_died(CFMachPortRef cfport, void *info) function
1823 // OSKextLog(/* kext */ NULL, kOSKextLogDebugLevel | kOSKextLogIPCFlag, "DEBUG: port_died(%p/%d): entry.", cfport, mport);
1829 "port_died() fatal error: invalid data.");
/macosx-10.9.5/launchd-842.92.1/src/
H A Dcore.c212 static void machservice_delete(job_t j, struct machservice *, bool port_died);
7262 machservice_delete(job_t j, struct machservice *ms, bool port_died) argument
7291 job_log(j, LOG_DEBUG, "Mach service deleted%s: %s", port_died ? " (port died)" : "", ms->name);

Completed in 151 milliseconds