Searched refs:ipc_kobject_dealloc_port (Results 1 – 14 of 14) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | ipc_tt.c | 551 ipc_kobject_dealloc_port(kport, 0, IKOT_TASK_CONTROL); in ipc_task_terminate() 555 ipc_kobject_dealloc_port(pport, 0, IKOT_TASK_CONTROL); in ipc_task_terminate() 557 ipc_kobject_dealloc_port(nport, 0, IKOT_TASK_NAME); in ipc_task_terminate() 559 ipc_kobject_dealloc_port(iport, 0, IKOT_TASK_INSPECT); in ipc_task_terminate() 562 ipc_kobject_dealloc_port(rdport, 0, IKOT_TASK_READ); in ipc_task_terminate() 565 ipc_kobject_dealloc_port(rport, 0, IKOT_TASK_RESUME); in ipc_task_terminate() 624 ipc_kobject_dealloc_port(new_kport, 0, IKOT_TASK_CONTROL); in ipc_task_reset() 627 ipc_kobject_dealloc_port(new_pport, 0, IKOT_TASK_CONTROL); in ipc_task_reset() 719 ipc_kobject_dealloc_port(old_kport, 0, IKOT_TASK_CONTROL); in ipc_task_reset() 722 ipc_kobject_dealloc_port(old_pport, 0, IKOT_TASK_CONTROL); in ipc_task_reset() [all …]
|
| H A D | audit_sessionport.c | 133 ipc_kobject_dealloc_port(port, 0, IKOT_AU_SESSIONPORT); in audit_session_portdestroy()
|
| H A D | task_ident.c | 103 ipc_kobject_dealloc_port(port, 0, kotype); in tidt_release() 109 ipc_kobject_dealloc_port(port, 0, IKOT_TASK_ID_TOKEN); in tidt_release()
|
| H A D | suid_cred.c | 119 ipc_kobject_dealloc_port(port, mscount, IKOT_SUID_CRED); in suid_cred_no_senders()
|
| H A D | ipc_misc.c | 98 fg = ipc_kobject_dealloc_port(port, mscount, IKOT_FILEPORT); in fileport_no_senders()
|
| H A D | ipc_kobject.c | 899 ko_port = ipc_kobject_dealloc_port(port, mscount, IKOT_PORT_SUBST_ONCE); in ipc_kobject_subst_once_no_senders() 1012 ipc_kobject_dealloc_port(port, 0, type); in ipc_kobject_make_send_lazy_alloc_port() 1074 ipc_kobject_dealloc_port(port, 0, type); in ipc_kobject_make_send_lazy_alloc_labeled_port() 1291 ipc_kobject_dealloc_port( in ipc_kobject_dealloc_port() function
|
| H A D | ipc_kobject.h | 305 extern ipc_kobject_t ipc_kobject_dealloc_port(
|
| H A D | work_interval.c | 569 work_interval = ipc_kobject_dealloc_port(port, mscount, in work_interval_port_no_senders()
|
| H A D | sync_sema.c | 222 ipc_kobject_dealloc_port(port, 0, IKOT_SEMAPHORE); in semaphore_free()
|
| /xnu-8019.80.24/osfmk/UserNotification/ |
| H A D | KUNCUserNotifications.c | 203 reply = ipc_kobject_dealloc_port(port, mscount, IKOT_UND_REPLY); in UNDReply_no_senders()
|
| /xnu-8019.80.24/osfmk/ipc/ |
| H A D | ipc_eventlink.c | 327 ipc_kobject_dealloc_port(ipc_eventlink_port, 0, IKOT_EVENTLINK); in ipc_eventlink_destroy_internal() 1102 ipc_kobject_dealloc_port(port, mscount, IKOT_EVENTLINK); in ipc_eventlink_no_senders()
|
| H A D | ipc_voucher.c | 314 ipc_kobject_dealloc_port(port, 0, IKOT_VOUCHER); in iv_dealloc() 599 ipc_kobject_dealloc_port(port, 0, IKOT_VOUCHER_ATTR_CONTROL); in ivac_dealloc()
|
| /xnu-8019.80.24/osfmk/device/ |
| H A D | iokit_rpc.c | 331 ipc_kobject_dealloc_port(port, 0, type); in iokit_destroy_object_port()
|
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_user.c | 3472 ipc_kobject_dealloc_port(port, mscount, IKOT_NAMED_ENTRY); in mach_memory_entry_no_senders()
|