Home
last modified time | relevance | path

Searched defs:exit_handler (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.sh70 exit_handler() function
/openbmc/openbmc/meta-google/recipes-phosphor/flash/inplace-gbmc-update/
H A Dinplace-gbmc-verify.sh38 exit_handler() { function
/openbmc/linux/tools/testing/selftests/net/
H A Dl2_tos_ttl_inherit.sh386 exit_handler() { function
/openbmc/kcsbridge/src/
H A Dmain.cpp40 auto exit_handler = [&event](Signal&, const struct signalfd_siginfo*) { in execute() local
/openbmc/phosphor-host-ipmid/transport/serialbridge/
H A Dserialbridged.cpp34 auto exit_handler = [&event](Signal&, const struct signalfd_siginfo*) { in execute() local
/openbmc/linux/include/linux/
H A Dfprobe.h40 void (*exit_handler)(struct fprobe *fp, unsigned long entry_ip, member
/openbmc/linux/arch/arm64/kvm/
H A Dhandle_exit.c309 exit_handle_fn exit_handler; in handle_trap_exceptions() local
/openbmc/linux/drivers/platform/x86/x86-android-tablets/
H A Dcore.c132 static void (*exit_handler)(void); variable
/openbmc/linux/scripts/gdb/linux/
H A Dutils.py185 def exit_handler(event): function