Home
last modified time | relevance | path

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

/xnu-8020.121.3/libsyscall/mach/
H A Dmach_port.c177 mach_msg_trailer_type_t trailer_type, in mach_port_peek() argument
186 rv = _kernelrpc_mach_port_peek(task, name, trailer_type, in mach_port_peek()
/xnu-8020.121.3/osfmk/ipc/
H A Dmach_port.c982 mach_msg_trailer_type_t trailer_type, in mach_port_peek() argument
1006 if (GET_RCV_ELEMENTS(trailer_type) > MACH_RCV_TRAILER_AUDIT || in mach_port_peek()
1007 REQUESTED_TRAILER_SIZE(TRUE, trailer_type) > *trailer_sizep) { in mach_port_peek()
1012 *trailer_sizep = REQUESTED_TRAILER_SIZE(TRUE, trailer_type); in mach_port_peek()
/xnu-8020.121.3/osfmk/mach/
H A Dmach_port.defs232 trailer_type : mach_msg_trailer_type_t;