Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/ipc/
H A Dmach_port.c963 mach_msg_max_trailer_t max_trailer; in mach_port_peek() local
996 msg_sizep, msg_idp, &max_trailer, NULL); in mach_port_peek()
1003 max_trailer.msgh_seqno = *seqnop; in mach_port_peek()
1004 memcpy(trailer_infop, &max_trailer, *trailer_sizep); in mach_port_peek()