Searched refs:vmax (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dty_int.c43 * set_field_type(f, TYPE_INTEGER, precision, vmin, vmax);
47 * double vmax; maximum acceptable value
59 long vmax; member in struct:__anon3220
87 n -> vmax = va_arg(*ap, long);
113 long vmax = n -> vmax; local
132 if (vmin >= vmax || (v >= vmin && v <= vmax)) {
H A Dty_num.c43 * set_field_type(f, TYPE_NUMERIC, precision, vmin, vmax);
47 * double vmax; maximum acceptable value
59 double vmax; member in struct:__anon3221
87 n -> vmax = va_arg(*ap, double);
113 double vmax = n -> vmax; local
137 if (vmin >= vmax || (v >= vmin && v <= vmax)) {
/illumos-gate/usr/src/boot/sys/sys/
H A Dmodule.h118 #define MODULE_DEPEND(module, mdepend, vmin, vpref, vmax) \
123 vmax \
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwbcli.c252 uint_t len, vmax; local
264 vmax = cliptr->varmax - 1; /* space for the prefix */
292 if (len > vmax * 2 ||
294 (char *)(cliptr->varptr), &vmax) != 0) {
297 cliptr->varlen = vmax;
299 if (len > vmax) {
320 uint_t len, vmax; local
336 vmax = cliptr->varmax;
337 if (len != vmax * 2 || hexascii_to_octet(valstr, len,
338 cliptr->varptr, &vmax) !
[all...]

Completed in 47 milliseconds