freebsd-dev/lib/libsbuf/tests
Conrad Meyer 7d7db5298d device_printf: Use sbuf for more coherent prints on SMP
device_printf does multiple calls to printf allowing other console messages to
be inserted between the device name, and the rest of the message.  This change
uses sbuf to compose to two into a single buffer, and prints it all at once.

It exposes an sbuf drain function (drain-to-printf) for common use.

Update documentation to match; some unit tests included.

Submitted by:	jmg
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D16690
2019-05-07 17:47:20 +00:00
..
Makefile
Makefile.depend DIRDEPS_BUILD: Connect new directories. 2017-10-31 00:04:07 +00:00
sbuf_core_test.c device_printf: Use sbuf for more coherent prints on SMP 2019-05-07 17:47:20 +00:00
sbuf_stdio_test.c device_printf: Use sbuf for more coherent prints on SMP 2019-05-07 17:47:20 +00:00
sbuf_string_test.c Update the spelling of my name (continuation of r346571) 2019-04-22 18:05:33 +00:00
sbuf_test_common.h Update the spelling of my name (continuation of r346571) 2019-04-22 18:05:33 +00:00