Home
last modified time | relevance | path

Searched refs:errexit (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/tools/testing/selftests/ftrace/
H A Dftracetest56 errexit() { # message function
64 errexit "this must be run by root user"
168 errexit "Failed to mount /sys/kernel/tracing"
174 errexit "Failed to mount /sys/kernel/debug"
179 errexit "debugfs and tracefs are not configured in this kernel"
187 errexit "ftrace is not configured in this kernel"
211 errexit "No ftrace directory found"
220 mkdir -p $LOG_DIR || errexit "Failed to make a log directory: $LOG_DIR"
H A DREADME41 * Note that the tests are run with "set -e" (errexit) option. If any
/openbmc/linux/tools/testing/selftests/pstore/
H A Dcommon_tests11 errexit() { # message function
65 mkdir -p $LOG_DIR || errexit "Failed to make a log directory: $LOG_DIR"
/openbmc/linux/tools/testing/selftests/mm/
H A Duffd-common.h51 #define errexit(exitcode, fmt, ...) \ macro
57 #define err(fmt, ...) errexit(1, fmt, ##__VA_ARGS__)
/openbmc/linux/scripts/
H A Dobjdump-func8 set -o errexit
H A Dfaddr2line44 set -o errexit
/openbmc/google-misc/subprojects/ncsid/test/
H A Dtest_lib.sh32 set -o errexit
/openbmc/openbmc/poky/meta/recipes-extended/bash/
H A Dbash_5.2.37.bb15 file://fix-filesubst-errexit.patch \
/openbmc/openbmc/poky/scripts/contrib/
H A Dpatchtest.sh10 set -o errexit
/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/
H A Dfix-filesubst-errexit.patch4 Subject: [PATCH] $(<nosuchfile) is no longer a fatal error with errexit
/openbmc/openbmc/poky/scripts/contrib/bb-perf/
H A Dbuildstats-plot.sh38 set -o errexit
/openbmc/linux/samples/pktgen/
H A Dfunctions.sh8 set -o errexit
/openbmc/linux/kernel/rcu/
H A Drcutorture.c3211 bool errexit = false; in rcu_torture_read_exit() local
3232 errexit = true; in rcu_torture_read_exit()
3242 for (; !errexit && !READ_ONCE(read_exit_child_stop) && i < read_exit_delay; i++) in rcu_torture_read_exit()
3244 } while (!errexit && !READ_ONCE(read_exit_child_stop)); in rcu_torture_read_exit()
/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c4211 goto errexit; in hotkey_write()
4221 errexit: in hotkey_write()
/openbmc/linux/
H A Dopengrok1.0.log[all...]