Lines Matching refs:header

37 	message->header.msgh_bits = MACH_MSGH_BITS_ZERO;  in mach_vm_client()
38 message->header.msgh_size = messageSize; in mach_vm_client()
39 message->header.msgh_remote_port = MACH_PORT_NULL; in mach_vm_client()
40 message->header.msgh_local_port = port; in mach_vm_client()
44 …ret = mach_msg(&message->header, MACH_RCV_MSG | MACH_RCV_LARGE, 0, messageSize, port, MACH_MSG_TIM… in mach_vm_client()
220 message->header.msgh_local_port = MACH_PORT_NULL; in mach_vm_client()
222 …ret = mach_msg(&message->header, MACH_SEND_MSG, message->header.msgh_size, 0, MACH_PORT_NULL, MACH… in mach_vm_client()
307 …kr = mach_msg(&message.header, MACH_SEND_MSG, message.header.msgh_size, 0, MACH_PORT_NULL, MACH_MS… in mach_server_make_memory_entry()
318 …kr = mach_msg(&reply->header, MACH_RCV_MSG, 0, replySize, replyPort, MACH_MSG_TIMEOUT_NONE, MACH_P… in mach_server_make_memory_entry()
377 …kr = mach_msg(&message.header, MACH_SEND_MSG, message.header.msgh_size, 0, MACH_PORT_NULL, MACH_MS… in mach_server_make_memory_entry()
399 …kr = mach_msg(&message.header, MACH_SEND_MSG, message.header.msgh_size, 0, MACH_PORT_NULL, MACH_MS… in mach_server_make_memory_entry()
477 …kr = mach_msg(&message.header, MACH_SEND_MSG, message.header.msgh_size, 0, MACH_PORT_NULL, MACH_MS… in mach_server_read()
487 …kr = mach_msg(&reply->header, MACH_RCV_MSG, 0, replySize, replyPort, MACH_MSG_TIMEOUT_NONE, MACH_P… in mach_server_read()
520 …kr = mach_msg(&message.header, MACH_SEND_MSG, message.header.msgh_size, 0, MACH_PORT_NULL, MACH_MS… in mach_server_read()
591 …kr = mach_msg(&message.header, MACH_SEND_MSG, message.header.msgh_size, 0, MACH_PORT_NULL, MACH_MS… in mach_server_remap()
601 …kr = mach_msg(&reply->header, MACH_RCV_MSG, 0, replySize, replyPort, MACH_MSG_TIMEOUT_NONE, MACH_P… in mach_server_remap()
649 …kr = mach_msg(&message.header, MACH_SEND_MSG, message.header.msgh_size, 0, MACH_PORT_NULL, MACH_MS… in mach_server_remap()
670 …kr = mach_msg(&message.header, MACH_SEND_MSG, message.header.msgh_size, 0, MACH_PORT_NULL, MACH_MS… in mach_server_remap()