*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: device_printf | Section: 9 | Source: FreeBSD | File: device_printf.9.gz
DEVICE_PRINTF(9) FreeBSD Kernel Developer's Manual DEVICE_PRINTF(9) NAME device_printf - formatted output conversion SYNOPSIS #include <sys/param.h> #include <sys/bus.h> int device_printf(device_t dev, const char *fmt, ...); DESCRIPTION The 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 VALUES The device_printf() function returns the number of characters displayed. SEE ALSO printf(3), printf(9) FreeBSD 14.1-RELEASE-p8 April 21, 2003 FreeBSD 14.1-RELEASE-p8

Navigation Options