Searched refs:ipc_kobject_make_send_nsrequest (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.41.9/osfmk/kern/ |
| H A D | ipc_kobject.h | 355 extern kern_return_t ipc_kobject_make_send_nsrequest(
|
| H A D | ipc_kobject.c | 1125 kr = ipc_kobject_make_send_nsrequest(port, kobject, type); in ipc_kobject_make_send_lazy_alloc_port() 1188 kr = ipc_kobject_make_send_nsrequest(port, kobject, type); in ipc_kobject_make_send_lazy_alloc_labeled_port() 1310 ipc_kobject_make_send_nsrequest( in ipc_kobject_make_send_nsrequest() function
|
| H A D | ipc_tt.c | 3273 (void)ipc_kobject_make_send_nsrequest(port, thread, kotype); in convert_thread_to_port_with_flavor() 3740 (void)ipc_kobject_make_send_nsrequest(port, in convert_task_to_port_with_flavor() 3781 kr = ipc_kobject_make_send_nsrequest(port, corpse, IKOT_TASK_CONTROL); in convert_corpse_to_port_and_nsrequest()
|
| H A D | task.c | 4012 (void)ipc_kobject_make_send_nsrequest(port, task, IKOT_TASK_RESUME); in task_suspend()
|