Home
last modified time | relevance | path

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

/trueos/lib/liblaunch/
HDliblaunch.c152 struct launch_msg_header { struct
864 struct launch_msg_header lmh; in launchd_msg_send()
913 …msglen = lh->sendlen + sizeof(struct launch_msg_header); /* type promotion to make the host2wire()… in launchd_msg_send()
956 r -= sizeof(struct launch_msg_header); in launchd_msg_send()
1257 struct launch_msg_header *lmhp = (void *)lh->recvbuf; in launchd_msg_recv()
1259 data_offset = sizeof(struct launch_msg_header); in launchd_msg_recv()
1262 if (lh->recvlen < sizeof(struct launch_msg_header)) in launchd_msg_recv()
1267 …if (big2wire(lmhp->magic) != LAUNCH_MSG_HEADER_MAGIC || tmplen <= sizeof(struct launch_msg_header)… in launchd_msg_recv()