Searched refs:msgr (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/osfmk/ipc/ |
| H A D | mach_msg.c | 152 mach_msg_recv_result_t *msgr, in mach_msg_receive_too_large() argument 181 if (mach_copyout_field(&msgr->msgr_recv_name, in mach_msg_receive_too_large() 194 if (mach_copyout_field(&msgr->msgr_msg_size, in mach_msg_receive_too_large() 207 if (mach_copyout_field(&msgr->msgr_aux_size, in mach_msg_receive_too_large() 233 mach_msg_recv_result_t *msgr, in mach_msg_receive_error() argument 297 mach_msg_recv_result_t msgr = { in mach_msg_receive_results() local 316 msgr.msgr_msg_size = self->ith_msize; in mach_msg_receive_results() 317 msgr.msgr_aux_size = self->ith_asize; in mach_msg_receive_results() 373 msgr.msgr_priority = kmsg->ikm_ppriority; in mach_msg_receive_results() 382 *msgr_out = msgr; in mach_msg_receive_results() [all …]
|
| H A D | ipc_pset.c | 973 mach_msg_recv_result_t msgr; in filt_machportprocess() local 1125 kev->fflags = mach_msg_receive_results(&msgr); in filt_machportprocess() 1134 kev->ext[1] = msgr.msgr_msg_size + msgr.msgr_trailer_size; in filt_machportprocess() 1135 kev->ext[3] = msgr.msgr_aux_size; /* Only lower 32 bits of ext3 are used */ in filt_machportprocess() 1138 kev->data = msgr.msgr_recv_name; in filt_machportprocess() 1149 mach_vm_size_t size = msgr.msgr_msg_size + in filt_machportprocess() 1150 msgr.msgr_trailer_size + msgr.msgr_aux_size; in filt_machportprocess() 1168 kev->ext[2] = ((uint64_t)msgr.msgr_priority << 32) | in filt_machportprocess() 1169 _pthread_priority_make_from_thread_qos(msgr.msgr_qos_ovrd, 0, 0); in filt_machportprocess()
|
| H A D | ipc_kmsg.c | 4663 mach_msg_recv_result_t *msgr) in ipc_kmsg_deflate_trailer() argument 4716 out64->msgh_context = msgr->msgr_context; in ipc_kmsg_deflate_trailer() 4726 mach_msg_recv_result_t *msgr, in ipc_kmsg_deflate() argument 4773 ipc_kmsg_deflate_trailer(&dctx, msgr); in ipc_kmsg_deflate() 4823 mach_msg_recv_result_t *msgr, in ipc_kmsg_put_to_user() argument 4845 usize = msgr->msgr_msg_size + msgr->msgr_trailer_size; in ipc_kmsg_put_to_user() 4896 msgr->msgr_aux_size = sizeof(eof_aux); in ipc_kmsg_put_to_user() 4907 msgr->msgr_aux_size = 0; in ipc_kmsg_put_to_user() 4941 msgr->msgr_msg_size = 0; in ipc_kmsg_put_to_user() 4942 msgr->msgr_trailer_size = 0; in ipc_kmsg_put_to_user() [all …]
|
| H A D | ipc_kmsg.h | 333 mach_msg_recv_result_t *msgr,
|