Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/ipc/
H A Dmach_port.c964 mach_msg_max_trailer_t max_trailer; in mach_port_peek() local
997 msg_sizep, msg_idp, &max_trailer, NULL); in mach_port_peek()
1004 max_trailer.msgh_seqno = *seqnop; in mach_port_peek()
1005 memcpy(trailer_infop, &max_trailer, *trailer_sizep); in mach_port_peek()