Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/mach/
H A Dmach_eventlink.defs39 routine mach_eventlink_create(
/xnu-8020.101.4/libsyscall/mach/
H A Dmach_eventlink.defs74 routine mach_eventlink_create(
/xnu-8020.101.4/osfmk/ipc/
H A Dipc_eventlink.c206 mach_eventlink_create( in mach_eventlink_create() function
/xnu-8020.101.4/tests/
H A Dmach_eventlink.c37 kr = mach_eventlink_create(mach_task_self(), MELC_OPTION_NO_COPYIN, port_pair); in test_eventlink_create()