/freebsd/tools/test/stress2/misc/ |
H A D | all.exclude | 5 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 …]
|
H A D | truss3.sh | 7 # panic: pgrp 2191 0xfffff8000585c900 pg_jobc 1 cnt 2 13 # panic() at panic+0x43/frame 0xfffffe0101b379a0 21 # KDB: enter: panic
|
H A D | mount.sh | 30 # panic: vm_fault: fault on nofault entry, addr: deadc000 32 # KDB: enter: panic 38 # panic(c0938fa0,deadc000,e6b44834,c06c650e,c0a57d20,...) at panic+0x14b 77 ls -lR $mntpoint > /dev/null # panic
|
/freebsd/share/man/man9/ |
H A D | panic.9 | 1 .\" $NetBSD: panic.9,v 1.2 1996/10/09 17:20:04 explorer Exp $ 42 .Nm panic 49 .Fn panic "const char *fmt" ... 55 .Fn panic 70 .Fn panic 76 This synchronizes with other threads to prevent concurrent panic conditions 94 .Fn panic 102 .Fn panic . 106 .Fn panic 114 in a panic context. [all …]
|
H A D | KASSERT.9 | 53 .Xr panic 9 67 .Xr panic 9 77 The formatted string will become the panic string. 102 The panic messages resulting from assertion failures should be useful without 124 panic; see 156 located on line 87 of a file named foo.c would generate the following panic 159 panic: Assertion td == curthread failed at foo.c:87 196 .Xr panic 9
|
H A D | kern_reboot.9 | 106 If rebooting after a panic 139 It may also be called as the final step of a kernel panic, or from the kernel 145 .Xr panic 9 218 itself, may be run in either normal shutdown context or a kernel panic or 230 It will not return when called from a panic or debugger context, or during 272 flag to detect that a panic or other unusual condition has occurred, and 282 /* Some code that is not panic-safe. */ 292 .Xr panic 9 ,
|
/freebsd/share/man/man8/ |
H A D | crash.8 | 45 .It "panic: why i gave up the ghost" 59 of these fails, then it will panic with a very short message indicating 63 A full understanding of most panic messages requires perusal of the 75 This panic message results from a failure to mount the root file system 88 This is not a panic message, as reboots are likely to be futile. 104 These panic messages are among those that may be produced 112 This really should not be a panic, but until the data structure 149 .\" Note that if we panic in an interrupt routine, 150 .\" this process may not be related to the panic. 180 That completes the list of panic types you are likely to see. [all …]
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | debug.h | 36 * PANIC() - Panic the node and print message. 37 * ASSERT() - Assert X is true, if not panic. 38 * ASSERT3B() - Assert boolean X OP Y is true, if not panic. 39 * ASSERT3S() - Assert signed X OP Y is true, if not panic. 40 * ASSERT3U() - Assert unsigned X OP Y is true, if not panic. 41 * ASSERT3P() - Assert pointer X OP Y is true, if not panic. 42 * ASSERT0() - Assert value is zero, if not panic. 43 * ASSERT0P() - Assert pointer is null, if not panic. 44 * VERIFY() - Verify X is true, if not panic. 45 * VERIFY3B() - Verify boolean X OP Y is true, if not panic. [all …]
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | debug.h | 36 * PANIC() - Panic the node and print message. 37 * ASSERT() - Assert X is true, if not panic. 38 * ASSERT3B() - Assert boolean X OP Y is true, if not panic. 39 * ASSERT3S() - Assert signed X OP Y is true, if not panic. 40 * ASSERT3U() - Assert unsigned X OP Y is true, if not panic. 41 * ASSERT3P() - Assert pointer X OP Y is true, if not panic. 42 * ASSERT0() - Assert value is zero, if not panic. 43 * ASSERT0P() - Assert pointer is null, if not panic. 44 * VERIFY() - Verify X is true, if not panic. 45 * VERIFY3B() - Verify boolean X OP Y is true, if not panic. [all …]
|
/freebsd/sys/dev/bhnd/cores/pmu/ |
H A D | bhnd_pmu_if.m | 54 panic("bhnd_pmu_read_chipctrl unimplemented"); 61 panic("bhnd_pmu_write_chipctrl unimplemented"); 67 panic("bhnd_pmu_read_regctrl unimplemented"); 74 panic("bhnd_pmu_write_regctrl unimplemented"); 80 panic("bhnd_pmu_read_pllctrl unimplemented"); 87 panic("bhnd_pmu_write_pllctrl unimplemented"); 94 panic("bhnd_pmu_request_spuravoid unimplemented"); 101 panic("bhnd_pmu_set_voltage_raw unimplemented"); 108 panic("bhnd_pmu_enable_regulator unimplemented"); 115 panic("bhnd_pmu_disable_regulator unimplemented"); [all …]
|
/freebsd/sbin/restore/ |
H A D | symtab.c | 98 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/share/man/man4/ |
H A D | textdump.4 | 89 .It Pa panic.txt 90 Kernel panic string, if the kernel panicked before the dump was generated. 110 By default, kernel dumps generated on panic or via explicit requests for a 156 .Va kdb.enter.panic 157 will run when the kernel debugger is entered as a result of a panic, enable 159 invoke panic in order to force a kernel dump to be written out followed by a 162 script kdb.enter.panic=textdump set; capture on; show allpcpu; bt;
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_if.m | 59 panic("bhndb_get_chipid unimplemented"); 66 panic("bhndb_populate_board_info unimplemented"); 73 panic("bhndb_is_core_disabled unimplemented"); 80 panic("bhndb_get_hostb_core unimplemented"); 87 panic("bhndb_suspend_resource unimplemented"); 94 panic("bhndb_resume_resource unimplemented"); 100 panic("bhndb_route_interrupts unimplemented"); 107 panic("bhndb_set_window_addr unimplemented"); 114 panic("bhndb_map_intr_isrc unimplemented");
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-err.c | 31 * It is often useful to actually have the panic crash the node so you 38 MODULE_PARM_DESC(spl_panic_halt, "Cause kernel panic on assertion failures"); 66 printk(KERN_EMERG "PANIC at %s:%d:%s()\n", newfile, line, func); in spl_panic() 68 panic("%s", msg); in spl_panic() 101 printk(KERN_EMERG "PANIC: %s\n", msg); in vcmn_err() 103 panic("%s", msg); in vcmn_err()
|
/freebsd/tools/regression/kthread/kld/ |
H A D | kthrdlk.c | 69 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/sys/arm64/arm64/ |
H A D | trap.c | 218 panic("Misaligned access from kernel space!"); in align_abort() 249 panic("Unhandled external data abort"); in external_abort() 348 panic("data abort with spinlock held (spinlock count %d != 0)", in data_abort() 358 panic("data abort in critical section or under mutex"); in data_abort() 409 panic("vm_fault failed: 0x%lx error %d", in data_abort() 534 panic("VFP exception in the kernel"); in do_el1h_sync() 547 panic("Unhandled EL1 %s abort: 0x%x", in do_el1h_sync() 562 panic("No debugger in kernel."); in do_el1h_sync() 571 panic("No debugger in kernel."); in do_el1h_sync() 578 panic("FPAC kernel exception"); in do_el1h_sync() [all …]
|
/freebsd/sys/crypto/blake2/ |
H A D | blake2-sw.c | 40 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/cddl/compat/opensolaris/kern/ |
H A D | opensolaris_cmn_err.c | 47 prefix = "Solaris(panic): "; in vcmn_err() 52 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/ntp/html/ |
H A D | clock.html | 17 <li class="inline"><a href="#panic">Panic Threshold</a></li> 26 …he initial time and frequency are determined using three thresholds: <em>panic</em>, <em>step</em… 27 <h4 id="panic">Panic Threshold</h4> 28 …panic threshold, the daemon <tt></tt> assumes something must be terribly wrong, so exits with a me…
|
/freebsd/sys/kern/ |
H A D | kern_shutdown.c | 110 "Seconds to wait before rebooting after a panic"); 124 "Run debugger on kernel panic"); 129 "Run debugger on recursive kernel panic"); 134 "Run debugger on kernel trap before panic"); 145 &trace_on_panic, 0, "Print stack trace on kernel panic"); 152 &sync_on_panic, 0, "Do a sync before rebooting from a panic"); 156 &poweroff_on_panic, 0, "Do a power off instead of a reboot on a panic"); 160 &powercycle_on_panic, 0, "Do a power cycle instead of a reboot on a panic"); 219 * Variable panicstr contains argument to first call to panic; used as flag 220 * to indicate that the kernel has already called panic. [all …]
|
/freebsd/contrib/netbsd-tests/dev/sysmon/ |
H A D | t_swwdog.c | 59 * Since we are testing for swwdog's ability to reboot/panic, we need 148 ATF_TC(panic); 149 ATF_TC_HEAD(panic, tc) in ATF_TC_HEAD() argument 152 atf_tc_set_md_var(tc, "descr", "check swwdog panic capability"); in ATF_TC_HEAD() 155 ATF_TC_BODY(panic, tc) in ATF_TC_BODY() argument 188 ATF_TP_ADD_TC(tp, panic); in ATF_TP_ADD_TCS()
|
/freebsd/sys/dev/sound/pcm/ |
H A D | sound.h | 272 panic("%s(%d): [PCM WAIT] Mutex not owned!", \ 285 panic("%s(%d): [PCM ACQUIRE] Mutex not owned!", \ 288 panic("%s(%d): [PCM ACQUIRE] " \ 295 panic("%s(%d): [PCM RELEASE] Mutex not owned!", \ 301 panic("%s(%d): [PCM RELEASE] Releasing non-BUSY cv!", \ 308 panic("%s(%d): [PCM ACQUIRE QUICK] Mutex owned!", \ 318 panic("%s(%d): [PCM RELEASE QUICK] Mutex owned!", \ 327 panic("%s(%d): [PCM BUSYASSERT] " \ 334 panic("%s(%d): [GIANT ENTER] PCM lock owned!", \ 348 panic("%s(%d): [GIANT EXIT] PCM lock owned!", \ [all …]
|
/freebsd/sys/libkern/arm/ |
H A D | aeabi_unwind.c | 34 #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/opencrypto/ |
H A D | xform_poly1305.c | 30 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/dev/bhnd/ |
H A D | bhnd_bus_if.m | 67 panic("bhnd_bus_get_chipid unimplemented"); 73 panic("bhnd_bus_read_ioctl unimplemented"); 81 panic("bhnd_bus_write_ioctl unimplemented"); 88 panic("bhnd_bus_read_iost unimplemented"); 94 panic("bhnd_bus_is_hw_suspended unimplemented"); 101 panic("bhnd_bus_reset_hw unimplemented"); 108 panic("bhnd_bus_suspend_hw unimplemented"); 114 panic("bhnd_bus_get_attach_type unimplemented"); 121 panic("bhnd_bus_read_boardinfo unimplemented"); 132 panic("bhnd_bus_alloc_pmu unimplemented"); [all …]
|