Home
last modified time | relevance | path

Searched refs:ip_sorights (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/osfmk/ipc/
H A Dipc_port.h193 mach_port_rights_t ip_sorights; member
240 #define ip_sorights_inc(port) ip_right_delta(port, ip_sorights, 1)
241 #define ip_sorights_dec(port) ip_right_delta(port, ip_sorights, -1)
H A Dipc_right.c1388 assert(port->ip_sorights > 0); in ipc_right_delta()
2203 if (ip_is_reply_port(port) && (port->ip_sorights > 0)) { in ipc_right_copyin()
2327 assert(port->ip_sorights > 0); in ipc_right_copyin()
2502 assert(port->ip_sorights > 0); in ipc_right_copyin()
2601 assert(port->ip_sorights > 0); in ipc_right_copyout_any_send()
H A Dipc_object.c670 assert(port->ip_sorights); in ipc_object_copyin_from_kernel()
H A Dmach_port.c1750 statusp->mps_sorights = port->ip_sorights; in mach_port_get_status_helper()