| /openbmc/phosphor-dbus-monitor/src/ |
| H A D | snmp_trap.hpp | 25 virtual void trap(sdbusplus::message_t& msg) const = 0; 44 void trap(sdbusplus::message_t& msg) const override; 72 event.trap(msg); in operator ()()
|
| H A D | snmp_trap.cpp | 23 void ErrorTrap::trap(sdbusplus::message_t& msg) const in trap() function in phosphor::dbus::monitoring::ErrorTrap
|
| /openbmc/phosphor-snmp/docs/ |
| H A D | snmp-configuration.md | 1 # SNMP trap 9 to generate the SNMP trap. 14 Other OpenBMC applications can still send the SNMP trap as needed. These 29 libsnmp: Exposes the API to send the SNMP trap phosphor-network-snmpconf: Used
|
| /openbmc/ipmitool/contrib/ |
| H A D | bmc-snmp-proxy.sysconf | 10 # For redirecting Traps from the Service Processor to the trap sink 34 ### Forward Traps from the Service Processor to trap sink 38 # Note: This option will have no effect if trap sink on the system is
|
| /openbmc/qemu/tests/tcg/riscv64/ |
| H A D | issue1060.S | 6 lla t0, trap 20 trap: label
|
| /openbmc/u-boot/drivers/qe/ |
| H A D | qe.c | 565 u32 trap = be32_to_cpu(ucode->traps[j]); in qe_upload_firmware() local 567 if (trap) in qe_upload_firmware() 568 out_be32(&qe_immr->rsp[i].tibcr[j], trap); in qe_upload_firmware() 693 u32 trap = be32_to_cpu(ucode->traps[j]); in u_qe_upload_firmware() local 695 if (trap) in u_qe_upload_firmware() 696 out_be32(&qe_immr->rsp[i].tibcr[j], trap); in u_qe_upload_firmware() 763 u32 trap = be32_to_cpu(ucode->traps[j]); in u_qe_firmware_resume() local 765 if (trap) in u_qe_firmware_resume() 766 out_be32(&qe_immrr->rsp[i].tibcr[j], trap); in u_qe_firmware_resume()
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | traps.c | 92 regs->nip, regs->xer, regs->link, regs, regs->trap, regs->dar); in show_regs() 257 regs->nip, regs->msr, regs->trap); in UnknownException() 273 regs->nip, regs->msr, regs->trap); in ExtIntException()
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc8xx/ |
| H A D | traps.c | 59 regs->nip, regs->xer, regs->link, regs, regs->trap, regs->dar); in show_regs() 148 regs->nip, regs->msr, regs->trap); in UnknownException()
|
| /openbmc/openbmc-test-automation/redfish/events/ |
| H A D | test_bmc_snmp_trap.robot | 57 [Documentation] Generate error on BMC and verify trap and its fields. 113 [Documentation] Generate error on BMC and verify trap and its fields. 203 ... and BMC is able to send trap after reboot. 214 # Check if trap is generated and sent to SNMP manager after reboot. 267 [Documentation] Configure multiple SNMP Managers on BMC and check trap on BMC reboot. 283 # Check if trap is generated and sent to SNMP managers after reboot. 319 ${trap}= Create Error On BMC And Verify Trap 321 # Extract System up time from SNMP trap. 322 # Example - SNMP trap: 330 @{words}= Split String ${trap}[0] =
|
| H A D | test_bmc_snmp_config.robot | 147 [Documentation] Generate error on bmc and verify trap on SNMP. 187 [Documentation] Generate error on BMC and verify if trap is sent. 228 ${trap}= Create Error On BMC And Verify If Trap Is Sent 230 # Extract System up time from SNMP trap. 231 # Example - SNMP trap: 239 @{words}= Split String ${trap}[0] =
|
| /openbmc/openbmc-test-automation/lib/snmp/ |
| H A D | redfish_snmp_utils.robot | 196 [Documentation] Generate error on BMC and verify if trap is sent. 218 # Sample SNMP trap: 236 [Documentation] Verify SNMP trap. 240 # snmp_trap SNMP trap collected on SNMP manager. 243 # Verify all the mandatory fields of trap. 267 [Documentation] Generate error on BMC and verify if trap is sent to non default port. 289 # Sample SNMP trap: 325 [Documentation] Generate error on BMC and verify if trap is sent. 345 # Sample SNMP trap:
|
| /openbmc/openbmc-test-automation/gui/gui_test/settings_menu/ |
| H A D | test_snmp_alerts_sub_menu.robot | 185 ... and generate error on BMC and verify trap and its fields. 218 ... after a BMC system reboot. Also, confirm that a trap is successfully sent. 236 ... and verify trap on non default port. 253 [Documentation] Configure multiple SNMP Managers on BMC via GUI and check trap. 261 # Check if trap is generated and sent to SNMP managers those are configured. 343 [Documentation] Generate error on BMC and verify if trap is sent to default port. 372 # Sample SNMP trap: 434 [Documentation] Generate error log on BMC and verify if trap is sent to non default port. 441 # trap_msg Expected trap on SNMP. 465 # Sample SNMP trap: [all …]
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | traps.c | 64 regs->nip, regs->xer, regs->link, regs, regs->trap, regs->dar); in show_regs() 194 regs->nip, regs->msr, regs->trap); in UnknownException()
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | traps.c | 56 regs->nip, regs->xer, regs->link, regs, regs->trap, regs->dar); in show_regs() 201 regs->nip, regs->msr, regs->trap); in UnknownException()
|
| /openbmc/qemu/linux-user/s390x/ |
| H A D | target_syscall.h | 23 unsigned short trap; global() member
|
| /openbmc/openbmc-test-automation/templates/ |
| H A D | pgm_template.tcl | 43 trap { exit_proc } [list SIGTERM SIGINT]
|
| /openbmc/qemu/linux-user/include/host/ppc/ |
| H A D | host-signal.h | 35 return uc->uc_mcontext.regs->trap != 0x400 in host_signal_write()
|
| /openbmc/qemu/linux-user/ppc/ |
| H A D | target_syscall.h | 45 abi_ulong trap; /* Reason for being here */ global() member
|
| /openbmc/u-boot/arch/powerpc/lib/ |
| H A D | kgdb.c | 94 kdp->sigval = computeSignal(regs->trap); in kgdb_enter() 132 return (regs->trap); in kgdb_trap()
|
| /openbmc/u-boot/doc/ |
| H A D | README.bedbug | 32 a trap. Also added debug trap handler.
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | ptrace.h | 37 PPC_REG trap; /* Reason for being here */ member
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
| H A D | nginx-cross.patch | 25 # /bin/sh is used to intercept "Killed" or "Abort trap" messages 36 # /bin/sh is used to intercept "Killed" or "Abort trap" messages 68 # /bin/sh is used to intercept "Killed" or "Abort trap" messages
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/ibus/ |
| H A D | 0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch | 24 -trap 'rm -rf $TMPDIR; kill $DBUS_SESSION_BUS_PID' ERR
|
| /openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/ |
| H A D | 0006-aspeed-Enable-SPI-master-mode-by-default.patch | 28 + //pin switch by trap[13:12] -- [0:1] Enable SPI Master
|
| /openbmc/qemu/linux-user/mips/ |
| H A D | cpu_loop.c | 42 static void do_tr_or_bp(CPUMIPSState *env, unsigned int code, bool trap) in do_tr_or_bp() argument 54 if (trap) { in do_tr_or_bp() 186 /* The code below was inspired by the MIPS Linux kernel trap in cpu_loop()
|