Searched refs:DI_LNODE_NIL (Results 1 – 3 of 3) sorted by relevance
3340 return (DI_LNODE_NIL); in di_link_to_lnode()3371 if ((lnode == DI_LNODE_NIL) || (devt == NULL)) { in di_lnode_devt()3459 return (DI_LNODE_NIL); in di_lnode_next()3479 return (DI_LNODE_NIL); in di_lnode_next()3536 if ((lnode == DI_LNODE_NIL) || in di_link_next_by_lnode()3650 di_lnode_t lnode = DI_LNODE_NIL; in walk_one_lnode()3653 while ((lnode = di_lnode_next(node, lnode)) != DI_LNODE_NIL) { in walk_one_lnode()
131 #define DI_LNODE_NIL NULL macro
1600 lnode = DI_LNODE_NIL; in dump_minor_data()1601 while ((lnode = di_lnode_next(node, lnode)) != DI_LNODE_NIL) in dump_minor_data()