Searched refs:ignore_sections (Results 1 – 1 of 1) sorted by relevance
536 static const struct ignore_section ignore_sections[] = { variable563 for (int i = 0; i < ARRAY_SIZE(ignore_sections); i++) { in cper_estatus_print_section()564 if (guid_equal(sec_type, &ignore_sections[i].guid)) { in cper_estatus_print_section()565 printk("%ssection_type: %s\n", newpfx, ignore_sections[i].name); in cper_estatus_print_section()