Searched refs:ip_nsrequest (Results 1 – 6 of 6) sorted by relevance
153 assert(port->ip_nsrequest == IP_NULL); in ipc_notify_no_senders_prepare()164 } else if (port->ip_nsrequest) { in ipc_notify_no_senders_prepare()165 req.ns_notify = port->ip_nsrequest; in ipc_notify_no_senders_prepare()169 port->ip_nsrequest = IP_NULL; in ipc_notify_no_senders_prepare()
627 previous = port->ip_nsrequest; in ipc_port_nsrequest()633 port->ip_nsrequest = IP_NULL; in ipc_port_nsrequest()637 port->ip_nsrequest = notify; in ipc_port_nsrequest()
159 struct ipc_port *ip_nsrequest; member
1813 port->ip_nsrequest != IP_NULL); in mach_port_get_status_helper()
651 if portval.ip_nsrequest != 0 or portval.ip_kobject_nsrequest: right_str += 'n'1016 if unsigned(p.ip_nsrequest) != 0:1018 yield (Cast(p.ip_nsrequest, 'struct ipc_port *'), -1)
1141 assert(port->ip_nsrequest == IP_NULL); in ipc_kobject_nsrequest()