Searched refs:vmax (Results 1 – 4 of 4) sorted by relevance
| /titanic_53/usr/src/lib/libeti/form/common/ |
| H A D | ty_int.c | 59 long vmax; member 87 n -> vmax = va_arg(*ap, long); in make_int() 113 long vmax = n -> vmax; in fcheck_int() local 132 if (vmin >= vmax || (v >= vmin && v <= vmax)) { in fcheck_int()
|
| H A D | ty_num.c | 59 double vmax; member 87 n -> vmax = va_arg(*ap, double); in make_num() 113 double vmax = n -> vmax; in fcheck_num() local 137 if (vmin >= vmax || (v >= vmin && v <= vmax)) { in fcheck_num()
|
| /titanic_53/usr/src/psm/stand/boot/sparc/common/ |
| H A D | wbcli.c | 252 uint_t len, vmax; in clcid() local 264 vmax = cliptr->varmax - 1; /* space for the prefix */ in clcid() 292 if (len > vmax * 2 || in clcid() 294 (char *)(cliptr->varptr), &vmax) != 0) { in clcid() 297 cliptr->varlen = vmax; in clcid() 299 if (len > vmax) { in clcid() 320 uint_t len, vmax; in clkey() local 336 vmax = cliptr->varmax; in clkey() 337 if (len != vmax * 2 || hexascii_to_octet(valstr, len, in clkey() 338 cliptr->varptr, &vmax) != 0) { in clkey() [all …]
|
| /titanic_53/usr/src/boot/sys/sys/ |
| H A D | module.h | 118 #define MODULE_DEPEND(module, mdepend, vmin, vpref, vmax) \ argument 123 vmax \
|