Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_port.c279 if (table == IPR_NULL) { in ipc_port_request_alloc()
344 if (otable == IPR_NULL) { in ipc_port_request_grow()
351 if ((otable != IPR_NULL) && in ipc_port_request_grow()
369 ((ntable = it_requests_alloc(its)) == IPR_NULL)) { in ipc_port_request_grow()
384 ((otable == IPR_NULL) || (otable->ipr_size + 1 == its))) { in ipc_port_request_grow()
391 if (otable != IPR_NULL) { in ipc_port_request_grow()
424 if (otable != IPR_NULL) { in ipc_port_request_grow()
461 assert(table != IPR_NULL); in ipc_port_request_sparm()
518 assert(table != IPR_NULL); in ipc_port_request_type()
558 assert(table != IPR_NULL); in ipc_port_request_cancel()
[all …]
H A Dipc_types.h83 #define IPR_NULL ((ipc_port_request_t)NULL) macro
H A Dmach_debug.c449 if (port->ip_requests == IPR_NULL) { in mach_port_dnrequest_info()
H A Dmach_port.c1920 if (table == IPR_NULL) { in mach_port_get_attributes()