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.c3338 return (DI_LNODE_NIL); in di_link_to_lnode()
3369 if ((lnode == DI_LNODE_NIL) || (devt == NULL)) { in di_lnode_devt()
3457 return (DI_LNODE_NIL); in di_lnode_next()
3477 return (DI_LNODE_NIL); in di_lnode_next()
3534 if ((lnode == DI_LNODE_NIL) || in di_link_next_by_lnode()
3648 di_lnode_t lnode = DI_LNODE_NIL; in walk_one_lnode()
3651 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.c1595 lnode = DI_LNODE_NIL; in dump_minor_data()
1596 while ((lnode = di_lnode_next(node, lnode)) != DI_LNODE_NIL) in dump_minor_data()