Home
last modified time | relevance | path

Searched full:dmesg (Results 1 – 25 of 76) sorted by relevance

1234

/freebsd/tests/sys/kern/
H A Dsonewconn_overflow.py87 # 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 Dlogsigexit_test.sh11 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 Ddmesg5 # 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 Dmptable.132 .Op Fl dmesg
49 .It Fl dmesg
50 Include a dmesg dump.
60 .Xr dmesg 8
H A Dmptable.c151 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 Dzfs_dmesg.ksh23 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 Ddmesg.832 .Nm dmesg
88 .Bl -tag -width ".Pa /var/run/dmesg.boot" -compact
89 .It Pa /var/run/dmesg.boot
H A DMakefile2 PROG= dmesg
3 MAN= dmesg.8
H A Ddmesg.c123 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 Dpkg-install.sh10 dmesg tail:
11 $(dmesg | tail)
/freebsd/share/man/man4/
H A Dgdb.4164 .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 D00README78 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 D700.kernelmsg46 dmesg 2>/dev/null |
47 check_diff new_only dmesg - "${host} kernel log messages:"
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dzfs-tests.yml50 sudo dmesg > $RESULTS_PATH/dmesg
/freebsd/tools/debugscripts/
H A Dgdbinit.kernel304 # 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 Dqemu-8-summary.sh57 file="vm$i/dmesg-prerun.txt"
58 test -s "$file" && showfile "$file" "$vm: dmesg kernel"
H A Dqemu-6-tests.sh97 sudo dmesg -c > dmesg-prerun.txt
/freebsd/share/man/man8/
H A Drc.8501 .It Pa /var/run/dmesg.boot
502 .Xr dmesg 8
507 .Xr dmesg 8
/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips.sp.ok18 dmesg
H A Dfreebsd-tips297 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 Dwatchdogd.8191 .Xr dmesg 8
202 .Xr dmesg 8
/freebsd/tests/sys/netinet/
H A DMakefile36 # Some of the arp tests look for log messages in the dmesg buffer, so run them
/freebsd/sys/cam/
H A DREADME.quirks186 * Output from dmesg for failed attach attempts
187 * Output from dmesg for successful attach attempts (after quirk added)
/freebsd/tools/bsdbox/
H A DMakefile.base6 CRUNCH_PROGS_sbin+= dmesg sysctl init reboot
/freebsd/usr.sbin/crunch/examples/
H A Dfixit.conf24 progs chown clri disklabel dump dmesg fsck ifconfig init

1234