Home
last modified time | relevance | path

Searched defs: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
111 long vmax = n -> vmax; in fcheck_int() local
H A Dty_num.c57 double vmax; member
111 double vmax = n -> vmax; in fcheck_num() local
/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
/illumos-gate/usr/src/boot/sys/sys/
H A Dmodule.h118 #define MODULE_DEPEND(module, mdepend, vmin, vpref, vmax) \ argument