Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/ipc/
H A Dipc_notify.c145 req.ns_mscount = port->ip_mscount; in ipc_notify_no_senders_prepare()
151 req.ns_mscount = port->ip_mscount; in ipc_notify_no_senders_prepare()
H A Dipc_object.c646 port->ip_mscount++; in ipc_object_copyin_from_kernel()
811 port->ip_mscount++; in ipc_object_insert_send_right()
H A Dmach_port.c1063 port->ip_mscount = mscount; in mach_port_set_mscount()
1587 mscount = port->ip_mscount; in mach_port_request_notification()
1749 statusp->mps_mscount = port->ip_mscount; in mach_port_get_status_helper()
H A Dipc_port.c690 port->ip_mscount = 0; in ipc_port_prepare_move()
875 port->ip_mscount = 1; in ipc_port_init()
2836 port->ip_mscount++; in ipc_port_make_send_any_locked()
H A Dipc_port.h191 mach_port_mscount_t ip_mscount; member
H A Dipc_right.c2683 assert(port->ip_mscount == 0); in ipc_right_copyout_recv_and_unlock_space()
/xnu-12377.1.9/osfmk/kern/
H A Dipc_kobject.c968 port->ip_mscount = 0; in ipc_kobject_make_send_lazy_alloc_port()
987 return ip_active(port) && port->ip_srights == 0 && port->ip_mscount == mscount; in ipc_kobject_is_mscount_current_locked()
1138 port, type, port->ip_mscount, mscount); in __ipc_kobject_dealloc_bad_mscount_panic()
1167 if (mscount != IPC_KOBJECT_NO_MSCOUNT && port->ip_mscount != mscount) { in ipc_kobject_dealloc_port_and_unlock()