Searched refs:vs_props_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libvscan/common/
H A Dlibvscan.h141 } vs_props_t; typedef in typeref:struct:vs_props
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 Dlibvscan.c117 vs_props_t vp_gen;
247 vs_props_get(vs_props_t *vp, uint64_t propids)
281 vs_props_set(const vs_props_t *vp, uint64_t propids)
539 vs_props_t *vp = &prop_hd->vp_gen;
667 vs_props_t *vp = &prop_hd->vp_gen;
956 vs_props_t *vp = &prop_hd->vp_gen;
1099 const vs_props_t *vp = &prop_hd->vp_gen;
1149 vs_props_validate(const vs_props_t *props, uint64_t propids)
/illumos-gate/usr/src/cmd/vscan/vscanadm/
H A Dvscanadm.c223 static int vs_adm_props_from_input(int, char **, vs_props_t *, uint64_t *);
315 vs_props_t vp;
364 vs_props_t vp;
577 vs_props_t vp;
607 vs_props_t vp;
635 vs_props_t vp;
643 (void) memset(&vp, 0, sizeof (vs_props_t));
842 vs_adm_props_from_input(int argc, char **argv, vs_props_t *vsprops,
849 (void) memset(vsprops, 0, sizeof (vs_props_t));
996 vs_props_t *svc
[all...]
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_main.c698 vs_props_t props;

Completed in 50 milliseconds