Lines Matching refs:base_model
375 struct model_config *base_model; in manifest_from_signer_config() local
389 base_model = manifest_get_model_config(manifest, base_name); in manifest_from_signer_config()
391 if (!base_model) { in manifest_from_signer_config()
393 } else if (!base_model->has_custom_label) { in manifest_from_signer_config()
394 base_model->has_custom_label = true; in manifest_from_signer_config()
609 const struct model_config *base_model) in manifest_find_custom_label_model() argument
618 model = quirk_override_custom_label(cfg, manifest, base_model); in manifest_find_custom_label_model()
635 VPD_CUSTOM_LABEL_TAG, base_model->name); in manifest_find_custom_label_model()
636 return base_model; in manifest_find_custom_label_model()
639 VB2_DEBUG("Found custom label tag: %s (base=%s)\n", tag, base_model->name); in manifest_find_custom_label_model()
641 ASPRINTF(&name, "%s-%s", base_model->name, tag); in manifest_find_custom_label_model()