Lines Matching refs:propid

515 vs_get_propdef(uint64_t propid)  in vs_get_propdef()  argument
520 if (propid == vs_propdefs[i].vpd_id) in vs_get_propdef()
537 vs_default_value(vs_prop_hd_t *prop_hd, const uint64_t propid) in vs_default_value() argument
542 switch (propid) { in vs_default_value()
594 uint64_t propid; in vs_scf_values_get() local
614 for (propid = 1LL; propid <= VS_PROPID_MAX; propid <<= 1) { in vs_scf_values_get()
615 if ((prop_hd->vp_ids & propid) == 0) in vs_scf_values_get()
618 if ((vpd = vs_get_propdef(propid)) == NULL) { in vs_scf_values_get()
752 uint64_t propid; in vs_scf_pg_create() local
774 for (propid = 1LL; propid <= VS_PROPID_MAX; propid <<= 1) { in vs_scf_pg_create()
775 if ((propid & prop_hd->vp_all) && !(propid & prop_hd->vp_ids)) in vs_scf_pg_create()
776 vs_default_value(prop_hd, propid); in vs_scf_pg_create()
857 uint64_t propid; in vs_scf_values_set() local
889 for (propid = 1LL; propid <= VS_PROPID_MAX; propid <<= 1) { in vs_scf_values_set()
890 if ((prop_hd->vp_ids & propid) == 0) in vs_scf_values_set()
893 if ((vpd = vs_get_propdef(propid)) == NULL) { in vs_scf_values_set()
1096 vs_validate(const vs_prop_hd_t *prop_hd, uint64_t propid) in vs_validate() argument
1102 switch (propid) { in vs_validate()
1151 uint64_t propid; in vs_props_validate() local
1163 for (propid = 1LL; propid <= VS_PROPID_MAX; propid <<= 1) { in vs_props_validate()
1164 if ((propids & propid) == 0) in vs_props_validate()
1167 if (vs_validate(&prop_hd, propid) != VS_ERR_NONE) in vs_props_validate()
1187 uint64_t propid; in vs_props_se_validate() local
1199 for (propid = 1LL; propid <= VS_PROPID_MAX; propid <<= 1) { in vs_props_se_validate()
1200 if ((propids & propid) == 0) in vs_props_se_validate()
1203 if (vs_validate(&prop_hd, propid) != VS_ERR_NONE) in vs_props_se_validate()