Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/ipc/
H A Dipc_port.c285 if (table == IPR_NULL) { in ipc_port_request_alloc()
350 if (otable == IPR_NULL) { in ipc_port_request_grow()
357 if ((otable != IPR_NULL) && in ipc_port_request_grow()
375 ((ntable = it_requests_alloc(its)) == IPR_NULL)) { in ipc_port_request_grow()
390 ((otable == IPR_NULL) || (otable->ipr_size + 1 == its))) { in ipc_port_request_grow()
397 if (otable != IPR_NULL) { in ipc_port_request_grow()
430 if (otable != IPR_NULL) { in ipc_port_request_grow()
467 assert(table != IPR_NULL); in ipc_port_request_sparm()
524 assert(table != IPR_NULL); in ipc_port_request_type()
564 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.c469 if (port->ip_requests == IPR_NULL) { in mach_port_dnrequest_info()
H A Dmach_port.c1885 if (table == IPR_NULL) { in mach_port_get_attributes()