/freebsd/tests/sys/kern/ |
H A D | sonewconn_overflow.py | 87 # Clear the dmesg buffer to prevent rotating causes issues 88 os.system('/sbin/dmesg -c > /dev/null') 89 # Figure out how big the dmesg buffer is. 90 self.dmesgOff = len(check_output("/sbin/dmesg")) 95 dmesg = check_output("/sbin/dmesg") 96 newOff = len(dmesg) 98 dmesg = dmesg[self.dmesgOff:] 99 for line in dmesg.splitlines():
|
H A D | logsigexit_test.sh | 11 if ! dmesg >/dev/null 2>&1; then 12 atf_skip "No dmesg(8) access" 29 atf_check -o save:dmesg.out dmesg 30 atf_check grep -Eq "$enpid.+exited on signal" dmesg.out 31 atf_check -s not-exit:0 grep -Eq "$dispid.+exited on signal" dmesg.out
|
/freebsd/libexec/rc/rc.d/ |
H A D | dmesg | 5 # PROVIDE: dmesg 12 name="dmesg" 15 dmesg_file="/var/run/dmesg.boot" 22 ( umask 022 ; /sbin/dmesg $rc_flags > ${dmesg_file} )
|
/freebsd/usr.sbin/mptable/ |
H A D | mptable.1 | 32 .Op Fl dmesg 49 .It Fl dmesg 50 Include a dmesg dump. 60 .Xr dmesg 8
|
H A D | mptable.c | 151 static int dmesg; variable 158 fprintf( stderr, "usage: mptable [-dmesg] [-verbose] [-grope] [-help]\n" ); in usage() 184 dmesg = 1; in main() 241 /* do a dmesg output */ in main() 242 if ( dmesg ) in main() 904 * do a dmesg output 911 printf( "dmesg output:\n\n" ); in doDmesg() 913 system( "dmesg" ); in doDmesg()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/callbacks/ |
H A D | zfs_dmesg.ksh | 23 echo " Tailing last $lines lines of dmesg log" 27 sudo dmesg -c | tail -n $lines 30 echo " End of dmesg log"
|
/freebsd/sbin/dmesg/ |
H A D | dmesg.8 | 32 .Nm dmesg 88 .Bl -tag -width ".Pa /var/run/dmesg.boot" -compact 89 .It Pa /var/run/dmesg.boot
|
H A D | Makefile | 2 PROG= dmesg 3 MAN= dmesg.8
|
H A D | dmesg.c | 123 kd = kvm_open(nlistf, memf, NULL, O_RDONLY, "dmesg"); in main() 199 fprintf(stderr, "usage: dmesg [-ac] [-M core [-N system]]\n"); in usage()
|
/freebsd/.cirrus-ci/ |
H A D | pkg-install.sh | 10 dmesg tail: 11 $(dmesg | tail)
|
/freebsd/share/man/man4/ |
H A D | gdb.4 | 164 .Xr dmesg 8 512 .It Ic dmesg 515 .Xr dmesg 8 527 dmesg -M /var/crash/vmcore.0 -N kernel.debug 528 dmesg -M /dev/fwmem0.0 -N kernel.debug 574 .Xr dmesg 8 ,
|
/freebsd/sys/dev/firewire/ |
H A D | 00README | 78 dmesg and gdb those are statically linked. 84 (guess using bus_mgm -t or dmesg) 90 # dmesg -M /dev/fwmem0 -N /sys/i386/compile/GENERIC/kernel
|
/freebsd/usr.sbin/periodic/etc/security/ |
H A D | 700.kernelmsg | 46 dmesg 2>/dev/null | 47 check_diff new_only dmesg - "${host} kernel log messages:"
|
/freebsd/sys/contrib/openzfs/.github/workflows/ |
H A D | zfs-tests.yml | 50 sudo dmesg > $RESULTS_PATH/dmesg
|
/freebsd/tools/debugscripts/ |
H A D | gdbinit.kernel | 304 # dmesg: print msgbuf. Can take forever. 305 define dmesg 308 document dmesg 309 Print the system message buffer (dmesg) This can take a long time due to the time it takes to trans…
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-8-summary.sh | 57 file="vm$i/dmesg-prerun.txt" 58 test -s "$file" && showfile "$file" "$vm: dmesg kernel"
|
H A D | qemu-6-tests.sh | 97 sudo dmesg -c > dmesg-prerun.txt
|
/freebsd/share/man/man8/ |
H A D | rc.8 | 501 .It Pa /var/run/dmesg.boot 502 .Xr dmesg 8 507 .Xr dmesg 8
|
/freebsd/usr.bin/fortune/datfiles/ |
H A D | freebsd-tips.sp.ok | 18 dmesg
|
H A D | freebsd-tips | 297 To see the output from when your computer started, run dmesg(8). If it has 298 been replaced with other messages, look at /var/run/dmesg.boot. 508 running dmesg(8) after inserting it. Then create an MBR schema, a single slice and 555 You can upload the dmesg of your system to help developers get an overview of commonly 559 --data-urlencode 'dmesg@/var/run/dmesg.boot' http://dmesgd.nycbug.org/index.cgi
|
/freebsd/usr.sbin/watchdogd/ |
H A D | watchdogd.8 | 191 .Xr dmesg 8 202 .Xr dmesg 8
|
/freebsd/tests/sys/netinet/ |
H A D | Makefile | 36 # Some of the arp tests look for log messages in the dmesg buffer, so run them
|
/freebsd/sys/cam/ |
H A D | README.quirks | 186 * Output from dmesg for failed attach attempts 187 * Output from dmesg for successful attach attempts (after quirk added)
|
/freebsd/tools/bsdbox/ |
H A D | Makefile.base | 6 CRUNCH_PROGS_sbin+= dmesg sysctl init reboot
|
/freebsd/usr.sbin/crunch/examples/ |
H A D | fixit.conf | 24 progs chown clri disklabel dump dmesg fsck ifconfig init
|