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

/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c84 int v_max; /* Max acceptable version */ member in struct:__anon3091
595 lstat.use_vers.v_max = lstat.use_vers.v_min = CFGA_HSL_V1;
632 lstat.use_vers.v_max = lstat.use_vers.v_min = CFGA_HSL_V1;
708 lstat.use_vers.v_max = CFGA_HSL_V2;
1365 lib_loc_p->vers_req.v_max = CFGA_HSL_VERS;
1454 lib_loc_p->vers_req.v_max = INVALID_VERSION;
2660 lib_loc.vers_req.v_max = CFGA_HSL_VERS;
2925 if (!VALID_HSL_VERS(reqp->v_min) || !VALID_HSL_VERS(reqp->v_max) ||
2930 if (plugin_vers < reqp->v_min || plugin_vers > reqp->v_max) {
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn.c977 int val, v_min, v_max, v_def; local
982 v_max = idn_global_props[p].p_max;
990 if ((v_min != v_max) &&
991 ((val < v_min) || (val > v_max))) {
996 str, val, v_min, v_max);

Completed in 58 milliseconds