Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dty_int.c57 long vmax; member
85 n -> vmax = va_arg(*ap, long); in make_int()
111 long vmax = n -> vmax; in fcheck_int() local
130 if (vmin >= vmax || (v >= vmin && v <= vmax)) { in fcheck_int()
H A Dty_num.c57 double vmax; member
85 n -> vmax = va_arg(*ap, double); in make_num()
111 double vmax = n -> vmax; in fcheck_num() local
135 if (vmin >= vmax || (v >= vmin && v <= vmax)) { in fcheck_num()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dsmfcfg.c474 scf_value_t *vmin = NULL, *vmax = NULL; in nfs_upgrade_server_vers() local
508 vmax = scf_value_create(handle); in nfs_upgrade_server_vers()
513 emin == NULL || emax == NULL || vmin == NULL || vmax == NULL) { in nfs_upgrade_server_vers()
535 if (scf_value_set_astring(vmax, versmax) == 0) { in nfs_upgrade_server_vers()
536 if (scf_entry_add_value(emax, vmax) != 0) in nfs_upgrade_server_vers()
563 if (vmax != NULL) in nfs_upgrade_server_vers()
564 scf_value_destroy(vmax); in nfs_upgrade_server_vers()
/illumos-gate/usr/src/boot/sys/sys/
H A Dmodule.h118 #define MODULE_DEPEND(module, mdepend, vmin, vpref, vmax) \ argument
123 vmax \