Searched defs:prop_hd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libvscan/common/
H A Dlibvscan.c250 vs_prop_hd_t prop_hd; local
255 (void) memset(&prop_hd, 0, sizeof (vs_prop_hd_t));
256 prop_hd.vp_type = VS_PTYPE_GEN;
257 prop_hd.vp_ids = propids;
258 prop_hd.vp_all = VS_PROPID_GEN_ALL;
260 rc = vs_scf_values_get(VS_PGNAME_GENERAL, &prop_hd);
262 *vp = prop_hd.vp_gen;
283 vs_prop_hd_t prop_hd; local
288 (void) memset(&prop_hd, 0, sizeof (vs_prop_hd_t));
289 prop_hd
318 vs_prop_hd_t prop_hd; local
380 vs_prop_hd_t prop_hd; local
425 vs_prop_hd_t prop_hd; local
537 vs_default_value(vs_prop_hd_t *prop_hd, const uint64_t propid) argument
589 vs_scf_values_get(const char *pgname, vs_prop_hd_t *prop_hd) argument
661 vs_scf_get(const vs_propdef_t *vpd, vs_prop_hd_t *prop_hd, vs_scfctx_t *vsc, int idx) argument
749 vs_scf_pg_create(const char *pgname, vs_prop_hd_t *prop_hd) argument
853 vs_scf_values_set(const char *pgname, vs_prop_hd_t *prop_hd) argument
952 vs_scf_set(const vs_propdef_t *vpd, vs_prop_hd_t *prop_hd, vs_scfctx_t *vsc, int idx) argument
1096 vs_validate(const vs_prop_hd_t *prop_hd, uint64_t propid) argument
1152 vs_prop_hd_t prop_hd; local
1188 vs_prop_hd_t prop_hd; local
[all...]

Completed in 61 milliseconds