Searched refs:ITE_NULL (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_splay.c177 assert(tree != ITE_NULL);
216 if (lchild == ITE_NULL)
221 (lchild->ite_lchild != ITE_NULL))
225 (lchild->ite_rchild != ITE_NULL))
231 if (rchild == ITE_NULL)
236 (rchild->ite_rchild != ITE_NULL))
240 (rchild->ite_lchild != ITE_NULL))
244 assert(tree != ITE_NULL);
275 assert(tree != ITE_NULL);
294 splay->ist_root = ITE_NULL;
[all...]
H A Dipc_types.h65 #define ITE_NULL ((ipc_tree_entry_t) 0) macro
H A Dipc_hash.c253 if ((this = bucket->ihgb_head) != ITE_NULL) {
261 (this = *last) != ITE_NULL;
279 return this != ITE_NULL;
352 (this = *last) != ITE_NULL;
361 assert(this != ITE_NULL);
636 bucket->ihgb_head = ITE_NULL;
682 entry != ITE_NULL;
H A Dipc_entry.c321 ipc_tree_entry_t tentry = ITE_NULL;
413 != ITE_NULL)) {
466 if (tentry != ITE_NULL) {
492 if (tentry == ITE_NULL)
839 tentry != ITE_NULL;
888 tentry != ITE_NULL;
H A Dipc_space.c282 tentry != ITE_NULL;
372 tentry != ITE_NULL;
H A Dmach_debug.c340 tentry != ITE_NULL;
359 if (tentry->ite_lchild == ITE_NULL)
364 if (tentry->ite_rchild == ITE_NULL)
H A Dmach_port.c324 tentry != ITE_NULL;
1125 tentry != ITE_NULL;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_print.c811 tentry != ITE_NULL;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/orig/
H A Ddb_print.c1222 tentry != ITE_NULL;

Completed in 92 milliseconds