Home
last modified time | relevance | path

Searched refs:DI_LNODE_NIL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c3340 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()
H A Dlibdevinfo.h131 #define DI_LNODE_NIL NULL macro
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c1600 lnode = DI_LNODE_NIL; in dump_minor_data()
1601 while ((lnode = di_lnode_next(node, lnode)) != DI_LNODE_NIL) in dump_minor_data()