Home
last modified time | relevance | path

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

/xnu-8792.61.2/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-8792.61.2/osfmk/ipc/
H A Dmach_port.c953 mach_msg_trailer_type_t trailer_type, in mach_port_peek() argument
977 if (GET_RCV_ELEMENTS(trailer_type) > MACH_RCV_TRAILER_AUDIT || in mach_port_peek()
978 REQUESTED_TRAILER_SIZE(TRUE, trailer_type) > *trailer_sizep) { in mach_port_peek()
983 *trailer_sizep = REQUESTED_TRAILER_SIZE(TRUE, trailer_type); in mach_port_peek()
/xnu-8792.61.2/osfmk/mach/
H A Dmach_port.defs230 trailer_type : mach_msg_trailer_type_t;