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

/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_text.c255 int tblen, keylen; local
258 tblen = *textbuflen;
261 if ((rc = idm_keyvalue_get_next(&tbscan, &tblen,
273 if (tblen == 0) {
280 *textbuflen = tblen;

Completed in 137 milliseconds