|
NAMEdevice_printf —
formatted output conversion
SYNOPSIS#include <sys/param.h>
#include <sys/bus.h>
int
DESCRIPTIONThedevice_printf () function is a convenience interface
to the
printf(9)
function. It outputs the name of the dev device,
followed by a colon and a space, and then what
printf(9)
would print if you passed fmt and the remaining
arguments to it.
RETURN VALUESThedevice_printf () function returns the number of
characters displayed.
SEE ALSOprintf(3), printf(9)
Visit the GSP FreeBSD Man Page Interface. |