Home
last modified time | relevance | path

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

/xnu-11215.61.5/tests/
H A Dmach_eventlink.c337 kr = mach_eventlink_disassociate(MACH_PORT_NULL, MELD_OPTION_NONE);
367 kr = mach_eventlink_disassociate(port_pair[0], MELD_OPTION_NONE);
370 kr = mach_eventlink_disassociate(port_pair[1], MELD_OPTION_NONE);
374 kr = mach_eventlink_disassociate(port_pair[0], MELD_OPTION_NONE);
378 kr = mach_eventlink_disassociate(port_pair[1], MELD_OPTION_NONE);
387 kr = mach_eventlink_disassociate(port_pair[1], MELD_OPTION_NONE);
563 kr = mach_eventlink_disassociate(port_pair[0], MELD_OPTION_NONE);
760 kr = mach_eventlink_disassociate(port_pair[1], MELD_OPTION_NONE);
/xnu-11215.61.5/osfmk/mach/
H A Dmach_eventlink.defs57 routine mach_eventlink_disassociate(
/xnu-11215.61.5/osfmk/ipc/
H A Dipc_eventlink.c428 mach_eventlink_disassociate( in mach_eventlink_disassociate() function