Home
last modified time | relevance | path

Searched refs:mach_reply_port (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/libsyscall/mach/
H A Dmach_init.c136 _task_reply_port = mach_reply_port(); in mach_init_doit()
/xnu-12377.41.6/osfmk/mach/
H A Dsyscall_sw.h103 kernel_trap(mach_reply_port,-26,0)
H A Dmach_traps.h89 extern mach_port_name_t mach_reply_port(void);
426 extern mach_port_name_t mach_reply_port(
/xnu-12377.41.6/osfmk/kern/
H A Dsyscall_sw.c132 /* 26 */ MACH_TRAP(mach_reply_port, 0, 0, NULL, .mach_trap_returns_port = 1),
H A Dipc_tt.c1327 mach_reply_port( in mach_reply_port() function