Searched refs:DB_NIL (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h199 #define DB_NIL 0 macro
264 #define DB_EMPTY(h) (DB_HDR(h)->root_idx == DB_NIL && \
265 DB_HDR(h)->dngl_idx == DB_NIL)
H A Ddevinfo_devlink.c572 assert(strcmp(path, "/") != 0 || dnp->sib == DB_NIL);
637 if (nidx != DB_NIL &&
782 DB_HDR(hdp)->root_idx = DB_NIL;
783 DB_HDR(hdp)->dngl_idx = DB_NIL;
829 if (dnp->path == DB_NIL) {
837 assert(DB_HDR(hdp)->root_idx == DB_NIL);
888 if (dmp->name == DB_NIL || dmp->nodetype == DB_NIL) {
889 dmp->name = dmp->nodetype = DB_NIL;
950 if (dlp->path == DB_NIL || dl
[all...]

Completed in 117 milliseconds