Home
last modified time | relevance | path

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

/xnu-12377.1.9/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-12377.1.9/osfmk/ipc/
H A Dmach_port.c969 mach_msg_trailer_type_t trailer_type, in mach_port_peek() argument
993 if (GET_RCV_ELEMENTS(trailer_type) > MACH_RCV_TRAILER_AUDIT || in mach_port_peek()
994 REQUESTED_TRAILER_SIZE(TRUE, trailer_type) > *trailer_sizep) { in mach_port_peek()
996 MPG_PAYLOAD(MPG_FLAGS_INVALID_VALUE_PEEK, trailer_type, *trailer_sizep), in mach_port_peek()
1001 *trailer_sizep = REQUESTED_TRAILER_SIZE(TRUE, trailer_type); in mach_port_peek()
/xnu-12377.1.9/osfmk/mach/
H A Dmach_port.defs230 trailer_type : mach_msg_trailer_type_t;