Searched refs:vs_props_t (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libvscan/common/ |
H A D | libvscan.h | 141 } vs_props_t; typedef 156 vs_props_t va_props; 166 int vs_props_set(const vs_props_t *, uint64_t); 167 int vs_props_get(vs_props_t *, uint64_t); 168 int vs_props_validate(const vs_props_t *, uint64_t);
|
H A D | libvscan.c | 117 vs_props_t vp_gen; 247 vs_props_get(vs_props_t *vp, uint64_t propids) in vs_props_get() 281 vs_props_set(const vs_props_t *vp, uint64_t propids) in vs_props_set() 539 vs_props_t *vp = &prop_hd->vp_gen; in vs_default_value() 667 vs_props_t *vp = &prop_hd->vp_gen; in vs_scf_get() 956 vs_props_t *vp = &prop_hd->vp_gen; in vs_scf_set() 1099 const vs_props_t *vp = &prop_hd->vp_gen; in vs_validate() 1149 vs_props_validate(const vs_props_t *props, uint64_t propids) in vs_props_validate()
|
/titanic_44/usr/src/cmd/vscan/vscanadm/ |
H A D | vscanadm.c | 223 static int vs_adm_props_from_input(int, char **, vs_props_t *, uint64_t *); 315 vs_props_t vp; in vs_adm_get() 364 vs_props_t vp; in vs_adm_set() 577 vs_props_t vp; in vs_adm_import() 607 vs_props_t vp; in vs_adm_validate() 635 vs_props_t vp; in vs_adm_export() 643 (void) memset(&vp, 0, sizeof (vs_props_t)); in vs_adm_export() 842 vs_adm_props_from_input(int argc, char **argv, vs_props_t *vsprops, in vs_adm_props_from_input() 849 (void) memset(vsprops, 0, sizeof (vs_props_t)); in vs_adm_props_from_input() 996 vs_props_t *svcp = vp; in vs_adm_parse_maxsize() [all …]
|
/titanic_44/usr/src/cmd/vscan/vscand/ |
H A D | vs_main.c | 698 vs_props_t props; in vscand_get_viruslog()
|