| /freebsd-13.1/sys/mips/mips/ |
| H A D | cache.c | 132 panic("no Icache ops for %d byte lines", in mips_config_cache() 227 panic("no Dcache ops for %d byte lines", in mips_config_cache() 263 panic("no icache_sync_all cache op"); in mips_config_cache() 265 panic("no icache_sync_range cache op"); in mips_config_cache() 267 panic("no icache_sync_range_index cache op"); in mips_config_cache() 272 panic("no pdcache_wbinv_all"); in mips_config_cache() 274 panic("no pdcache_wbinv_range"); in mips_config_cache() 276 panic("no pdcache_wbinv_range_index"); in mips_config_cache() 278 panic("no pdcache_inv_range"); in mips_config_cache() 280 panic("no pdcache_wb_range"); in mips_config_cache()
|
| /freebsd-13.1/tools/regression/kthread/kld/ |
| H A D | kthrdlk.c | 72 panic("Ooops: kthread deadlock\n"); in thr_suspender() 74 panic("kthread_suspend error: %d\n", error); in thr_suspender() 99 panic("%s: error on kthread_resume. error: %d\n", in thr_resumer() 142 panic("cannot start thr_getsuspended error: %d\n", error); in kthrdlk_init() 147 panic("cannot start thr_resumer error: %d\n", error); in kthrdlk_init() 152 panic("cannot start thr_suspender error: %d\n", error); in kthrdlk_init() 167 panic("some threads not die! remaining: %d", test_thrcnt); in kthrdlk_done()
|
| /freebsd-13.1/sys/arm/altera/socfpga/ |
| H A D | socfpga_mp.c | 126 panic("Couldn't map the SCU\n"); in _socfpga_mp_start_ap() 133 panic("Couldn't map the SCU\n"); in _socfpga_mp_start_ap() 137 panic("Unknown platform id %d\n", platid); in _socfpga_mp_start_ap() 142 panic("Couldn't map the reset manager (RSTMGR)\n"); in _socfpga_mp_start_ap() 145 panic("Couldn't map the first physram page\n"); in _socfpga_mp_start_ap() 175 panic("Unknown platform id %d\n", platid); in _socfpga_mp_start_ap() 205 panic("Unknown platform id %d\n", platid); in _socfpga_mp_start_ap()
|
| /freebsd-13.1/sbin/restore/ |
| H A D | symtab.c | 137 panic("deleteino: %ju not found\n", (uintmax_t)inum); in deleteino() 187 panic("%s is not a directory\n", name); in lookupparent() 208 panic("%s: pathname too long\n", cp); in myname() 233 panic("no memory to extend symbol table\n"); in addentry() 239 panic("bad name to addentry %s\n", name); in addentry() 254 panic("link to non-existent name\n"); in addentry() 260 panic("duplicate entry\n"); in addentry() 393 panic("bad name\n"); in savename() 402 panic("no space for string table\n"); in savename() 542 panic("no memory for entry table\n"); in initsymtable() [all …]
|
| /freebsd-13.1/sys/libkern/arm/ |
| H A D | aeabi_unwind.c | 37 #define panic(x) (void)0 macro 48 panic("__aeabi_unwind_cpp_pr0"); in __aeabi_unwind_cpp_pr0() 54 panic("__aeabi_unwind_cpp_pr1"); in __aeabi_unwind_cpp_pr1() 60 panic("__aeabi_unwind_cpp_pr2"); in __aeabi_unwind_cpp_pr2()
|
| /freebsd-13.1/contrib/netbsd-tests/rump/kernspace/ |
| H A D | thread.c | 63 panic("thread creation failed: %d", rv); in rumptest_threadjoin() 66 panic("thread join failed: %d", rv); in rumptest_threadjoin() 69 panic("new thread did not run"); in rumptest_threadjoin() 99 panic("thread creation failed: %d", rv); in rumptest_thread()
|
| /freebsd-13.1/sys/cddl/compat/opensolaris/kern/ |
| H A D | opensolaris_cmn_err.c | 54 panic("Solaris: unknown severity level"); in vcmn_err() 58 panic("%s%s", prefix, buf); in vcmn_err() 81 panic("solaris assert: %s, file: %s, line: %d", a, f, l); in assfail() 91 panic("solaris assert: %s (0x%jx %s 0x%jx), file: %s, line: %d", in assfail3()
|
| /freebsd-13.1/sys/dev/sound/pcm/ |
| H A D | sound.h | 432 panic("%s(%d): [PCM WAIT] Mutex not owned!", \ 445 panic("%s(%d): [PCM ACQUIRE] Mutex not owned!", \ 448 panic("%s(%d): [PCM ACQUIRE] " \ 455 panic("%s(%d): [PCM RELEASE] Mutex not owned!", \ 476 panic("%s(%d): [PCM ACQUIRE QUICK] Mutex owned!", \ 486 panic("%s(%d): [PCM RELEASE QUICK] Mutex owned!", \ 495 panic("%s(%d): [PCM BUSYASSERT] " \ 502 panic("%s(%d): [GIANT ENTER] PCM lock owned!", \ 516 panic("%s(%d): [GIANT EXIT] PCM lock owned!", \ 523 panic("%s(%d): [GIANT EXIT] MPSAFE Giant?", \ [all …]
|
| /freebsd-13.1/sys/arm/xilinx/ |
| H A D | zy7_mp.c | 71 panic("%s: Could not map SLCR IDCODE reg.\n", __func__); in zynq7_mp_setmaxid() 93 panic("zynq7_mp_setmaxid: Could not map SCU config reg.\n"); in zynq7_mp_setmaxid() 112 panic("%s: Could not map SCU control reg.\n", __func__); in zynq7_mp_start_ap() 124 panic("%s: Could not map OCM\n", __func__); in zynq7_mp_start_ap()
|
| /freebsd-13.1/sys/opencrypto/ |
| H A D | xform_poly1305.c | 31 panic("%s: Bogus keylen: %u bytes", __func__, (unsigned)klen); in xform_Poly1305_Setkey() 35 panic("%s: Invariant violated: %d", __func__, rc); in xform_Poly1305_Setkey() 46 panic("%s: Invariant violated: %d", __func__, rc); in xform_Poly1305_Update() 58 panic("%s: Invariant violated: %d", __func__, rc); in xform_Poly1305_Final()
|
| /freebsd-13.1/sys/arm/annapurna/alpine/ |
| H A D | alpine_machdep_mp.c | 193 panic("Couldn't resolve cpu_resume_base address\n"); in alpine_mp_start_ap() 196 panic("Couldn't resolve_nb_base address\n"); in alpine_mp_start_ap() 201 panic("Couldn't map CPU-resume area"); in alpine_mp_start_ap() 204 panic("Couldn't map NB-service area"); in alpine_mp_start_ap() 211 panic("CPU-resume device is not compatible"); in alpine_mp_start_ap() 240 panic("Couldn't map NB-service area"); in alpine_mp_start_ap()
|
| /freebsd-13.1/sys/amd64/vmm/intel/ |
| H A D | vtd.c | 155 panic("vtd_max_domains: invalid value of nd (0x%0x)", nd); in vtd_max_domains() 176 panic("domain ids exhausted"); in domain_id() 378 panic("vtd_init: invalid caching mode"); in vtd_init() 391 panic("ctx table (0x%0lx) not page aligned", ctx_paddr); in vtd_init() 455 panic("vtd_add_device: device %x is already owned by " in vtd_add_device() 461 panic("vtd_add_device: device %x is not in scope for " in vtd_add_device() 535 panic("vtd_create_mapping: unaligned gpa 0x%0lx", gpa); in vtd_update_mapping() 538 panic("vtd_create_mapping: unaligned hpa 0x%0lx", hpa); in vtd_update_mapping() 541 panic("vtd_create_mapping: unaligned len 0x%0lx", len); in vtd_update_mapping() 589 panic("gpa 0x%lx and ptpshift %d mismatch", gpa, ptpshift); in vtd_update_mapping() [all …]
|
| /freebsd-13.1/sys/arm64/arm64/ |
| H A D | trap.c | 215 panic("Misaligned access from kernel space!"); in align_abort() 311 panic("data abort in critical section or under mutex"); in data_abort() 363 panic("vm_fault failed: %lx", frame->tf_elr); in data_abort() 451 panic("VFP exception in the kernel"); in do_el1h_sync() 465 panic("Unhandled EL1 %s abort: %x", in do_el1h_sync() 481 panic("No debugger in kernel."); in do_el1h_sync() 489 panic("No debugger in kernel."); in do_el1h_sync() 553 panic("VFP exception in userland"); in do_el0_sync() 571 panic("Unhandled EL0 %s abort: %x", in do_el0_sync() 655 panic("Unhandled System Error"); in do_serror() [all …]
|
| /freebsd-13.1/sys/netinet/ |
| H A D | ip_ecn.c | 101 panic("NULL pointer passed to ip_ecn_ingress"); in ip_ecn_ingress() 133 panic("NULL pointer passed to ip_ecn_egress"); in ip_ecn_egress() 168 panic("NULL pointer passed to ip6_ecn_ingress"); in ip6_ecn_ingress() 182 panic("NULL pointer passed to ip6_ecn_egress"); in ip6_ecn_egress()
|
| /freebsd-13.1/sys/arm64/acpica/ |
| H A D | pci_cfgreg.c | 50 panic("pci_cfgregread not implemented"); in pci_cfgregread() 62 panic("pci_cfgregwrite not implemented"); in pci_cfgregwrite() 73 panic("pci_cfgregopen not implemented"); in pci_cfgregopen()
|
| /freebsd-13.1/sys/crypto/blake2/ |
| H A D | blake2-sw.c | 48 panic("blake2b_init_key: invalid arguments"); in blake2b_xform_init() 57 panic("invalid klen %u", (unsigned)klen); in blake2b_xform_setkey() 82 panic("blake2b_final: invalid"); in blake2b_xform_final() 116 panic("blake2s_init_key: invalid arguments"); in blake2s_xform_init() 125 panic("invalid klen %u", (unsigned)klen); in blake2s_xform_setkey() 150 panic("blake2s_final: invalid"); in blake2s_xform_final()
|
| /freebsd-13.1/sys/arm/ti/omap4/pandaboard/ |
| H A D | pandaboard.c | 124 panic("Couldn't map SCRM registers"); in pandaboard_usb_hub_init() 127 panic("Couldn't map GPIO1 registers"); in pandaboard_usb_hub_init() 130 panic("Couldn't map GPIO2 registers"); in pandaboard_usb_hub_init() 133 panic("Couldn't map SCM Padconf registers"); in pandaboard_usb_hub_init()
|
| /freebsd-13.1/sys/x86/xen/ |
| H A D | hvm.c | 222 panic("Unable to allocate Xen shared info page"); in xen_hvm_init_shared_info_page() 230 panic("HYPERVISOR_memory_op failed"); in xen_hvm_init_shared_info_page() 275 panic("Unable to setup fake HVM param: %d", error); in xen_hvm_set_callback() 302 panic("Can't set evtchn callback"); in xen_hvm_set_callback() 380 panic("Unable to init Xen hypercall stubs on resume"); in xen_hvm_init() 387 panic("Unsupported HVM initialization type"); in xen_hvm_init() 469 panic("Event channel upcall vector setup failed: %d", in xen_hvm_cpu_init()
|
| /freebsd-13.1/sys/x86/isa/ |
| H A D | isa_dma.c | 95 panic("isa_dma_init: channel out of range"); in isa_dma_init() 152 panic("isa_dma_acquire: channel out of range"); in isa_dma_acquire() 177 panic("isa_dma_release: channel out of range"); in isa_dma_release() 211 panic("isa_dmacascade: channel out of range"); in isa_dmacascade() 242 panic("isa_dmastart: channel out of range"); in isa_dmastart() 246 panic("isa_dmastart: impossible request"); in isa_dmastart() 270 panic("isa_dmastart: bad bounce buffer"); in isa_dmastart() 365 panic("isa_dmadone: channel out of range"); in isa_dmadone() 408 panic("isa_dmacheck: no physical page present"); in isa_dmarangecheck()
|
| /freebsd-13.1/usr.bin/at/ |
| H A D | parsetime.c | 268 panic((tok == EOF) ? "incomplete time" in plonk() 379 panic("garbled time"); in tod() 385 panic("garbled time"); in tod() 393 panic("garbled time"); in tod() 405 panic("garbled time"); in tod() 576 panic("garbled time"); in month() 580 panic("garbled time"); in month() 670 panic("garbled time"); in parsetime() 673 panic("trying to travel back in time"); in parsetime()
|
| /freebsd-13.1/sys/sys/ |
| H A D | buf_ring.h | 77 panic("buf=%p already enqueue at %d prod=%d cons=%d", in buf_ring_enqueue() 99 panic("dangling value in enqueue"); in buf_ring_enqueue() 222 panic("lock not held on single consumer dequeue"); in buf_ring_dequeue_sc() 224 panic("inconsistent list cons_tail=%d cons_head=%d", in buf_ring_dequeue_sc() 290 panic("lock not held on single consumer dequeue"); in buf_ring_peek() 311 panic("lock not held on single consumer dequeue"); in buf_ring_peek_clear_sc()
|
| /freebsd-13.1/sys/dev/ppbus/ |
| H A D | ppb_msq.c | 75 panic("%s: unknown opcode (%d)", __func__, opcode); in mode2xfer() 99 panic("%s: unknown EPP protocol (0x%x)!", __func__, in mode2xfer() 107 panic("%s: unknown mode (%d)", __func__, mode); in mode2xfer() 214 panic("%s: parameter out of range (0x%x)!", in ppb_MS_init_msq() 241 panic("%s: unknown parameter (0x%x)!", __func__, in ppb_MS_init_msq() 301 panic("%s: IEEE1284 read not supported", __func__); in ppb_MS_microseq()
|
| /freebsd-13.1/usr.sbin/makefs/ffs/ |
| H A D | ffs_subr.c | 105 panic("ffs_isblock: unknown fs_fragshift %d", in ffs_isblock() 129 panic("ffs_isfreeblock: unknown fs_fragshift %d", in ffs_isfreeblock() 155 panic("ffs_clrblock: unknown fs_fragshift %d", in ffs_clrblock() 181 panic("ffs_setblock: unknown fs_fragshift %d", in ffs_setblock()
|
| /freebsd-13.1/sys/ufs/ffs/ |
| H A D | ffs_softdep.c | 138 panic("softdep_unmount called"); 264 panic("softdep_freefile called"); 325 panic("%s called", __FUNCTION__); 336 panic("%s called", __FUNCTION__); 345 panic("%s called", __FUNCTION__); 354 panic("%s called", __FUNCTION__); 363 panic("%s called", __FUNCTION__); 372 panic("%s called", __FUNCTION__); 381 panic("%s called", __FUNCTION__); 390 panic("%s called", __FUNCTION__); [all …]
|
| /freebsd-13.1/contrib/netbsd-tests/dev/sysmon/ |
| H A D | t_swwdog.c | 148 ATF_TC(panic); 149 ATF_TC_HEAD(panic, tc) in ATF_TC_HEAD() argument 155 ATF_TC_BODY(panic, tc) in ATF_TC_BODY() argument 188 ATF_TP_ADD_TC(tp, panic); in ATF_TP_ADD_TCS()
|