Home
last modified time | relevance | path

Searched refs:DB_EMPTY (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c524 if (DB_EMPTY(hdp)) { in invalid_db()
H A Ddevinfo_devlink.h264 #define DB_EMPTY(h) (DB_HDR(h)->root_idx == DB_NIL && \ macro