Searched refs:IPR_NULL (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_types.h68 #define IPR_NULL ((ipc_port_request_t) 0) macro
H A Dipc_port.c166 if (table == IPR_NULL)
211 if (otable == IPR_NULL)
217 if ((otable != IPR_NULL) &&
235 ((ntable = it_dnrequests_alloc(its)) == IPR_NULL)) {
252 ((otable == IPR_NULL) || (otable->ipr_size+1 == its))) {
259 if (otable != IPR_NULL) {
291 if (otable != IPR_NULL) {
324 assert(table != IPR_NULL);
470 port->ip_dnrequests = IPR_NULL;
580 * was locked but the port now has port->ip_dnrequests set to IPR_NULL
[all...]
H A Dipc_port.h315 assert(table != IPR_NULL); \
H A Dmach_debug.c459 if (port->ip_dnrequests == IPR_NULL) {
H A Dmach_port.c1597 if (table == IPR_NULL)

Completed in 84 milliseconds