Searched defs:DB_HDR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h255 #define DB_HDR(h) (DB(h)->hdr) macro
256 #define DB_NUM(h, t) (DB_HDR(h)->nelems[t])
260 #define DB_OPEN(h) (DB_HDR(h) != NULL)
264 #define DB_EMPTY(h) (DB_HDR(h)->root_idx == DB_NIL && \
265 DB_HDR(h)->dngl_idx == DB_NIL)
273 #define VALID_STR(h, i, s) ((i) + strlen(s) + 1 <= DB_HDR(h)->nelems[DB_STR])
274 #define VALID_INDEX(h, t, i) ((i) < DB_HDR(h)->nelems[t])

Completed in 60 milliseconds