Searched refs:prop_hd (Results 1 – 1 of 1) sorted by relevance
250 vs_prop_hd_t prop_hd; in vs_props_get() local255 (void) memset(&prop_hd, 0, sizeof (vs_prop_hd_t)); in vs_props_get()256 prop_hd.vp_type = VS_PTYPE_GEN; in vs_props_get()257 prop_hd.vp_ids = propids; in vs_props_get()258 prop_hd.vp_all = VS_PROPID_GEN_ALL; in vs_props_get()260 rc = vs_scf_values_get(VS_PGNAME_GENERAL, &prop_hd); in vs_props_get()262 *vp = prop_hd.vp_gen; in vs_props_get()283 vs_prop_hd_t prop_hd; in vs_props_set() local288 (void) memset(&prop_hd, 0, sizeof (vs_prop_hd_t)); in vs_props_set()289 prop_hd.vp_type = VS_PTYPE_GEN; in vs_props_set()[all …]