Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/ipc/
H A Dipc_notify.c157 req.ns_mscount = port->ip_mscount; in ipc_notify_no_senders_prepare()
165 req.ns_mscount = port->ip_mscount; in ipc_notify_no_senders_prepare()
H A Dipc_object.c744 port->ip_mscount = 0; in ipc_object_copyin_from_kernel()
775 port->ip_mscount++; in ipc_object_copyin_from_kernel()
944 port->ip_mscount++; in ipc_object_insert_send_right()
H A Dipc_port.c607 mscount = port->ip_mscount; in ipc_port_nsrequest()
668 port->ip_mscount = 0; in ipc_port_clear_receiver()
754 port->ip_mscount = 1; in ipc_port_init()
1039 assert(port->ip_mscount == 0); in ipc_port_destroy()
2669 port->ip_mscount++; in ipc_port_make_send_locked()
3062 port->ip_mscount = 0; in ipc_port_dealloc_special_and_unlock()
H A Dipc_port.h182 mach_port_mscount_t ip_mscount; member
H A Dmach_port.c1075 port->ip_mscount = mscount; in mach_port_set_mscount()
1774 statusp->mps_mscount = port->ip_mscount; in mach_port_get_status_helper()
H A Dipc_right.c2959 assert(port->ip_mscount == 0); in ipc_right_copyout()
/xnu-8020.101.4/osfmk/kern/
H A Dipc_kobject.c1008 port->ip_mscount = 0; in ipc_kobject_make_send_lazy_alloc_port()
1070 port->ip_mscount = 0; in ipc_kobject_make_send_lazy_alloc_labeled_port()
1108 if (port->ip_srights == 0 && sync <= port->ip_mscount) { in ipc_kobject_nsrequest_locked()
1142 *mscount = port->ip_mscount; in ipc_kobject_nsrequest()
1245 port, type, port->ip_mscount, mscount); in __ipc_kobject_dealloc_bad_mscount_panic()
1273 if (mscount && port->ip_mscount != mscount) { in ipc_kobject_dealloc_port_and_unlock()