Home
last modified time | relevance | path

Searched refs:panic (Results 26 - 50 of 1578) sorted by relevance

12345678910>>...64

/kernel/linux/linux-5.10/arch/hexagon/lib/
H A Dio.c24 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()
/kernel/linux/linux-6.6/arch/hexagon/lib/
H A Dio.c24 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()
/kernel/linux/linux-6.6/rust/macros/
H A Dmodule.rs19 _ => panic!("Expected ',' or end of array"), in expect_string_array()
114 Some(_) => panic!("Expected Ident or end"), in parse()
119 panic!( in parse()
134 _ => panic!( in parse()
149 panic!("Missing required key \"{}\".", key); in parse()
161 panic!( in parse()
H A Dhelpers.rs26 panic!("Escape sequences in string literals not yet handled");
30 panic!("Raw string literals are not yet handled");
45 panic!("Expected Punct");
63 panic!("Expected Group");
69 panic!("Expected end");
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dfloppy_32.h120 panic("floppy: Port bolixed."); in sun_82072_fd_inb()
128 panic("sun_82072_fd_inb: How did I get here?"); in sun_82072_fd_inb()
137 panic("floppy: Port bolixed."); in sun_82072_fd_outb()
160 panic("floppy: Port bolixed."); in sun_82077_fd_inb()
176 panic("sun_82077_fd_inb: How did I get here?"); in sun_82077_fd_inb()
185 panic("floppy: Port bolixed."); in sun_82077_fd_outb()
239 panic("floppy: Giving up..."); in sun_fd_set_dma_mode()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dfloppy_32.h120 panic("floppy: Port bolixed."); in sun_82072_fd_inb()
128 panic("sun_82072_fd_inb: How did I get here?"); in sun_82072_fd_inb()
137 panic("floppy: Port bolixed."); in sun_82072_fd_outb()
160 panic("floppy: Port bolixed."); in sun_82077_fd_inb()
176 panic("sun_82077_fd_inb: How did I get here?"); in sun_82077_fd_inb()
185 panic("floppy: Port bolixed."); in sun_82077_fd_outb()
239 panic("floppy: Giving up..."); in sun_fd_set_dma_mode()
/third_party/rust/crates/clap/tests/builder/
H A Dconflicts.rs124 panic!("{}", err); in arg_conflicts_with_group()
129 panic!("{}", err); in arg_conflicts_with_group()
134 panic!("{}", err); in arg_conflicts_with_group()
152 panic!("{}", err); in arg_conflicts_with_group_with_multiple_sources()
157 panic!("{}", err); in arg_conflicts_with_group_with_multiple_sources()
162 panic!("{}", err); in arg_conflicts_with_group_with_multiple_sources()
195 panic!("{}", err); in group_conflicts_with_arg()
200 panic!("{}", err); in group_conflicts_with_arg()
205 panic!("{}", err); in group_conflicts_with_arg()
229 panic!("{}", er in arg_conflicts_with_required_group()
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dinit.c50 panic("Unknown S3C24XX CPU"); in s3c_init_cpu()
57 panic("Unsupported Samsung CPU"); in s3c_init_cpu()
79 panic("s3c24xx_init_clocks: no cpu setup?\n"); in s3c24xx_init_clocks()
82 panic("s3c24xx_init_clocks: cpu has no clock init\n"); in s3c24xx_init_clocks()
161 panic("s3c_arch_init: NULL cpu\n"); in s3c_arch_init()
/kernel/linux/linux-5.10/drivers/clocksource/
H A Ddw_apb_timer_of.c27 panic("Unable to map regs for %pOFn", np); in timer_get_base_and_rate()
40 * Not all implementations use a periphal clock, so don't panic in timer_get_base_and_rate()
61 panic("No clock nor clock-frequency property for %pOFn", np); in timer_get_base_and_rate()
72 panic("No IRQ for clock event timer"); in add_clockevent()
79 panic("Unable to initialise clockevent device"); in add_clockevent()
97 panic("Unable to initialise clocksource device"); in add_clocksource()
/third_party/libunwind/libunwind/tests/
H A Dtest-async-sig.c63 #define panic(args...) \ macro
84 panic ("unw_init_local failed!\n"); in do_backtrace()
117 panic ("FAILURE: unw_step() returned %d for ip=%lx\n", in do_backtrace()
122 panic ("FAILURE: unw_step() looping over %d iterations\n", depth); in do_backtrace()
150 panic ("Too many errors (%d)\n", nerrors); in sighandler()
H A DGtest-exc.c43 #define panic(args...) \ macro
65 panic ("unw_init_local() failed!\n"); in raise_exception()
81 panic ("unw_step() failed!\n"); in raise_exception()
148 panic ("FAILURE: b() returned from raise_exception()!!\n"); in b()
H A DLtest-cxx-exceptions.cxx30 #define panic(args...) \ macro
73 panic("Counter non-zero\n"); in main()
77 panic("Int was thrown why are we here?\n"); in main()
H A DGtest-dyn1.c46 #define panic(args...) \ macro
121 panic ("failed to find signal frame!\n"); in sighandler()
125 panic ("Too many steps to the signal frame (%d)\n", count); in sighandler()
146 panic ("Too many steps (%d)\n", count); in sighandler()
154 panic ("FAILURE: expected 13, not %d frames below signal frame\n", count); in sighandler()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dbio.rs10 use std::panic::{catch_unwind, AssertUnwindSafe};
20 pub panic: Option<Box<dyn Any + Send>>,
42 panic: None, in new()
62 state.panic.take() in take_panic()
76 panic!( in get_mut()
104 state.panic = Some(err); in state()
126 state.panic = Some(err);
160 state.panic = Some(err);
/kernel/linux/linux-6.6/arch/mips/ralink/
H A Dof.c63 panic("Failed to find %s controller node", type); in mtmips_of_remap_node()
66 panic("Failed to get resource for %s node", np->name); in mtmips_of_remap_node()
71 panic("Failed to request resources for %s node", np->name); in mtmips_of_remap_node()
84 panic("Failed to remap core resources"); in ralink_of_remap()
/kernel/linux/linux-5.10/arch/mips/generic/
H A Dirq.c24 panic("Unimplemented!"); in get_c0_fdc_int()
40 panic("Unimplemented!"); in get_c0_perfcount_int()
56 panic("Unimplemented!"); in get_c0_compare_int()
/kernel/linux/linux-6.6/arch/mips/generic/
H A Dirq.c24 panic("Unimplemented!"); in get_c0_fdc_int()
40 panic("Unimplemented!"); in get_c0_perfcount_int()
56 panic("Unimplemented!"); in get_c0_compare_int()
/third_party/rust/crates/env_logger/ci/src/
H A Dmain.rs9 panic!("default test execution failed"); in main()
17 panic!("default test execution failed"); in main()
37 panic!("test execution failed"); in main()
/third_party/rust/crates/once_cell/src/
H A Dimp_std.rs9 panic::{RefUnwindSafe, UnwindSafe},
302 use std::panic;
365 let t = panic::catch_unwind(|| { in poison_bad()
366 O.init(|| panic!()); in poison_bad()
386 let t = panic::catch_unwind(|| { in wait_for_force_to_finish()
387 O.init(|| panic!()); in wait_for_force_to_finish()
/third_party/rust/crates/regex/bench/src/
H A Dbench.rs159 panic!("expected match, got not match");
161 panic!("expected no match, got match");
253 panic!("expected match, got not match");
255 panic!("expected no match, got match");
281 panic!("expected match, got not match");
283 panic!("expected no match, got match");
/third_party/rust/crates/clap/src/parser/
H A Derror.rs30 panic!("Mismatch between definition and access of `{id}`. {err}",)
57 std::panic::RefUnwindSafe, in check_auto_traits()
58 std::panic::UnwindSafe, in check_auto_traits()
/third_party/rust/crates/env_logger/tests/
H A Dregexp_filter.rs28 .unwrap_or_else(|e| panic!("Unable to start child process: {}", e)); in run_child()
36 panic!("RUST_LOG={} should allow the test log message", rust_log) in assert_message_printed()
42 panic!( in assert_message_not_printed()
/kernel/linux/linux-5.10/arch/mips/loongson32/common/
H A Dtime.c54 panic("Failed to remap timer registers"); in ls1x_pwmtimer_init()
185 panic("Invalid timer clock rate"); in ls1x_time_init()
200 panic(KERN_ERR "Failed to register clocksource: %d\n", ret); in ls1x_time_init()
220 panic("unable to get timer clock, err=%ld", PTR_ERR(clk)); in plat_time_init()
228 panic("unable to get cpu clock, err=%ld", PTR_ERR(clk)); in plat_time_init()
/kernel/linux/linux-5.10/sound/usb/hiface/
H A Dpcm.c53 bool panic; /* if set driver won't do anymore pcm on device */ member
211 /* reset panic state when starting a new stream */ in hiface_pcm_stream_start()
212 rt->panic = false; in hiface_pcm_stream_start()
311 if (rt->panic || rt->stream_state == STREAM_STOPPING) in hiface_pcm_out_urb_handler()
346 rt->panic = true; in hiface_pcm_out_urb_handler()
356 if (rt->panic) in hiface_pcm_open()
398 if (rt->panic) in hiface_pcm_close()
423 if (rt->panic) in hiface_pcm_prepare()
457 if (rt->panic) in hiface_pcm_trigger()
489 if (rt->panic || !su in hiface_pcm_pointer()
[all...]
/kernel/linux/linux-6.6/sound/usb/hiface/
H A Dpcm.c53 bool panic; /* if set driver won't do anymore pcm on device */ member
211 /* reset panic state when starting a new stream */ in hiface_pcm_stream_start()
212 rt->panic = false; in hiface_pcm_stream_start()
311 if (rt->panic || rt->stream_state == STREAM_STOPPING) in hiface_pcm_out_urb_handler()
346 rt->panic = true; in hiface_pcm_out_urb_handler()
356 if (rt->panic) in hiface_pcm_open()
398 if (rt->panic) in hiface_pcm_close()
423 if (rt->panic) in hiface_pcm_prepare()
457 if (rt->panic) in hiface_pcm_trigger()
489 if (rt->panic || !su in hiface_pcm_pointer()
[all...]

Completed in 10 milliseconds

12345678910>>...64