Searched refs:ipc_kmsg_alloc (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.61.12/osfmk/ipc/ |
| H A D | ipc_kmsg.h | 252 extern ipc_kmsg_t ipc_kmsg_alloc(
|
| H A D | mach_msg.c | 704 kmsg = ipc_kmsg_alloc(send_uctx->send_msg_size, send_uctx->send_aux_size, in mach_msg_trap_send()
|
| H A D | ipc_kmsg.c | 724 ipc_kmsg_alloc( in ipc_kmsg_alloc() function 895 return ipc_kmsg_alloc(size, 0, 0, IPC_KMSG_ALLOC_KERNEL | IPC_KMSG_ALLOC_LINEAR | in ipc_kmsg_alloc_uext_reply() 4910 kmsg = ipc_kmsg_alloc(size, 0, desc_count, IPC_KMSG_ALLOC_KERNEL); in ipc_kmsg_get_from_kernel()
|
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | mk_timer.c | 84 kmsg = ipc_kmsg_alloc(sizeof(mk_timer_expire_msg_t), 0, 0, in mk_timer_create_trap()
|
| H A D | ipc_kobject.c | 445 return ipc_kmsg_alloc(sizeof(mig_reply_error_t), 0, 0, flags); in ipc_kobject_alloc_mig_error() 499 reply = ipc_kmsg_alloc(reply_size, 0, reply_desc_cnt, IPC_KMSG_ALLOC_KERNEL | in ipc_kobject_server_internal()
|
| H A D | ipc_mig.c | 269 kmsg = ipc_kmsg_alloc(send_size, 0, desc_count,
|