/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | item_kind.rs | 53 /// Get a reference to this `ItemKind`'s underying `Module`, or panic if it 73 /// Get a reference to this `ItemKind`'s underying `Function`, or panic if 102 /// Get a reference to this `ItemKind`'s underying `Type`, or panic if it is 122 /// Get a reference to this `ItemKind`'s underying `Var`, or panic if it is
|
/third_party/rust/crates/rustix/tests/time/ |
H A D | y2038.rs | 66 Err(err) => panic!("unexpected error: {:?}", err), in test_y2038_with_timerfd()
|
/third_party/rust/crates/once_cell/src/ |
H A D | imp_cs.rs | 1 use core::panic::{RefUnwindSafe, UnwindSafe};
|
/third_party/rust/crates/nix/src/sys/ |
H A D | timer.rs | 183 panic!("close of Timer encountered EINVAL"); in drop()
|
/third_party/rust/crates/regex/regex-syntax/src/ |
H A D | error.rs | 295 panic!("regex should not have parsed"); in assert_panic_message() 307 // This test checks that the error formatter doesn't panic. in regression_464()
|
/third_party/rust/crates/static-assertions-rs/tests/ |
H A D | eq_size.rs | 61 panic!("Dropped!"); in drop()
|
/third_party/rust/crates/syn/tests/repo/ |
H A D | mod.rs | 278 panic!("unexpected path in Rust dist: {}", path_string); in base_dir_filter() 316 panic!("duplicate path in EXCLUDE_FILES: {}", exclude); in clone_rust() 320 panic!("excluded file {} is inside an excluded dir", exclude); in clone_rust() 332 panic!("duplicate path in EXCLUDE_DIRS: {}", exclude); in clone_rust() 342 panic!("excluded test file does not exist:{}\n", missing); in clone_rust()
|
/kernel/linux/linux-5.10/arch/ia64/mm/ |
H A D | discontig.c | 192 panic("failed to allocate pcpu_alloc_info"); in setup_per_cpu_areas() 215 panic("percpu area overflow static=%zd reserved=%zd\n", in setup_per_cpu_areas() 453 panic("%s: Failed to allocate %lu bytes align=0x%lx nid=%d from=%lx\n", in memory_less_node_alloc()
|
H A D | tlb.c | 65 panic("%s: Failed to allocate %u bytes\n", __func__, in mmu_context_init() 70 panic("%s: Failed to allocate %u bytes\n", __func__, in mmu_context_init() 214 panic("Whoa! Platform does not support global TLB purges.\n"); in setup_ptcg_sem()
|
/kernel/linux/linux-5.10/arch/loongarch/mm/ |
H A D | init.c | 325 panic("%s: Failed to allocate memory\n", __func__); in populate_kernel_pte() 336 panic("%s: Failed to allocate memory\n", __func__); in populate_kernel_pte() 349 panic("%s: Failed to allocate memory\n", __func__); in populate_kernel_pte()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | smp-cps.c | 346 panic("Failed to call remote CPU\n"); in cps_boot_secondary() 505 panic("Failed to offline CPU %u", cpu); in play_dead() 597 panic("Failed to call remote sibling CPU\n"); in cps_cpu_die()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | pci-dma.c | 270 panic("%s: pcxl_alloc_range() Too many pages to map.\n", in pcxl_alloc_range() 275 panic("%s: pcxl_alloc_range() out of dma mapping resources\n", in pcxl_alloc_range() 326 panic("%s: pcxl_free_range() Too many pages to unmap.\n", in pcxl_free_range()
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | init.c | 73 panic("Oh boy, that early out of memory?"); in setup_zero_pages() 255 panic("%s: Failed to allocate %lu bytes align=%lx\n", in fixrange_init() 548 panic("Failed to initialize percpu areas."); in setup_per_cpu_areas()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | smp-cps.c | 339 panic("Failed to call remote CPU\n"); in cps_boot_secondary() 500 panic("Failed to offline CPU %u", cpu); in play_dead() 588 panic("Failed to call remote sibling CPU\n"); in cps_cleanup_dead_cpu()
|
/kernel/linux/linux-6.6/arch/ia64/mm/ |
H A D | discontig.c | 193 panic("failed to allocate pcpu_alloc_info"); in setup_per_cpu_areas() 216 panic("percpu area overflow static=%zd reserved=%zd\n", in setup_per_cpu_areas() 454 panic("%s: Failed to allocate %lu bytes align=0x%lx nid=%d from=%lx\n", in memory_less_node_alloc()
|
H A D | tlb.c | 65 panic("%s: Failed to allocate %u bytes\n", __func__, in mmu_context_init() 70 panic("%s: Failed to allocate %u bytes\n", __func__, in mmu_context_init() 214 panic("Whoa! Platform does not support global TLB purges.\n"); in setup_ptcg_sem()
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | init.c | 72 panic("Oh boy, that early out of memory?"); in setup_zero_pages() 259 panic("%s: Failed to allocate %lu bytes align=%lx\n", in fixrange_init() 545 panic("Failed to initialize percpu areas."); in setup_per_cpu_areas()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | pci-dma.c | 270 panic("%s: pcxl_alloc_range() Too many pages to map.\n", in pcxl_alloc_range() 275 panic("%s: pcxl_alloc_range() out of dma mapping resources\n", in pcxl_alloc_range() 326 panic("%s: pcxl_free_range() Too many pages to unmap.\n", in pcxl_free_range()
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | traps.c | 92 panic("Fatal exception in interrupt"); in die() 94 panic("Fatal exception"); in die() 430 panic("Kernel stack overflow"); in handle_bad_stack()
|
/kernel/linux/linux-6.6/arch/x86/coco/tdx/ |
H A D | tdx.c | 45 panic("TDVMCALL failed. TDX module bug?"); in __tdx_hypercall_failed() 74 panic("TDCALL %lld failed (Buggy TDX module!)\n", fn); in tdx_module_call() 650 panic("Unexpected EPT-violation on private memory."); in virt_exception_kernel()
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | swiotlb-xen.c | 207 panic("%s: Failed to allocate %lu bytes align=0x%lx\n", in xen_swiotlb_init() 249 panic("Cannot allocate SWIOTLB buffer"); in xen_swiotlb_init() 270 panic("%s (rc:%d)", xen_swiotlb_error(m_ret), rc); in xen_swiotlb_init()
|
/kernel/linux/linux-5.10/kernel/dma/ |
H A D | swiotlb.c | 225 panic("%s: Failed to allocate %zu bytes align=0x%lx\n", in swiotlb_init_with_tbl() 231 panic("%s: Failed to allocate %zu bytes align=0x%lx\n", in swiotlb_init_with_tbl() 574 panic("Can not allocate SWIOTLB buffer earlier and can't now provide you with the DMA bounce buffer"); in swiotlb_tbl_map_single()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | fgraph.c | 157 /* Might as well panic, otherwise we have no where to go */ in ftrace_pop_return_trace() 158 *ret = (unsigned long)panic; in ftrace_pop_return_trace() 185 *ret = (unsigned long)panic; in ftrace_pop_return_trace() 251 /* Might as well panic. What else to do? */ in ftrace_return_to_handler() 252 ret = (unsigned long)panic; in ftrace_return_to_handler()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | fgraph.c | 169 /* Might as well panic, otherwise we have no where to go */ in ftrace_pop_return_trace() 170 *ret = (unsigned long)panic; in ftrace_pop_return_trace() 197 *ret = (unsigned long)panic; in ftrace_pop_return_trace() 270 /* Might as well panic. What else to do? */ in __ftrace_return_to_handler() 271 ret = (unsigned long)panic; in __ftrace_return_to_handler()
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/ |
H A D | span.go | 131 panic(fmt.Errorf("position not set in %v", p.v)) 137 panic(fmt.Errorf("position not set in %v", p.v)) 143 panic(fmt.Errorf("offset not set in %v", p.v))
|