Home
last modified time | relevance | path

Searched full:emergency (Results 1 – 25 of 195) sorted by relevance

12345678

/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A Dsuricata.yaml93 #level: Info ## possible levels: Emergency, Alert, Critical,
232 #level: Info ## possible levels: Emergency, Alert, Critical,
341 #use-emergency-flush: yes
596 # emergency-recovery is the percentage of flows that the engine need to
597 # prune before unsetting the emergency state. The emergency state is activated
599 # prunning them with the emergency timeouts (they are defined below).
602 # the emergency bit and it will try again with more agressive timeouts.
612 emergency-recovery: 30
631 # There's an emergency mode that will become active under attack circumstances,
633 # use the prefix "emergency-" and work similar as the normal ones.
[all …]
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit-inittab/
H A Dinittab8 # This is run first except when booting in emergency (-b) mode.
29 # Normally not reached, but fallthrough in case of emergency.
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dtemp.c111 if (therm->emergency.downclock) in nvkm_therm_sensor_event()
112 therm->emergency.downclock(therm, active); in nvkm_therm_sensor_event()
115 if (therm->emergency.pause) in nvkm_therm_sensor_event()
116 therm->emergency.pause(therm, active); in nvkm_therm_sensor_event()
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dlog_service.hpp26 Emergency, enumerator
122 {SyslogSeverity::Emergency, "Emergency"},
H A Devent_destination.hpp70 Emergency, enumerator
171 {SyslogSeverity::Emergency, "Emergency"},
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dcpu_init.c82 #ifdef CONFIG_SYS_SPCR_TSECEP /* all eTSEC's Emergency priority */ in cpu_init_f()
85 #ifdef CONFIG_SYS_SPCR_TSEC1EP /* TSEC1 Emergency priority */ in cpu_init_f()
88 #ifdef CONFIG_SYS_SPCR_TSEC2EP /* TSEC2 Emergency priority */ in cpu_init_f()
96 #ifdef CONFIG_SYS_SPCR_TSECEP /* all eTSEC's Emergency priority */ in cpu_init_f()
99 #ifdef CONFIG_SYS_SPCR_TSEC1EP /* TSEC1 Emergency priority */ in cpu_init_f()
102 #ifdef CONFIG_SYS_SPCR_TSEC2EP /* TSEC2 Emergency priority */ in cpu_init_f()
/openbmc/linux/kernel/
H A Dreboot.c860 * emergency shutdown? in __orderly_poweroff()
913 * hw_failure_emergency_poweroff_func - emergency poweroff work after a known delay
914 * @work: work_struct associated with the emergency poweroff function
922 * We have reached here after the emergency shutdown waiting period has in hw_failure_emergency_poweroff_func()
933 * Worst of the worst case trigger emergency restart in hw_failure_emergency_poweroff_func()
935 pr_emerg("Hardware protection shutdown failed. Trying emergency restart\n"); in hw_failure_emergency_poweroff_func()
943 * hw_failure_emergency_poweroff - Trigger an emergency system poweroff
957 * hw_protection_shutdown - Trigger an emergency system poweroff
959 * @reason: Reason of emergency shutdown to be printed.
964 * Initiate an emergency system shutdown in order to protect hardware from
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A Dsyslog-ng.service-the-syslog-ng-service.patch20 @@ -7,8 +7,8 @@ Conflicts=emergency.service emergency.target
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_console.h42 #define VIRTIO_CONSOLE_F_EMERG_WRITE 2 /* Does host support emergency write? */
53 /* emergency write register */
/openbmc/linux/samples/rust/
H A Drust_print.rs46 pr_emerg!("Emergency message (level 0) without args\n"); in init()
58 pr_emerg!("{} message (level {}) with args\n", "Emergency", 0); in init()
/openbmc/linux/include/uapi/linux/
H A Dvirtio_console.h42 #define VIRTIO_CONSOLE_F_EMERG_WRITE 2 /* Does host support emergency write? */
53 /* emergency write register */
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dregulator.yaml123 hardware performs emergency shutdown. Zero can be passed to disable
142 hardware performs emergency shutdown. Zero can be passed to disable
164 hardware performs emergency shutdown. Zero can be passed to disable
186 hardware performs emergency shutdown. Zero can be passed to disable
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dlg2.hpp70 PHOSPHOR_LOG2_DECLARE_LEVEL(emergency);
83 using lg2::emergency; \
/openbmc/linux/include/linux/
H A Dreboot.h180 * Emergency restart, callable from an interrupt handler.
184 #include <asm/emergency-restart.h>
/openbmc/linux/drivers/thermal/
H A DKconfig37 int "Emergency poweroff delay in milli-seconds"
42 case of failure of an orderly_poweroff(), the thermal emergency
44 This config is number of milliseconds to delay before emergency
48 If set to 0 emergency poweroff will not be supported.
/openbmc/linux/arch/powerpc/include/asm/
H A Demergency-restart.h1 #include <asm-generic/emergency-restart.h>
/openbmc/linux/arch/ia64/include/asm/
H A Demergency-restart.h4 #include <asm-generic/emergency-restart.h>
/openbmc/linux/arch/alpha/include/asm/
H A Demergency-restart.h4 #include <asm-generic/emergency-restart.h>
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c1262 struct iwl_rxq *rxq, bool emergency) in iwl_pcie_rx_reuse_rbd() argument
1271 if (unlikely(emergency)) in iwl_pcie_rx_reuse_rbd()
1295 bool emergency, in iwl_pcie_rx_handle_rb() argument
1433 iwl_pcie_rx_reuse_rbd(trans, rxb, rxq, emergency); in iwl_pcie_rx_handle_rb()
1439 iwl_pcie_rx_reuse_rbd(trans, rxb, rxq, emergency); in iwl_pcie_rx_handle_rb()
1502 bool emergency = false; in iwl_pcie_rx_handle() local
1533 !emergency)) { in iwl_pcie_rx_handle()
1535 emergency = true; in iwl_pcie_rx_handle()
1537 "RX path is in emergency. Pending allocations %d\n", in iwl_pcie_rx_handle()
1564 iwl_pcie_rx_handle_rb(trans, rxq, rxb, emergency, i); in iwl_pcie_rx_handle()
[all …]
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/
H A Dlevel.hpp10 emergency = LOG_EMERG, enumerator
/openbmc/phosphor-logging/lib/
H A Dlg2_commit.cpp50 return Entry::Level::Emergency; in severity_from_syslog()
52 return Entry::Level::Emergency; in severity_from_syslog()
/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/
H A Dsystemd-sulogin-force.conf5 # This override is intended to be used with the emergency and rescue service
/openbmc/u-boot/board/liebherr/display5/
H A Ddisplay5.c185 /* Emergency recovery pin */
404 printf("Can't request emergency PAD gpio\n"); in misc_init_r()
410 printf("Can't set emergency PAD direction\n"); in misc_init_r()
/openbmc/linux/drivers/thermal/tegra/
H A DKconfig12 emergency thermal reset (thermtrip) feature to function.
/openbmc/sdbusplus/tools/sdbusplus/
H A Devent.py131 "emergency": "LOG_EMERG",
144 "emergency": "Critical",

12345678