Query: ddi_report_dev
OS: opensolaris
Section: 9f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ddi_report_dev(9F) Kernel Functions for Drivers ddi_report_dev(9F)NAMEddi_report_dev - announce a deviceSYNOPSIS#include <sys/conf.h> #include <sys/ddi.h> #include <sys/sunddi.h> void ddi_report_dev(dev_info_t *dip);INTERFACE LEVELSolaris DDI specific (Solaris DDI).PARAMETERSdip a pointer the device's dev_info structure.DESCRIPTIONddi_report_dev() 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.CONTEXTddi_report_dev() can be called from user context.SEE ALSOdmesg(1M), kernel(1M) Writing Device Drivers SunOS 5.11 7 Jun 1993 ddi_report_dev(9F)
Related Man Pages |
---|
ddi_dev_is_sid(9f) - sunos |
ddi_dev_is_sid(9f) - php |
ddi_dev_is_sid(9f) - v7 |
ddi_dev_is_sid(9f) - osx |
ddi_dev_is_sid(9f) - suse |
Similar Topics in the Unix Linux Community |
---|
Where can I find Linux functions corresponding to the Solaris DDI? |