Home
last modified time | relevance | path

Searched refs:notification_type (Results 1 – 8 of 8) sorted by relevance

/openbmc/libcper/
H A Dcper-parse.c167 json_object *notification_type = json_object_new_object(); in cper_header_to_ir() local
171 notification_type, "guid", in cper_header_to_ir()
214 notification_type, "type", in cper_header_to_ir()
217 notification_type); in cper_header_to_ir()
H A Dir-parse.c141 json_object *notification_type = in ir_header_to_cper() local
145 notification_type, "guid"))); in ir_header_to_cper()
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dapei.c158 rcd.hdr.notification_type = CPER_NOTIFY_MCE; in apei_write_mce()
/openbmc/linux/drivers/mtd/ubi/
H A Dblock.c536 unsigned long notification_type, void *ns_ptr) in ubiblock_notify() argument
540 switch (notification_type) { in ubiblock_notify()
/openbmc/linux/include/linux/
H A Dcper.h336 guid_t notification_type; member
/openbmc/linux/drivers/scsi/
H A Dpmcraid.h395 __u8 notification_type; member
H A Dpmcraid.c1529 pinstance->ccn.hcam->notification_type, in pmcraid_handle_config_change()
1561 if (pinstance->ccn.hcam->notification_type == in pmcraid_handle_config_change()
1616 if (pinstance->ccn.hcam->notification_type == in pmcraid_handle_config_change()
1703 pinstance->ldn.hcam->notification_type, in pmcraid_handle_error_log()
1709 if (pinstance->ldn.hcam->notification_type != in pmcraid_handle_error_log()
/openbmc/linux/drivers/acpi/apei/
H A Derst.c1118 rcd->hdr.notification_type = CPER_NOTIFY_MCE; in erst_writer()