Query: device_printf
OS: debian
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DEVICE_PRINTF(9) BSD Kernel Developer's Manual DEVICE_PRINTF(9)NAMEdevice_printf -- formatted output conversionSYNOPSIS#include <sys/param.h> #include <sys/bus.h> int device_printf(device_t dev, const char *fmt, ...);DESCRIPTIONThe device_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 VALUESThe device_printf() function returns the number of characters displayed.SEE ALSOprintf(3), printf(9)BSDApril 21, 2003 BSD
Related Man Pages |
---|
aprint_normal_ifnet(9) - netbsd |
vsnprintf(9) - netbsd |
aprint_debug(9) - netbsd |
aprint_naive(9) - netbsd |
bus_describe_intr(9) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
A (ksh) Library For and From UNIX.com |
New UNIX and Linux History Sections |