Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/ !
H A Dmach_eventlink.c335 kr = mach_eventlink_disassociate(MACH_PORT_NULL, MELD_OPTION_NONE);
365 kr = mach_eventlink_disassociate(port_pair[0], MELD_OPTION_NONE);
368 kr = mach_eventlink_disassociate(port_pair[1], MELD_OPTION_NONE);
372 kr = mach_eventlink_disassociate(port_pair[0], MELD_OPTION_NONE);
376 kr = mach_eventlink_disassociate(port_pair[1], MELD_OPTION_NONE);
385 kr = mach_eventlink_disassociate(port_pair[1], MELD_OPTION_NONE);
561 kr = mach_eventlink_disassociate(port_pair[0], MELD_OPTION_NONE);
758 kr = mach_eventlink_disassociate(port_pair[1], MELD_OPTION_NONE);
/xnu-8020.101.4/osfmk/mach/ !
H A Dmach_eventlink.defs57 routine mach_eventlink_disassociate(
/xnu-8020.101.4/libsyscall/mach/ !
H A Dmach_eventlink.defs92 routine mach_eventlink_disassociate(
/xnu-8020.101.4/osfmk/ipc/ !
H A Dipc_eventlink.c427 mach_eventlink_disassociate( in mach_eventlink_disassociate() function