Home
last modified time | relevance | path

Searched refs:VALID_STR (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h273 #define VALID_STR(h, i, s) ((i) + strlen(s) + 1 <= DB_HDR(h)->nelems[DB_STR]) macro
H A Ddevinfo_devlink.c992 if (!VALID_STR(hdp, idx, str)) { in write_string()