Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/
H A Dmach_eventlink.c310 kr = mach_eventlink_destroy(port_pair[0]);
312 kr = mach_eventlink_destroy(port_pair[1]);
381 kr = mach_eventlink_destroy(port_pair[0]);
389 kr = mach_eventlink_destroy(port_pair[1]);
470 kr = mach_eventlink_destroy(port_pair[0]);
504 kr = mach_eventlink_destroy(port_pair[1]);
/xnu-8020.101.4/osfmk/mach/
H A Dmach_eventlink.defs44 routine mach_eventlink_destroy(
/xnu-8020.101.4/libsyscall/mach/
H A Dmach_eventlink.defs79 routine mach_eventlink_destroy(
/xnu-8020.101.4/osfmk/ipc/
H A Dipc_eventlink.c240 mach_eventlink_destroy( in mach_eventlink_destroy() function