Kernel Functions for Drivers ddireportdev(9F)
NAME
ddireportdev - announce a device
SYNOPSIS
#include
#include
#include
void ddireportdev(devinfot *dip);
INTERFACE LEVEL
Solaris DI specific (Solaris DI).
PARAMETERS
dip a pointer the device's devinfo structure.
DESCRIPTION
ddireportdev() prints a banner at boot time, announcing
the device pointed to by dip. The banner is always placed in
the system logfile (displayed by dmesg(1M)), but is only
displayed on the console if the system was booted with the
verbose (-v) argument.
CONTEXT
ddireportdev() can be called from user context.
SEE ALSO
dmesg(1M), kernel(1M)
Writing Device Drivers
SunOS 5.11 Last change: 7 Jun 1993 1
|