Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/osfmk/mach/
H A Dmach_eventlink.defs44 routine mach_eventlink_destroy(
/xnu-8019.80.24/libsyscall/mach/
H A Dmach_eventlink.defs79 routine mach_eventlink_destroy(
/xnu-8019.80.24/osfmk/ipc/
H A Dipc_eventlink.c244 mach_eventlink_destroy( in mach_eventlink_destroy() function