Searched refs:vs_prop_hd_t (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libvscan/common/ |
H A D | libvscan.c | 120 } vs_prop_hd_t; typedef 161 static void vs_default_value(vs_prop_hd_t *, const uint64_t); 163 static int vs_scf_values_get(const char *, vs_prop_hd_t *); 164 static int vs_scf_get(const vs_propdef_t *, vs_prop_hd_t *, vs_scfctx_t *, int); 166 static int vs_scf_values_set(const char *, vs_prop_hd_t *); 167 static int vs_scf_set(const vs_propdef_t *, vs_prop_hd_t *, vs_scfctx_t *, int); 168 static int vs_scf_pg_create(const char *, vs_prop_hd_t *); 174 static int vs_validate(const vs_prop_hd_t *, uint64_t); 250 vs_prop_hd_t prop_hd; in vs_props_get() 255 (void) memset(&prop_hd, 0, sizeof (vs_prop_hd_t)); in vs_props_get() [all …]
|