Searched refs:sec_type (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/ras/ |
D | ras.c | 17 void log_non_standard_event(const uuid_le *sec_type, const uuid_le *fru_id, in log_non_standard_event() argument 21 trace_non_standard_event(sec_type, fru_id, fru_text, sev, err, len); in log_non_standard_event()
|
/Linux-v4.19/include/linux/ |
D | ras.h | 29 void log_non_standard_event(const guid_t *sec_type, 35 log_non_standard_event(const guid_t *sec_type, in log_non_standard_event() argument
|
/Linux-v4.19/include/ras/ |
D | ras_event.h | 221 TP_PROTO(const uuid_le *sec_type, 228 TP_ARGS(sec_type, fru_id, fru_text, sev, err, len), 231 __array(char, sec_type, UUID_SIZE) 240 memcpy(__entry->sec_type, sec_type, UUID_SIZE); 249 __entry->sev, __entry->sec_type,
|
/Linux-v4.19/drivers/firmware/efi/ |
D | cper.c | 432 guid_t *sec_type = (guid_t *)gdata->section_type; in cper_estatus_print_section() local 448 if (guid_equal(sec_type, &CPER_SEC_PROC_GENERIC)) { in cper_estatus_print_section() 456 } else if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in cper_estatus_print_section() 466 } else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in cper_estatus_print_section() 475 } else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in cper_estatus_print_section() 485 } else if (guid_equal(sec_type, &CPER_SEC_PROC_IA)) { in cper_estatus_print_section() 497 printk("%ssection type: unknown, %pUl\n", newpfx, sec_type); in cper_estatus_print_section()
|
/Linux-v4.19/drivers/acpi/ |
D | acpi_extlog.c | 146 guid_t *sec_type; in extlog_print() local 171 sec_type = (guid_t *)gdata->section_type; in extlog_print() 172 if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in extlog_print()
|
/Linux-v4.19/drivers/acpi/apei/ |
D | ghes.c | 467 guid_t *sec_type; in ghes_do_proc() local 473 sec_type = (guid_t *)gdata->section_type; in ghes_do_proc() 481 if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in ghes_do_proc() 489 else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in ghes_do_proc() 492 else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in ghes_do_proc() 499 log_non_standard_event(sec_type, fru_id, fru_text, in ghes_do_proc()
|
/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/ |
D | halmac_api_88xx.h | 335 enum hal_security_type sec_type);
|
D | halmac_api_88xx.c | 5242 enum hal_security_type sec_type) in halmac_get_used_cam_entry_num_88xx() argument 5252 switch (sec_type) { in halmac_get_used_cam_entry_num_88xx()
|
/Linux-v4.19/drivers/staging/rtlwifi/halmac/ |
D | halmac_type.h | 1846 enum hal_security_type sec_type);
|