Home
last modified time | relevance | path

Searched refs:trap (Results 1 – 25 of 58) sorted by relevance

123

/openbmc/phosphor-dbus-monitor/src/
H A Dsnmp_trap.hpp25 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 Dsnmp_trap.cpp23 void ErrorTrap::trap(sdbusplus::message_t& msg) const in trap() function in phosphor::dbus::monitoring::ErrorTrap
/openbmc/phosphor-snmp/docs/
H A Dsnmp-configuration.md1 # 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 Dbmc-snmp-proxy.sysconf10 # 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 Dissue1060.S6 lla t0, trap
20 trap: label
/openbmc/u-boot/drivers/qe/
H A Dqe.c565 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 Dtraps.c92 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 Dtraps.c59 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 Dtest_bmc_snmp_trap.robot57 [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 Dtest_bmc_snmp_config.robot147 [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 Dredfish_snmp_utils.robot196 [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 Dtest_snmp_alerts_sub_menu.robot185 ... 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 Dtraps.c64 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 Dtraps.c56 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 Dtarget_syscall.h23 unsigned short trap; global() member
/openbmc/openbmc-test-automation/templates/
H A Dpgm_template.tcl43 trap { exit_proc } [list SIGTERM SIGINT]
/openbmc/qemu/linux-user/include/host/ppc/
H A Dhost-signal.h35 return uc->uc_mcontext.regs->trap != 0x400 in host_signal_write()
/openbmc/qemu/linux-user/ppc/
H A Dtarget_syscall.h45 abi_ulong trap; /* Reason for being here */ global() member
/openbmc/u-boot/arch/powerpc/lib/
H A Dkgdb.c94 kdp->sigval = computeSignal(regs->trap); in kgdb_enter()
132 return (regs->trap); in kgdb_trap()
/openbmc/u-boot/doc/
H A DREADME.bedbug32 a trap. Also added debug trap handler.
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dptrace.h37 PPC_REG trap; /* Reason for being here */ member
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Dnginx-cross.patch25 # /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 D0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch24 -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 D0006-aspeed-Enable-SPI-master-mode-by-default.patch28 + //pin switch by trap[13:12] -- [0:1] Enable SPI Master
/openbmc/qemu/linux-user/mips/
H A Dcpu_loop.c42 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()

123