Home
last modified time | relevance | path

Searched refs:ipc_kobject_dealloc_port (Results 1 – 14 of 14) sorted by relevance

/xnu-10063.101.15/osfmk/kern/
H A Dipc_tt.c590 ipc_kobject_dealloc_port(rdport, 0, IKOT_TASK_READ); in ipc_task_terminate()
592 ipc_kobject_dealloc_port(kport, 0, IKOT_TASK_CONTROL); in ipc_task_terminate()
596 ipc_kobject_dealloc_port(nport, 0, IKOT_TASK_NAME); in ipc_task_terminate()
598 ipc_kobject_dealloc_port(iport, 0, IKOT_TASK_INSPECT); in ipc_task_terminate()
601 ipc_kobject_dealloc_port(pport, 0, IKOT_TASK_CONTROL); in ipc_task_terminate()
604 ipc_kobject_dealloc_port(rport, 0, IKOT_TASK_RESUME); in ipc_task_terminate()
663 ipc_kobject_dealloc_port(new_kport, 0, IKOT_TASK_CONTROL); in ipc_task_reset()
666 ipc_kobject_dealloc_port(new_pport, 0, IKOT_TASK_CONTROL); in ipc_task_reset()
754 ipc_kobject_dealloc_port(old_rdport, 0, IKOT_TASK_READ); in ipc_task_reset()
756 ipc_kobject_dealloc_port(old_kport, 0, IKOT_TASK_CONTROL); in ipc_task_reset()
[all …]
H A Daudit_sessionport.c132 ipc_kobject_dealloc_port(port, 0, IKOT_AU_SESSIONPORT); in audit_session_portdestroy()
H A Dtask_ident.c104 ipc_kobject_dealloc_port(port, 0, kotype); in tidt_release()
110 ipc_kobject_dealloc_port(port, 0, IKOT_TASK_ID_TOKEN); in tidt_release()
H A Dipc_misc.c98 fg = ipc_kobject_dealloc_port(port, mscount, IKOT_FILEPORT); in fileport_no_senders()
H A Dipc_kobject.c1028 ko_port = ipc_kobject_dealloc_port(port, mscount, IKOT_PORT_SUBST_ONCE); in ipc_kobject_subst_once_no_senders()
1120 ipc_kobject_dealloc_port(port, 0, type); in ipc_kobject_make_send_lazy_alloc_port()
1182 ipc_kobject_dealloc_port(port, 0, type); in ipc_kobject_make_send_lazy_alloc_labeled_port()
1471 ipc_kobject_dealloc_port( in ipc_kobject_dealloc_port() function
H A Dipc_kobject.h373 extern ipc_kobject_t ipc_kobject_dealloc_port(
H A Dsync_sema.c224 ipc_kobject_dealloc_port(port, 0, IKOT_SEMAPHORE); in semaphore_free()
H A Dwork_interval.c616 work_interval = ipc_kobject_dealloc_port(port, mscount, in work_interval_port_no_senders()
H A Dkern_cdata.c192 ipc_kobject_dealloc_port(port, 0, IKOT_KCDATA); in kcdata_object_destroy()
/xnu-10063.101.15/osfmk/UserNotification/
H A DKUNCUserNotifications.c203 reply = ipc_kobject_dealloc_port(port, mscount, IKOT_UND_REPLY); in UNDReply_no_senders()
/xnu-10063.101.15/osfmk/ipc/
H A Dipc_eventlink.c324 ipc_kobject_dealloc_port(ipc_eventlink_port, 0, IKOT_EVENTLINK); in ipc_eventlink_destroy_internal()
1096 ipc_kobject_dealloc_port(port, mscount, IKOT_EVENTLINK); in ipc_eventlink_no_senders()
H A Dipc_voucher.c281 ipc_kobject_dealloc_port(port, 0, IKOT_VOUCHER); in iv_dealloc()
/xnu-10063.101.15/osfmk/device/
H A Diokit_rpc.c310 ipc_kobject_dealloc_port(port, 0, type); in iokit_destroy_object_port()
/xnu-10063.101.15/osfmk/vm/
H A Dvm_user.c4127 named_entry = ipc_kobject_dealloc_port(port, mscount, IKOT_NAMED_ENTRY); in mach_memory_entry_no_senders()