Home
last modified time | relevance | path

Searched refs:ip_mscount (Results 1 – 7 of 7) sorted by relevance

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_notify.c158 req.ns_mscount = port->ip_mscount; in ipc_notify_no_senders_prepare()
166 req.ns_mscount = port->ip_mscount; in ipc_notify_no_senders_prepare()
H A Dipc_port.c628 mscount = port->ip_mscount; in ipc_port_nsrequest()
691 port->ip_mscount = 0; in ipc_port_clear_receiver()
774 port->ip_mscount = 1; in ipc_port_init()
1053 assert(port->ip_mscount == 0); in ipc_port_destroy()
1099 assert(port->ip_mscount == 0); in ipc_port_destroy()
2666 port->ip_mscount++; in ipc_port_make_send_locked()
3059 port->ip_mscount = 0; in ipc_port_dealloc_special_and_unlock()
H A Dipc_object.c742 port->ip_mscount = 0; in ipc_object_copyin_from_kernel()
773 port->ip_mscount++; in ipc_object_copyin_from_kernel()
942 port->ip_mscount++; in ipc_object_insert_send_right()
H A Dipc_port.h170 mach_port_mscount_t ip_mscount; member
H A Dmach_port.c1097 port->ip_mscount = mscount; in mach_port_set_mscount()
1808 statusp->mps_mscount = port->ip_mscount; in mach_port_get_status_helper()
H A Dipc_right.c2951 assert(port->ip_mscount == 0); in ipc_right_copyout()
/xnu-8019.80.24/osfmk/kern/
H A Dipc_kobject.c1009 port->ip_mscount = 0; in ipc_kobject_make_send_lazy_alloc_port()
1071 port->ip_mscount = 0; in ipc_kobject_make_send_lazy_alloc_labeled_port()
1109 if (port->ip_srights == 0 && sync <= port->ip_mscount) { in ipc_kobject_nsrequest_locked()
1144 *mscount = port->ip_mscount; in ipc_kobject_nsrequest()
1248 if (mscount && port->ip_mscount != mscount) { in ipc_kobject_dealloc_port_and_unlock()
1250 __func__, port, type, port->ip_mscount, mscount); in ipc_kobject_dealloc_port_and_unlock()