Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c88 int v_max; /* Max acceptable version */ member
601 lstat.use_vers.v_max = lstat.use_vers.v_min = CFGA_HSL_V1; in config_stat()
638 lstat.use_vers.v_max = lstat.use_vers.v_min = CFGA_HSL_V1; in config_list()
714 lstat.use_vers.v_max = CFGA_HSL_V2; in config_list_ext()
1371 lib_loc_p->vers_req.v_max = CFGA_HSL_VERS; in config_get_lib()
1460 lib_loc_p->vers_req.v_max = INVALID_VERSION; in config_get_lib()
2651 lib_loc.vers_req.v_max = CFGA_HSL_VERS; in do_list_common_impl()
2916 if (!VALID_HSL_VERS(reqp->v_min) || !VALID_HSL_VERS(reqp->v_max) || in compat_plugin()
2921 if (plugin_vers < reqp->v_min || plugin_vers > reqp->v_max) { in compat_plugin()