Home
last modified time | relevance | path

Searched refs:panic (Results 1 – 25 of 1170) sorted by relevance

12345678910>>...47

/freebsd/tools/test/stress2/misc/
H A Dall.exclude5 backingstore2.sh panic: 43 vncache entries remaining 20111220
16 fsync.sh panic: Journal overflow 20190208
21 gjournal.sh panic: Journal overflow 20190626
22 gjournal2.sh panic: Journal overflow 20180125
23 gjournal3.sh panic: Bio not on queue 20171225
31 graid1_9.sh panic: Bad effnlink 20180212
44 nfs15lockd.sh panic: Assertion td->td_realucred == td->td_ucred failed ... 20210211
45 nfs16.sh panic: Failed to register NFS lock locally - error=11 20160608
49 pmc8.sh panic: [pmc,2749] (ri21, rc1) waiting too long for pmc to ... 20210621
51 sctp2.sh panic: Queues are not empty when handling SHUTDOWN-COMPLETE 20210211
[all …]
/freebsd/tools/regression/kthread/kld/
H A Dkthrdlk.c69 panic("Ooops: kthread deadlock\n"); in thr_suspender()
71 panic("kthread_suspend error: %d\n", error); in thr_suspender()
96 panic("%s: error on kthread_resume. error: %d\n", in thr_resumer()
139 panic("cannot start thr_getsuspended error: %d\n", error); in kthrdlk_init()
144 panic("cannot start thr_resumer error: %d\n", error); in kthrdlk_init()
149 panic("cannot start thr_suspender error: %d\n", error); in kthrdlk_init()
164 panic("some threads not die! remaining: %d", test_thrcnt); in kthrdlk_done()
/freebsd/sbin/restore/
H A Dsymtab.c98 panic("addino: out of range %ju\n", (uintmax_t)inum); in addino()
119 panic("deleteino: out of range %ju\n", (uintmax_t)inum); in deleteino()
129 panic("deleteino: %ju not found\n", (uintmax_t)inum); in deleteino()
179 panic("%s is not a directory\n", name); in lookupparent()
200 panic("%s: pathname too long\n", cp); in myname()
225 panic("no memory to extend symbol table\n"); in addentry()
231 panic("bad name to addentry %s\n", name); in addentry()
246 panic("link to non-existent name\n"); in addentry()
252 panic("duplicate entry\n"); in addentry()
385 panic("bad name\n"); in savename()
[all …]
/freebsd/sys/libkern/arm/
H A Daeabi_unwind.c34 #define panic(x) (void)0 macro
45 panic("__aeabi_unwind_cpp_pr0"); in __aeabi_unwind_cpp_pr0()
51 panic("__aeabi_unwind_cpp_pr1"); in __aeabi_unwind_cpp_pr1()
57 panic("__aeabi_unwind_cpp_pr2"); in __aeabi_unwind_cpp_pr2()
/freebsd/sys/dev/sound/pcm/
H A Dsound.h271 panic("%s(%d): [PCM WAIT] Mutex not owned!", \
284 panic("%s(%d): [PCM ACQUIRE] Mutex not owned!", \
287 panic("%s(%d): [PCM ACQUIRE] " \
294 panic("%s(%d): [PCM RELEASE] Mutex not owned!", \
300 panic("%s(%d): [PCM RELEASE] Releasing non-BUSY cv!", \
307 panic("%s(%d): [PCM ACQUIRE QUICK] Mutex owned!", \
317 panic("%s(%d): [PCM RELEASE QUICK] Mutex owned!", \
326 panic("%s(%d): [PCM BUSYASSERT] " \
333 panic("%s(%d): [GIANT ENTER] PCM lock owned!", \
347 panic("%s(%d): [GIANT EXIT] PCM lock owned!", \
[all …]
/freebsd/sys/arm64/arm64/
H A Dtrap.c215 panic("Misaligned access from kernel space!"); in align_abort()
246 panic("Unhandled external data abort"); in external_abort()
345 panic("data abort with spinlock held (spinlock count %d != 0)", in data_abort()
355 panic("data abort in critical section or under mutex"); in data_abort()
406 panic("vm_fault failed: 0x%lx error %d", in data_abort()
531 panic("VFP exception in the kernel"); in do_el1h_sync()
544 panic("Unhandled EL1 %s abort: 0x%x", in do_el1h_sync()
559 panic("No debugger in kernel."); in do_el1h_sync()
568 panic("No debugger in kernel."); in do_el1h_sync()
575 panic("FPAC kernel exception"); in do_el1h_sync()
[all …]
/freebsd/sys/arm/qualcomm/
H A Dqcom_cpu_kpssv2.c102 panic("***couldn't get phandle for qcom,acc"); in qcom_cpu_kpssv2_regulator_start()
108 panic("***couldn't get phandle for next-level-cache"); in qcom_cpu_kpssv2_regulator_start()
114 panic("***couldn't get phandle for qcom,saw"); in qcom_cpu_kpssv2_regulator_start()
123 panic("*** couldn't map qcom,acc space (%d)", ret); in qcom_cpu_kpssv2_regulator_start()
126 panic("*** couldn't map next-level-cache -> " in qcom_cpu_kpssv2_regulator_start()
/freebsd/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_cmn_err.c52 panic("Solaris: unknown severity level"); in vcmn_err()
56 panic("%s%s", prefix, buf); in vcmn_err()
79 panic("solaris assert: %s, file: %s, line: %d", a, f, l); in assfail()
89 panic("solaris assert: %s (0x%jx %s 0x%jx), file: %s, line: %d", in assfail3()
/freebsd/contrib/netbsd-tests/rump/kernspace/
H A Dthread.c63 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/sys/arm/annapurna/alpine/
H A Dalpine_machdep_mp.c191 panic("Couldn't resolve cpu_resume_base address\n"); in alpine_mp_start_ap()
194 panic("Couldn't resolve_nb_base address\n"); in alpine_mp_start_ap()
199 panic("Couldn't map CPU-resume area"); in alpine_mp_start_ap()
202 panic("Couldn't map NB-service area"); in alpine_mp_start_ap()
209 panic("CPU-resume device is not compatible"); in alpine_mp_start_ap()
238 panic("Couldn't map NB-service area"); in alpine_mp_start_ap()
/freebsd/sys/crypto/blake2/
H A Dblake2-sw.c40 panic("blake2b_init: invalid arguments"); in blake2b_xform_init()
52 panic("blake2b_init_key: invalid arguments"); in blake2b_xform_setkey()
75 panic("blake2b_final: invalid"); in blake2b_xform_final()
103 panic("blake2s_init: invalid arguments"); in blake2s_xform_init()
115 panic("blake2s_init_key: invalid arguments"); in blake2s_xform_setkey()
138 panic("blake2s_final: invalid"); in blake2s_xform_final()
/freebsd/sys/x86/isa/
H A Disa_dma.c90 panic("isa_dma_init: channel out of range"); in isa_dma_init()
142 panic("isa_dma_acquire: channel out of range"); in isa_dma_acquire()
167 panic("isa_dma_release: channel out of range"); in isa_dma_release()
201 panic("isa_dmacascade: channel out of range"); in isa_dmacascade()
232 panic("isa_dmastart: channel out of range"); in isa_dmastart()
236 panic("isa_dmastart: impossible request"); in isa_dmastart()
260 panic("isa_dmastart: bad bounce buffer"); in isa_dmastart()
355 panic("isa_dmadone: channel out of range"); in isa_dmadone()
398 panic("isa_dmacheck: no physical page present"); in isa_dmarangecheck()
/freebsd/sys/arm/xilinx/
H A Dzy7_mp.c69 panic("%s: Could not map SLCR IDCODE reg.\n", __func__); in zynq7_mp_setmaxid()
91 panic("zynq7_mp_setmaxid: Could not map SCU config reg.\n"); in zynq7_mp_setmaxid()
110 panic("%s: Could not map SCU control reg.\n", __func__); in zynq7_mp_start_ap()
122 panic("%s: Could not map OCM\n", __func__); in zynq7_mp_start_ap()
/freebsd/sys/opencrypto/
H A Dxform_poly1305.c30 panic("%s: Bogus keylen: %u bytes", __func__, (unsigned)klen); in xform_Poly1305_Setkey()
34 panic("%s: Invariant violated: %d", __func__, rc); in xform_Poly1305_Setkey()
45 panic("%s: Invariant violated: %d", __func__, rc); in xform_Poly1305_Update()
57 panic("%s: Invariant violated: %d", __func__, rc); in xform_Poly1305_Final()
/freebsd/sys/amd64/vmm/intel/
H A Dvtd.c150 panic("vtd_max_domains: invalid value of nd (0x%0x)", nd); in vtd_max_domains()
171 panic("domain ids exhausted"); in domain_id()
373 panic("vtd_init: invalid caching mode"); in vtd_init()
386 panic("ctx table (0x%0lx) not page aligned", ctx_paddr); in vtd_init()
452 panic("vtd_add_device: device %x is already owned by " in vtd_add_device()
458 panic("vtd_add_device: device %x is not in scope for " in vtd_add_device()
532 panic("vtd_create_mapping: unaligned gpa 0x%0lx", gpa); in vtd_update_mapping()
535 panic("vtd_create_mapping: unaligned hpa 0x%0lx", hpa); in vtd_update_mapping()
538 panic("vtd_create_mapping: unaligned len 0x%0lx", len); in vtd_update_mapping()
586 panic("gpa 0x%lx and ptpshift %d mismatch", gpa, ptpshift); in vtd_update_mapping()
[all …]
/freebsd/sys/x86/x86/
H A Dnexus.c210 panic("nexus_init_resources irq_rman"); in nexus_init_resources()
219 panic("nexus_init_resources irq_rman add"); in nexus_init_resources()
234 panic("nexus_init_resources drq_rman"); in nexus_init_resources()
247 panic("nexus_init_resources port_rman"); in nexus_init_resources()
255 panic("nexus_init_resources mem_rman"); in nexus_init_resources()
271 panic("legacy: could not attach"); in nexus_attach()
463 panic("nexus_setup_intr: NULL irq resource!"); in nexus_setup_intr()
581 panic("%s: failed", __func__); in nexus_add_irq()
629 panic("ram_identify"); in ram_identify()
670 panic( in ram_attach()
[all …]
/freebsd/sys/netinet/
H A Dip_ecn.c99 panic("NULL pointer passed to ip_ecn_ingress"); in ip_ecn_ingress()
131 panic("NULL pointer passed to ip_ecn_egress"); in ip_ecn_egress()
166 panic("NULL pointer passed to ip6_ecn_ingress"); in ip6_ecn_ingress()
180 panic("NULL pointer passed to ip6_ecn_egress"); in ip6_ecn_egress()
/freebsd/sys/arm/ti/omap4/pandaboard/
H A Dpandaboard.c122 panic("Couldn't map SCRM registers"); in pandaboard_usb_hub_init()
125 panic("Couldn't map GPIO1 registers"); in pandaboard_usb_hub_init()
128 panic("Couldn't map GPIO2 registers"); in pandaboard_usb_hub_init()
131 panic("Couldn't map SCM Padconf registers"); in pandaboard_usb_hub_init()
/freebsd/sys/arm64/acpica/
H A Dpci_cfgreg.c47 panic("pci_cfgregread not implemented"); in pci_cfgregread()
60 panic("pci_cfgregwrite not implemented"); in pci_cfgregwrite()
71 panic("pci_cfgregopen not implemented"); in pci_cfgregopen()
/freebsd/usr.bin/at/
H A Dparsetime.c266 panic((tok == EOF) ? "incomplete time" in plonk()
377 panic("garbled time"); in tod()
383 panic("garbled time"); in tod()
391 panic("garbled time"); in tod()
403 panic("garbled time"); in tod()
574 panic("garbled time"); in month()
578 panic("garbled time"); in month()
668 panic("garbled time"); in parsetime()
671 panic("trying to travel back in time"); in parsetime()
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c100 panic("softdep_flushfiles called"); in softdep_flushfiles()
131 panic("softdep_unmount called"); in softdep_unmount()
140 panic("softdep_setup_sbupdate called"); in softdep_setup_sbupdate()
150 panic("softdep_setup_inomapdep called"); in softdep_setup_inomapdep()
161 panic("softdep_setup_blkmapdep called"); in softdep_setup_blkmapdep()
174 panic("softdep_setup_allocdirect called"); in softdep_setup_allocdirect()
187 panic("softdep_setup_allocext called"); in softdep_setup_allocext()
200 panic("softdep_setup_allocindir_page called"); in softdep_setup_allocindir_page()
211 panic("softdep_setup_allocindir_meta called"); in softdep_setup_allocindir_meta()
221 panic("softdep_journal_freeblock in softdep_journal_freeblocks()
[all...]
/freebsd/sys/dev/ppbus/
H A Dppb_msq.c74 panic("%s: unknown opcode (%d)", __func__, opcode); in mode2xfer()
98 panic("%s: unknown EPP protocol (0x%x)!", __func__, in mode2xfer()
106 panic("%s: unknown mode (%d)", __func__, mode); in mode2xfer()
213 panic("%s: parameter out of range (0x%x)!", in ppb_MS_init_msq()
240 panic("%s: unknown parameter (0x%x)!", __func__, in ppb_MS_init_msq()
300 panic("%s: IEEE1284 read not supported", __func__); in ppb_MS_microseq()
/freebsd/usr.sbin/makefs/ffs/
H A Dffs_subr.c100 panic("ffs_isblock: unknown fs_fragshift %d", in ffs_isblock()
124 panic("ffs_isfreeblock: unknown fs_fragshift %d", in ffs_isfreeblock()
150 panic("ffs_clrblock: unknown fs_fragshift %d", in ffs_clrblock()
176 panic("ffs_setblock: unknown fs_fragshift %d", in ffs_setblock()
/freebsd/sys/netipsec/
H A Dkey_debug.c82 #define panic(fmt, ...) { printf(fmt, ## __VA_ARGS__); exit(-1); } macro
176 panic("%s: NULL pointer was passed.\n", __func__); in kdebug_sadb()
282 panic("%s: NULL pointer was passed.\n", __func__); in kdebug_sadb_prop()
330 panic("%s: NULL pointer was passed.\n", __func__); in kdebug_sadb_identity()
373 panic("%s: NULL pointer was passed.\n", __func__); in kdebug_sadb_supported()
397 panic("%s: NULL pointer was passed.\n", __func__); in kdebug_sadb_lifetime()
416 panic("%s: NULL pointer was passed.\n", __func__); in kdebug_sadb_sa()
434 panic("%s: NULL pointer was passed.\n", __func__); in kdebug_sadb_address()
451 panic("%s: NULL pointer was passed.\n", __func__); in kdebug_sadb_key()
479 panic("%s: NULL pointer was passed.\n", __func__); in kdebug_sadb_x_sa2()
[all …]
/freebsd/contrib/netbsd-tests/dev/sysmon/
H A Dt_swwdog.c148 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()

12345678910>>...47