Home
last modified time | relevance | path

Searched refs:shutdown_event (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/xen/
H A Dmanage.c367 static int shutdown_event(struct notifier_block *notifier, in shutdown_event() function
378 .notifier_call = shutdown_event in xen_setup_shutdown_event()
/openbmc/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c949 enum bmic_flush_cache_shutdown_event shutdown_event) in pqi_flush_cache() argument
958 flush_cache->shutdown_event = shutdown_event; in pqi_flush_cache()
9201 enum bmic_flush_cache_shutdown_event shutdown_event; in pqi_shutdown() local
9218 shutdown_event = RESTART; in pqi_shutdown()
9220 shutdown_event = SHUTDOWN; in pqi_shutdown()
9226 rc = pqi_flush_cache(ctrl_info, shutdown_event); in pqi_shutdown()
9308 enum bmic_flush_cache_shutdown_event shutdown_event; in pqi_suspend_or_freeze() local
9310 shutdown_event = pqi_get_flush_cache_shutdown_event(pci_dev); in pqi_suspend_or_freeze()
9311 pqi_flush_cache(ctrl_info, shutdown_event); in pqi_suspend_or_freeze()
9385 enum bmic_flush_cache_shutdown_event shutdown_event; in pqi_poweroff() local
[all …]
H A Dsmartpqi.h1660 u8 shutdown_event; member
/openbmc/qemu/hw/scsi/
H A Dmegasas.c105 uint32_t shutdown_event; member
953 info.shutdown_seq_num = cpu_to_le32(s->shutdown_event); in megasas_event_info()