Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/ipc/
H A Dmach_port.c992 mach_msg_max_trailer_t max_trailer; in mach_port_peek() local
1025 msg_sizep, msg_idp, &max_trailer, NULL); in mach_port_peek()
1032 max_trailer.msgh_seqno = *seqnop; in mach_port_peek()
1033 memcpy(trailer_infop, &max_trailer, *trailer_sizep); in mach_port_peek()