Searched refs:mmsg (Results 1 – 1 of 1) sorted by relevance
243 mach_msg_header_t *mmsg = (mach_msg_header_t*)MNL_MSG_PAYLOAD(fmsg); in mnl_msg_from_kmsg() local244 mmsg->msgh_remote_port = (mach_port_t)fmsg->object; in mnl_msg_from_kmsg()245 mmsg->msgh_local_port = (mach_port_t) in mnl_msg_from_kmsg()246 mnl_name_from_port(mmsg->msgh_local_port); in mnl_msg_from_kmsg()247 mmsg->msgh_voucher_port = (mach_port_name_t)MNL_NAME_NULL; in mnl_msg_from_kmsg()296 mach_msg_header_t *mmsg; in flipc_cmd_ipc() local299 mmsg = (mach_msg_header_t*)MNL_MSG_PAYLOAD(fmsg); in flipc_cmd_ipc()300 mmsg->msgh_size = fmsg->size; in flipc_cmd_ipc()301 mmsg->msgh_remote_port = mnl_name_to_port(fmsg->object); in flipc_cmd_ipc()302 mmsg->msgh_local_port = mnl_name_to_port((mnl_name_t)mmsg->msgh_local_port); in flipc_cmd_ipc()[all …]