/openbmc/openbmc/meta-security/recipes-ids/suricata/files/ |
H A D | suricata.yaml | 93 #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 D | inittab | 8 # 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 D | temp.c | 111 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 D | log_service.hpp | 26 Emergency, enumerator 122 {SyslogSeverity::Emergency, "Emergency"},
|
H A D | event_destination.hpp | 70 Emergency, enumerator 171 {SyslogSeverity::Emergency, "Emergency"},
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | cpu_init.c | 82 #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 D | reboot.c | 860 * 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 D | syslog-ng.service-the-syslog-ng-service.patch | 20 @@ -7,8 +7,8 @@ Conflicts=emergency.service emergency.target
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_console.h | 42 #define VIRTIO_CONSOLE_F_EMERG_WRITE 2 /* Does host support emergency write? */ 53 /* emergency write register */
|
/openbmc/linux/samples/rust/ |
H A D | rust_print.rs | 46 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 D | virtio_console.h | 42 #define VIRTIO_CONSOLE_F_EMERG_WRITE 2 /* Does host support emergency write? */ 53 /* emergency write register */
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | regulator.yaml | 123 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 D | lg2.hpp | 70 PHOSPHOR_LOG2_DECLARE_LEVEL(emergency); 83 using lg2::emergency; \
|
/openbmc/linux/include/linux/ |
H A D | reboot.h | 180 * Emergency restart, callable from an interrupt handler. 184 #include <asm/emergency-restart.h>
|
/openbmc/linux/drivers/thermal/ |
H A D | Kconfig | 37 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 D | emergency-restart.h | 1 #include <asm-generic/emergency-restart.h>
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | emergency-restart.h | 4 #include <asm-generic/emergency-restart.h>
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | emergency-restart.h | 4 #include <asm-generic/emergency-restart.h>
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | rx.c | 1262 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 D | level.hpp | 10 emergency = LOG_EMERG, enumerator
|
/openbmc/phosphor-logging/lib/ |
H A D | lg2_commit.cpp | 50 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 D | systemd-sulogin-force.conf | 5 # This override is intended to be used with the emergency and rescue service
|
/openbmc/u-boot/board/liebherr/display5/ |
H A D | display5.c | 185 /* 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 D | Kconfig | 12 emergency thermal reset (thermtrip) feature to function.
|
/openbmc/sdbusplus/tools/sdbusplus/ |
H A D | event.py | 131 "emergency": "LOG_EMERG", 144 "emergency": "Critical",
|