Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libvscan/common/
H A Dlibvscan.h55 #define VS_PROPID_SE_ALL (VS_PROPID_SE_ENABLE | \ macro
59 #define VS_PROPID_IS_SE(id) ((id & VS_PROPID_SE_ALL) ? 1 : 0)
H A Dlibvscan.c217 &va->va_se[i], VS_PROPID_SE_ALL)) != VS_ERR_NONE) in vs_props_get_all()
324 if ((propids & VS_PROPID_SE_ALL) != propids) in vs_props_se_get()
330 prop_hd.vp_all = VS_PROPID_SE_ALL; in vs_props_se_get()
386 if ((propids & VS_PROPID_SE_ALL) != propids) in vs_props_se_set()
391 prop_hd.vp_all = VS_PROPID_SE_ALL; in vs_props_se_set()
427 if ((propids & VS_PROPID_SE_ALL) != propids) in vs_props_se_create()
444 prop_hd.vp_all = VS_PROPID_SE_ALL; in vs_props_se_create()
1190 if ((propids & VS_PROPID_SE_ALL) != propids) in vs_props_se_validate()
1197 prop_hd.vp_all = VS_PROPID_SE_ALL; in vs_props_se_validate()
/titanic_44/usr/src/cmd/vscan/vscanadm/
H A Dvscanadm.c429 propids = VS_PROPID_SE_ALL; in vs_adm_get_engine()