Home
last modified time | relevance | path

Searched refs:mach_eventlink_disassociate (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/tests/
H A Dmach_eventlink.c331 kr = mach_eventlink_disassociate(MACH_PORT_NULL, MELD_OPTION_NONE);
361 kr = mach_eventlink_disassociate(port_pair[0], MELD_OPTION_NONE);
364 kr = mach_eventlink_disassociate(port_pair[1], MELD_OPTION_NONE);
368 kr = mach_eventlink_disassociate(port_pair[0], MELD_OPTION_NONE);
372 kr = mach_eventlink_disassociate(port_pair[1], MELD_OPTION_NONE);
381 kr = mach_eventlink_disassociate(port_pair[1], MELD_OPTION_NONE);
563 kr = mach_eventlink_disassociate(port_pair[0], MELD_OPTION_NONE);
765 kr = mach_eventlink_disassociate(port_pair[1], MELD_OPTION_NONE);
/xnu-12377.1.9/osfmk/mach/
H A Dmach_eventlink.defs57 routine mach_eventlink_disassociate(
/xnu-12377.1.9/osfmk/ipc/
H A Dipc_eventlink.c428 mach_eventlink_disassociate( in mach_eventlink_disassociate() function