Lines Matching refs:fmt
16 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
26 {.name = IMA_TEMPLATE_IMA_NAME, .fmt = IMA_TEMPLATE_IMA_FMT},
27 {.name = "ima-ng", .fmt = "d-ng|n-ng"},
28 {.name = "ima-sig", .fmt = "d-ng|n-ng|sig"},
29 {.name = "", .fmt = ""}, /* placeholder for a custom format */
104 builtin_templates[num_templates - 1].fmt = str; in ima_template_fmt_setup()
119 (strcmp(template_desc->fmt, name) == 0)) { in lookup_template_desc()
236 result = template_desc_init_fields(template->fmt, in ima_init_template()
242 template->name : template->fmt), result); in ima_init_template()
264 template_desc->fmt = kstrdup(template_name, GFP_KERNEL); in restore_template_fmt()
265 if (!template_desc->fmt) in restore_template_fmt()
409 ret = template_desc_init_fields(template_desc->fmt, in ima_restore_measurement_list()
414 failed\n", template_desc->fmt); in ima_restore_measurement_list()