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

/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c88 #define VALID_HSL_VERS(v) (((v) >= CFGA_HSL_V1) && \ macro
1436 assert(VALID_HSL_VERS(libp->plugin_vers));
2925 if (!VALID_HSL_VERS(reqp->v_min) || !VALID_HSL_VERS(reqp->v_max) ||
2926 !VALID_HSL_VERS(plugin_vers)) {

Completed in 65 milliseconds