HomeSort by relevance Sort by last modified time
    Searched refs:panic (Results 1 - 25 of 565) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
abort.c 15 panic();
exit.c 12 panic();
  /bionic/tests/libs/
dlopen_testlib_loopy_invalid.cpp 20 static void __attribute__((constructor)) panic() { function
  /external/libunwind/tests/
ia64-test-sig.c 33 #define panic(args...) \ macro
50 panic ("unw_init() failed!\n");
54 panic ("unw_step() failed!\n");
59 panic ("failed to find signal frame!\n");
62 panic ("unw_step() failed!\n");
65 panic ("failed to get IP!\n");
73 panic ("failed to set IP!\n");
77 panic ("unexpected return from unw_resume()!\n");
Ltest-cxx-exceptions.cxx 30 #define panic(args...) \ macro
73 panic("Counter non-zero\n");
77 panic("Int was thrown why are we here?\n");
Gia64-test-readonly.c 35 #define panic(args...) \ macro
57 panic ("%s: unw_init_local (ret=%d)\n", __FUNCTION__, ret);
60 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret);
63 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret);
66 panic ("%s: unw_set_reg (ip) returned %d instead of %d\n",
69 panic ("%s: unw_set_reg (ar.lc) returned %d instead of %d\n",
Gia64-test-nat.c 48 #define panic(args...) \ macro
149 panic ("%s: reading of ar.bsp failed, errno=%d", __FUNCTION__, errno);
170 panic ("%s: reading of ip failed, errno=%d", __FUNCTION__, errno);
175 panic ("%s: writing of ip failed, errno=%d", __FUNCTION__, errno);
191 panic ("sigaction: %s\n", strerror (errno));
203 panic ("sigaction: %s\n", strerror (errno));
220 panic ("%s: failed to read register r%d, error=%d\n",
225 panic ("%s: failed to read register nat%d, error=%d\n",
238 panic ("%s: r%d not a NaT!\n", __FUNCTION__, 4 + i);
243 panic ("%s: r%d a NaT!\n", __FUNCTION__, 4 + i)
    [all...]
Gtest-resume-sig.c 44 #define panic(args...) \ macro
104 panic ("unw_getcontext() failed: ret=%d\n", ret);
110 panic ("unw_init_local() failed: ret=%d\n", ret);
113 panic ("unw_step(1) failed: ret=%d\n", ret);
116 panic ("unw_step(2) failed: ret=%d\n", ret);
119 panic ("unw_get_reg(IP) failed: ret=%d\n", ret);
136 panic ("Got unexpected signal %d\n", sig);
180 panic ("failed to get SIGUSR2\n");
Gtest-exc.c 41 #define panic(args...) \ macro
61 panic ("unw_init_local() failed!\n");
69 panic ("unw_step() failed!\n");
130 panic ("FAILURE: b() returned from raise_exception()!!\n");
ppc64-test-altivec.c 12 #define panic(args...) { fprintf (stderr, args); abort(); } macro
56 panic ("unw_init_local failed!\n");
64 panic ("FAILURE: unw_get_reg returned %d for UNW_REG_IP\n",
69 panic ("FAILURE: unw_get_reg returned %d for UNW_REG_SP\n",
74 panic
104 panic ("unw_get_proc_name returned %d\n", ret);
113 panic ("FAILURE: unw_step() returned %d for ip=%lx\n", ret,
test-proc-info.c 43 #define panic(args...) \ macro
111 panic ("%s() got called!\n", __FUNCTION__);
122 panic ("%s() got called!\n", __FUNCTION__);
148 panic ("unw_create_addr_space() failed\n");
154 panic ("unw_init_remote() returned %d instead of 0\n", ret);
158 panic ("First call to unw_step() returned %d instead of %d\n",
163 panic ("Second call to unw_step() returned %d instead of %d\n",
  /external/u-boot/arch/arm/lib/
interrupts_64.c 52 panic("Resetting CPU ...\n");
63 panic("Resetting CPU ...\n");
74 panic("Resetting CPU ...\n");
85 panic("Resetting CPU ...\n");
96 panic("Resetting CPU ...\n");
107 panic("Resetting CPU ...\n");
118 panic("Resetting CPU ...\n");
132 panic("Resetting CPU ...\n");
  /device/linaro/bootloader/arm-trusted-firmware/lib/stack_protector/
stack_protector.c 28 panic();
  /external/owasp/sanitizer/tools/
upload_jars_to_googlecode_downloads.sh 41 function panic() { function
42 echo "PANIC: $*"
54 "$@" || panic "command failed: $@"
62 panic "missing trunk/tools in $VERSION_BASE"
75 panic "$DOWNLOADS_ZIP is not up-to-date"
  /external/u-boot/arch/riscv/cpu/ax25/
cpu.c 31 panic("ax25-ae350 wdt not support yet.\n");
  /external/toybox/toys/other/
switch_root.c 17 -h Hang instead of exiting on failure (avoids kernel panic)
58 goto panic;
66 goto panic;
78 goto panic;
83 goto panic;
92 goto panic;
98 goto panic;
104 goto panic;
114 panic:
  /external/syzkaller/pkg/report/
fuzz.go 18 panic("ContainsCrash and Parse disagree")
24 panic("rep.Title == \"\"")
27 panic("len(rep.Report) == 0")
30 panic("len(rep.Output) == 0")
33 panic("rep.StartPos >= rep.EndPos")
  /external/compiler-rt/lib/builtins/
int_util.c 26 NORETURN extern void panic(const char *, ...);
31 panic("%s:%d: abort in %s", file, line, function);
  /external/linux-kselftest/tools/testing/selftests/pstore/
pstore_crash_test 17 # setting to reboot in 3 seconds after panic
18 echo 3 > /proc/sys/kernel/panic
  /external/u-boot/board/corscience/tricorder/
tricorder.c 43 * This function will panic() on wrong EEPROM content
50 panic("No eeprom given!\n");
54 panic("gpio: requesting BMS pin failed\n");
58 panic("gpio: set BMS as input failed\n");
62 panic("gpio: get BMS pin state failed\n");
71 panic("Wrong board name '%.*s'\n",
75 panic("Wrong board version '%.*s'\n",
79 panic("Could not get board revision\n");
95 panic("No eeprom given!");
  /external/u-boot/lib/
panic.c 38 void panic(const char *fmt, ...) function
53 panic("%s:%u: %s: Assertion `%s' failed.", file, line, function,
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/
juno_stack_protector.c 21 panic();
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/drivers/scp/
css_pm_scpi.c 134 panic();
138 panic();
159 panic();
163 panic();
  /external/u-boot/arch/nds32/cpu/n1213/ae3xx/
cpu.c 43 panic("AE3XX wdt not support yet.\n");
  /external/u-boot/arch/xtensa/cpu/
exceptions.c 24 panic("*** PANIC\n");

Completed in 6432 milliseconds

1 2 3 4 5 6 7 8 91011>>