/third_party/libunwind/libunwind/tests/ |
H A D | Gia64-test-nat.c | 48 #define panic(args...) \ macro 149 panic ("%s: reading of ar.bsp failed, errno=%d", __FUNCTION__, errno); in sighandler() 170 panic ("%s: reading of ip failed, errno=%d", __FUNCTION__, errno); in sighandler() 175 panic ("%s: writing of ip failed, errno=%d", __FUNCTION__, errno); in sighandler() 191 panic ("sigaction: %s\n", strerror (errno)); in enable_sighandler() 203 panic ("sigaction: %s\n", strerror (errno)); in disable_sighandler() 220 panic ("%s: failed to read register r%d, error=%d\n", in check_static_to_stacked() 225 panic ("%s: failed to read register nat%d, error=%d\n", in check_static_to_stacked() 238 panic ("%s: r%d not a NaT!\n", __FUNCTION__, 4 + i); in check_static_to_stacked() 243 panic (" in check_static_to_stacked() [all...] |
H A D | ia64-test-sig.c | 33 #define panic(args...) \ macro 50 panic ("unw_init() failed!\n"); in sighandler() 54 panic ("unw_step() failed!\n"); in sighandler() 59 panic ("failed to find signal frame!\n"); in sighandler() 62 panic ("unw_step() failed!\n"); in sighandler() 65 panic ("failed to get IP!\n"); in sighandler() 73 panic ("failed to set IP!\n"); in sighandler() 77 panic ("unexpected return from unw_resume()!\n"); in sighandler()
|
H A D | test-ptrace.c | 67 #define panic(args...) \ macro 87 panic ("unw_init_remote() failed: ret=%d\n", ret); in do_backtrace() 93 panic ("unw_get_reg/unw_get_proc_name() failed: ret=%d\n", ret); in do_backtrace() 115 panic ("unw_get_proc_info(ip=0x%lx) failed: ret=%d\n", (long) ip, ret); in do_backtrace() 126 panic ("unw_get_reg() failed: ret=%d\n", ret); in do_backtrace() 138 panic ("FAILURE: unw_step() returned %d for ip=%lx (start ip=%lx)\n", in do_backtrace() 145 panic ("too deeply nested---assuming bogus unwind (start ip=%lx)\n", in do_backtrace() 151 panic ("Too many errors (%d)!\n", nerrors); in do_backtrace() 158 panic ("unwind failed with ret=%d\n", ret); in do_backtrace() 177 panic ("unw_create_addr_spac in main() [all...] |
H A D | Gx64-test-dwarf-expressions.c | 10 #define panic(args...) \ macro 33 panic("%s: unw_step failed on step %d with return code %d", __FUNCTION__, i, rc); in recover_register() 35 panic("%s: unw_step failed to reach the end of the stack", __FUNCTION__); in recover_register() 39 panic("%s: unw_get_reg failed to locate the program counter", __FUNCTION__); in recover_register() 44 panic("%s: unw_get_reg failed to retrieve register %lu", __FUNCTION__, regnum); in recover_register() 55 panic("r12 should be clobbered at height 1 (DW_CFA_expression_inner)"); in main() 57 panic("r12 should be restored at height 2 (DW_CFA_expression_testcase)"); in main()
|
H A D | Gia64-test-stack.c | 37 #define panic(args...) \ macro 111 panic ("\texpected sof=%d, found sof=%lu\n", i - 1, sof); in do_unwind_tests() 117 panic ("\texpected r32=%d, found r32=%lu\n", i - 1, r32); in do_unwind_tests() 127 panic ("\texpected sof=96, found sof=%lu\n", sof); in do_unwind_tests() 129 panic ("\texpected sol=95, found sol=%lu\n", sol); in do_unwind_tests() 140 panic ("\texpected loc%d to be a NaT!\n", l); in do_unwind_tests() 145 panic ("\tloc%d is unexpectedly a NaT!\n", l); in do_unwind_tests() 148 panic ("\tloc%d expected to be %lx, found to be %lx\n", in do_unwind_tests() 158 panic ("libunwind returned %d\n", ret); in do_unwind_tests()
|
H A D | Gtest-resume-sig.c | 44 #define panic(args...) \ macro 112 panic ("unw_getcontext() failed: ret=%d\n", ret); in handler() 114 panic ("unw_init_local() failed: ret=%d\n", ret); in handler() 117 panic ("unw_step(1) failed: ret=%d\n", ret); in handler() 120 panic ("unw_step(2) failed: ret=%d\n", ret); in handler() 124 panic ("unw_step(2) failed: ret=%d\n", ret); in handler() 128 panic ("unw_get_reg(IP) failed: ret=%d\n", ret); in handler() 145 panic ("Got unexpected signal %d\n", sig); in handler() 189 panic ("failed to get SIGUSR2\n"); in main()
|
H A D | Gia64-test-readonly.c | 35 #define panic(args...) \ macro 57 panic ("%s: unw_init_local (ret=%d)\n", __FUNCTION__, ret); in checker() 60 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret); in checker() 63 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret); in checker() 66 panic ("%s: unw_set_reg (ip) returned %d instead of %d\n", in checker() 69 panic ("%s: unw_set_reg (ar.lc) returned %d instead of %d\n", in checker()
|
H A D | ppc64-test-altivec.c | 12 #define panic(args...) { fprintf (stderr, args); abort(); } macro 56 panic ("unw_init_local failed!\n"); in vec_stack() 64 panic ("FAILURE: unw_get_reg returned %d for UNW_REG_IP\n", in vec_stack() 69 panic ("FAILURE: unw_get_reg returned %d for UNW_REG_SP\n", in vec_stack() 74 panic in vec_stack() 104 panic ("unw_get_proc_name returned %d\n", ret); in vec_stack() 113 panic ("FAILURE: unw_step() returned %d for ip=%lx\n", ret, in vec_stack()
|
H A D | test-proc-info.c | 43 #define panic(args...) \ macro 111 panic ("%s() got called!\n", __FUNCTION__); in resume() 122 panic ("%s() got called!\n", __FUNCTION__); in get_proc_name() 148 panic ("unw_create_addr_space() failed\n"); in main() 154 panic ("unw_init_remote() returned %d instead of 0\n", ret); in main() 158 panic ("First call to unw_step() returned %d instead of %d\n", in main() 163 panic ("Second call to unw_step() returned %d instead of %d\n", in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/ |
H A D | init.c | 37 static void panic(const char *what) in panic() function 51 panic("uname"); in print_banner() 71 panic("mknod(/dev/urandom)"); in seed_rng() 74 panic("open(urandom)"); in seed_rng() 77 panic("ioctl(urandom)"); in seed_rng() 92 panic("devtmpfs mount"); in mount_filesystems() 94 panic("procfs mount"); in mount_filesystems() 96 panic("sysfs mount"); in mount_filesystems() 98 panic("tmpfs mount"); in mount_filesystems() 100 panic("tmpf in mount_filesystems() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/qemu/ |
H A D | init.c | 39 static void panic(const char *what) in panic() function 53 panic("uname"); in print_banner() 68 panic("open(random)"); in seed_rng() 70 panic("ioctl(RNDADDTOENTCNT)"); in seed_rng() 80 panic("settimeofday()"); in set_time() 93 panic("devtmpfs mount"); in mount_filesystems() 95 panic("procfs mount"); in mount_filesystems() 97 panic("sysfs mount"); in mount_filesystems() 99 panic("tmpfs mount"); in mount_filesystems() 101 panic("tmpf in mount_filesystems() [all...] |
/third_party/rust/crates/rustix/tests/thread/ |
H A D | clocks.rs | 27 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep() 34 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep() 41 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep() 48 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep() 73 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep_absolute() 83 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep_absolute() 93 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep_absolute() 103 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep_absolute() 128 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep_relative() 138 otherwise => panic!("unexpecte in test_invalid_nanosleep_relative() [all...] |
/third_party/toybox/toys/other/ |
H A D | switch_root.c | 17 -h Hang instead of exiting on failure (avoids kernel panic) 58 goto panic; in switch_root_main() 66 goto panic; in switch_root_main() 78 goto panic; in switch_root_main() 83 goto panic; in switch_root_main() 92 goto panic; in switch_root_main() 98 goto panic; in switch_root_main() 104 goto panic; in switch_root_main() 114 panic: in switch_root_main()
|
/kernel/linux/linux-5.10/arch/mips/mti-malta/ |
H A D | malta-dtshim.c | 202 panic("Unsupported physical memory map v%u detected", in append_memory() 208 panic("Unable to add memory node to DT: %d", mem_off); in append_memory() 212 panic("Unable to set memory node device_type: %d", err); in append_memory() 218 panic("Unable to set memory regs property: %d", err); in append_memory() 224 panic("Unable to set linux,usable-memory property: %d", err); in append_memory() 307 panic("Corrupt DT"); in malta_dt_shim() 311 panic("Unable to open FDT: %d", err); in malta_dt_shim() 315 panic("No / node in DT"); in malta_dt_shim() 319 panic("No root compatible property in DT: %d", len); in malta_dt_shim() 330 panic("Unabl in malta_dt_shim() [all...] |
/kernel/linux/linux-6.6/arch/mips/mti-malta/ |
H A D | malta-dtshim.c | 202 panic("Unsupported physical memory map v%u detected", in append_memory() 208 panic("Unable to add memory node to DT: %d", mem_off); in append_memory() 212 panic("Unable to set memory node device_type: %d", err); in append_memory() 218 panic("Unable to set memory regs property: %d", err); in append_memory() 224 panic("Unable to set linux,usable-memory property: %d", err); in append_memory() 307 panic("Corrupt DT"); in malta_dt_shim() 311 panic("Unable to open FDT: %d", err); in malta_dt_shim() 315 panic("No / node in DT"); in malta_dt_shim() 319 panic("No root compatible property in DT: %d", len); in malta_dt_shim() 330 panic("Unabl in malta_dt_shim() [all...] |
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | s32c1i_selftest.c | 79 panic("S32C1I exception error"); in check_s32c1i() 81 panic("S32C1I compare error"); in check_s32c1i() 93 panic("S32C1I exception error (b)"); in check_s32c1i() 95 panic("S32C1I store error"); in check_s32c1i() 102 * we can get rid of this panic for single core (not SMP) in check_s32c1i() 104 panic("S32C1I exceptions not currently supported"); in check_s32c1i() 107 panic("inconsistent S32C1I exceptions"); in check_s32c1i()
|
/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | s32c1i_selftest.c | 78 panic("S32C1I exception error"); in check_s32c1i() 80 panic("S32C1I compare error"); in check_s32c1i() 92 panic("S32C1I exception error (b)"); in check_s32c1i() 94 panic("S32C1I store error"); in check_s32c1i() 101 * we can get rid of this panic for single core (not SMP) in check_s32c1i() 103 panic("S32C1I exceptions not currently supported"); in check_s32c1i() 106 panic("inconsistent S32C1I exceptions"); in check_s32c1i()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | arrayLiteralInNonVarArgParameter.js | 2 function panic(val: string[], ...opt: string[]) { } function 4 panic([], 'one', 'two'); 8 function panic(val) {
14 panic([], 'one', 'two');
|
/third_party/rust/crates/nom/src/ |
H A D | str.rs | 30 other => panic!( in tagtr_succeed() 49 panic!( in tagtr_incomplete() 67 panic!( in tagtr_error() 96 other => panic!( in take_s_succeed() 128 other => panic!( in take_until_succeed() 145 other => panic!( in take_s_incomplete() 223 other => panic!( in take_till_s_succeed() 258 other => panic!( in take_while_succeed_none() 289 other => panic!( in is_not_succeed() 332 other => panic!( in take_while_succeed_some() [all...] |
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-tango4.c | 33 panic("%s: input not set to XTAL_IN\n", name); in make_pll() 47 panic("%s: unsupported divider %x\n", name, val); in make_cd() 57 panic("%pOFn: invalid address\n", np); in tango4_clkgen_setup() 60 panic("%pOFn: unsupported cpuclk setup\n", np); in tango4_clkgen_setup() 63 panic("%pOFn: unsupported sysclk setup\n", np); in tango4_clkgen_setup() 80 panic("%pOFn: clk registration failed\n", np); in tango4_clkgen_setup() 83 panic("%pOFn: clk provider registration failed\n", np); in tango4_clkgen_setup()
|
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A D | msi-octeon.c | 140 panic("arch_setup_msi_irq: Unable to find a free MSI interrupt"); in arch_setup_msi_irq() 171 panic("arch_setup_msi_irq: Invalid octeon_dma_bar_type"); in arch_setup_msi_irq() 229 panic("arch_teardown_msi_irq: Attempted to teardown illegal " in arch_teardown_msi_irq() 252 panic("arch_teardown_msi_irq: Attempted to teardown MSI " in arch_teardown_msi_irq() 403 panic("request_irq(OCTEON_IRQ_PCI_MSI0) failed"); in octeon_msi_initialize() 407 panic("request_irq(OCTEON_IRQ_PCI_MSI1) failed"); in octeon_msi_initialize() 411 panic("request_irq(OCTEON_IRQ_PCI_MSI2) failed"); in octeon_msi_initialize() 415 panic("request_irq(OCTEON_IRQ_PCI_MSI3) failed"); in octeon_msi_initialize() 421 panic("request_irq(OCTEON_IRQ_PCI_MSI0) failed"); in octeon_msi_initialize() 425 panic("request_ir in octeon_msi_initialize() [all...] |
/kernel/linux/linux-6.6/arch/mips/pci/ |
H A D | msi-octeon.c | 144 panic("arch_setup_msi_irq: Unable to find a free MSI interrupt"); in arch_setup_msi_irq() 175 panic("arch_setup_msi_irq: Invalid octeon_dma_bar_type"); in arch_setup_msi_irq() 205 panic("arch_teardown_msi_irq: Attempted to teardown illegal " in arch_teardown_msi_irq() 228 panic("arch_teardown_msi_irq: Attempted to teardown MSI " in arch_teardown_msi_irq() 379 panic("request_irq(OCTEON_IRQ_PCI_MSI0) failed"); in octeon_msi_initialize() 383 panic("request_irq(OCTEON_IRQ_PCI_MSI1) failed"); in octeon_msi_initialize() 387 panic("request_irq(OCTEON_IRQ_PCI_MSI2) failed"); in octeon_msi_initialize() 391 panic("request_irq(OCTEON_IRQ_PCI_MSI3) failed"); in octeon_msi_initialize() 397 panic("request_irq(OCTEON_IRQ_PCI_MSI0) failed"); in octeon_msi_initialize() 401 panic("request_ir in octeon_msi_initialize() [all...] |
/kernel/linux/linux-6.6/crypto/asymmetric_keys/ |
H A D | selftest.c | 194 panic("Can't allocate certs selftest keyring: %ld\n", in fips_signature_selftest() 200 panic("Can't allocate certs selftest keyring: %d\n", ret); in fips_signature_selftest() 208 panic("Certs selftest %d: pkcs7_parse_message() = %d\n", i, ret); in fips_signature_selftest() 214 panic("Certs selftest %d: pkcs7_verify() = %d\n", i, ret); in fips_signature_selftest() 218 panic("Certs selftest %d: pkcs7_validate_trust() = %d\n", i, ret); in fips_signature_selftest()
|
/third_party/rust/crates/proc-macro2/tests/ |
H A D | comments.rs | 22 _ => panic!("wrong token {:?}", tokens), in lit_of_doc_comment() 30 _ => panic!("wrong token {:?}", tokens), in lit_of_doc_comment() 39 _ => panic!("wrong token {:?}", tokens), in lit_of_doc_comment() 43 _ => panic!("wrong token {:?}", tokens), in lit_of_doc_comment() 50 _ => panic!("wrong token {:?}", tokens), in lit_of_doc_comment() 57 _ => panic!("wrong token {:?}", tokens), in lit_of_doc_comment()
|
/kernel/linux/linux-5.10/arch/hexagon/lib/ |
H A D | io.c | 24 panic("unaligned pointer to readsw"); in __raw_readsw() 44 panic("unaligned pointer to writesw"); in __raw_writesw() 60 panic("unaligned pointer to readsl"); in __raw_readsl() 75 panic("unaligned pointer to writesl"); in __raw_writesl()
|