Home
last modified time | relevance | path

Searched refs:VALID_INDEX (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c516 if (!VALID_INDEX(hdp, DB_NODE, DB_HDR(hdp)->root_idx)) { in invalid_db()
520 if (!VALID_INDEX(hdp, DB_LINK, DB_HDR(hdp)->dngl_idx)) { in invalid_db()
2876 if (!VALID_INDEX(hdp, seg, idx)) { in map_seg()
H A Ddevinfo_devlink.h274 #define VALID_INDEX(h, t, i) ((i) < DB_HDR(h)->nelems[t]) macro