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

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwbcli.c144 uint_t varmax; member in struct:cli_ent
264 vmax = cliptr->varmax - 1; /* space for the prefix */
336 vmax = cliptr->varmax;
364 (len = strlen(valstr)) >= cliptr->varmax) {
385 if ((len = strlen(valstr)) >= cliptr->varmax) {
413 (len = strlen(valstr)) >= cliptr->varmax) {
440 (len = strlen(valstr)) >= cliptr->varmax) {
905 size_t len = cliptr->varmax;

Completed in 47 milliseconds