Lines Matching refs:fmt
12 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
22 {.name = IMA_TEMPLATE_IMA_NAME, .fmt = IMA_TEMPLATE_IMA_FMT},
23 {.name = "ima-ng", .fmt = "d-ng|n-ng"},
24 {.name = "ima-sig", .fmt = "d-ng|n-ng|sig"},
25 {.name = "ima-buf", .fmt = "d-ng|n-ng|buf"},
26 {.name = "ima-modsig", .fmt = "d-ng|n-ng|sig|d-modsig|modsig"},
27 {.name = "", .fmt = ""}, /* placeholder for a custom format */
129 builtin_templates[num_templates - 1].fmt = str; in ima_template_fmt_setup()
144 (strcmp(template_desc->fmt, name) == 0)) { in lookup_template_desc()
262 result = template_desc_init_fields(template->fmt, in ima_init_template()
268 template->name : template->fmt), result); in ima_init_template()
290 template_desc->fmt = kstrdup(template_name, GFP_KERNEL); in restore_template_fmt()
291 if (!template_desc->fmt) in restore_template_fmt()
433 ret = template_desc_init_fields(template_desc->fmt, in ima_restore_measurement_list()
438 template_desc->fmt); in ima_restore_measurement_list()