Searched refs:ipc_kobject_make_send_nsrequest (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.41.3/osfmk/kern/ |
| H A D | ipc_kobject.h | 358 extern kern_return_t ipc_kobject_make_send_nsrequest(
|
| H A D | ipc_kobject.c | 1129 kr = ipc_kobject_make_send_nsrequest(port, kobject, type); in ipc_kobject_make_send_lazy_alloc_port() 1192 kr = ipc_kobject_make_send_nsrequest(port, kobject, type); in ipc_kobject_make_send_lazy_alloc_labeled_port() 1314 ipc_kobject_make_send_nsrequest( in ipc_kobject_make_send_nsrequest() function
|
| H A D | ipc_tt.c | 3313 (void)ipc_kobject_make_send_nsrequest(port, thread, kotype); in convert_thread_to_port_with_flavor() 3778 (void)ipc_kobject_make_send_nsrequest(port, in convert_task_to_port_with_flavor() 3818 kr = ipc_kobject_make_send_nsrequest(port, corpse, IKOT_TASK_CONTROL); in convert_corpse_to_port_and_nsrequest()
|
| H A D | task.c | 4100 (void)ipc_kobject_make_send_nsrequest(port, task, IKOT_TASK_RESUME); in task_suspend()
|