Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libvscan/common/
H A Dlibvscan.h62 #define VS_PROPID_MAX VS_PROPID_SE_MAXCONN macro
H A Dlibvscan.c614 for (propid = 1LL; propid <= VS_PROPID_MAX; propid <<= 1) { in vs_scf_values_get()
774 for (propid = 1LL; propid <= VS_PROPID_MAX; propid <<= 1) { in vs_scf_pg_create()
889 for (propid = 1LL; propid <= VS_PROPID_MAX; propid <<= 1) { in vs_scf_values_set()
1163 for (propid = 1LL; propid <= VS_PROPID_MAX; propid <<= 1) { in vs_props_validate()
1199 for (propid = 1LL; propid <= VS_PROPID_MAX; propid <<= 1) { in vs_props_se_validate()
/titanic_50/usr/src/cmd/vscan/vscanadm/
H A Dvscanadm.c907 for (propid = 1LL; propid <= VS_PROPID_MAX; propid <<= 1) { in vs_adm_output_getcmd()