Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libvscan/common/
H A Dlibvscan.c208 != VS_ERR_NONE) in vs_props_get_all()
212 if ((rc = vs_props_get_engines(engids, &n)) != VS_ERR_NONE) in vs_props_get_all()
217 &va->va_se[i], VS_PROPID_SE_ALL)) != VS_ERR_NONE) in vs_props_get_all()
340 if (rc != VS_ERR_NONE) in vs_props_se_get()
348 (vs_validate(&prop_hd, VS_PROPID_SE_HOST) != VS_ERR_NONE)) { in vs_props_se_get()
403 if ((rc = vs_scf_values_get(pgname, &prop_hd)) != VS_ERR_NONE) in vs_props_se_set()
406 if (vs_validate(&prop_hd, VS_PROPID_SE_HOST) != VS_ERR_NONE) in vs_props_se_set()
483 case VS_ERR_NONE: in vs_strerror()
612 rc = VS_ERR_NONE; in vs_scf_values_get()
641 if ((rc = vs_scf_get(vpd, prop_hd, &vsc, np)) != VS_ERR_NONE) in vs_scf_values_get()
[all …]
H A Dlibvscan.h82 #define VS_ERR_NONE 0 macro
/titanic_44/usr/src/cmd/vscan/vscanadm/
H A Dvscanadm.c342 if (rc != VS_ERR_NONE) { in vs_adm_get()
376 if (rc != VS_ERR_NONE) { in vs_adm_set()
434 if (rc != VS_ERR_NONE) { in vs_adm_get_engine()
443 if ((rc = vs_props_get_all(&va)) != VS_ERR_NONE) { in vs_adm_get_engine()
531 if (rc != VS_ERR_NONE) { in vs_adm_set_engine()
561 if ((rc = vs_props_se_delete(engid)) != VS_ERR_NONE) { in vs_adm_rem_engine()
591 if (rc != VS_ERR_NONE) { in vs_adm_import()
618 if (vs_props_validate(&vp, VS_PROPID_TYPES) != VS_ERR_NONE) { in vs_adm_validate()
645 if ((rc = vs_props_get(&vp, propids)) != VS_ERR_NONE) { in vs_adm_export()
786 if ((rc = vs_statistics(&stats)) == VS_ERR_NONE) { in vs_adm_stats()
[all …]
/titanic_44/usr/src/cmd/vscan/vscand/
H A Dvs_main.c644 if (vs_props_get_all(&config) != VS_ERR_NONE) { in vscand_configure()
703 if ((rc = vs_props_get(&props, propids)) != VS_ERR_NONE) { in vscand_get_viruslog()