Query: ddi_root_node
OS: opensolaris
Section: 9f
Links: opensolaris man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ddi_root_node(9F) Kernel Functions for Drivers ddi_root_node(9F)NAMEddi_root_node - get the root of the dev_info treeSYNOPSIS#include <sys/conf.h> #include <sys/ddi.h> #include <sys/sunddi.h> dev_info_t *ddi_root_node(void);INTERFACE LEVELSolaris DDI specific (Solaris DDI).DESCRIPTIONThe ddi_root_node() function returns a pointer to the root node of the device information tree.RETURN VALUESThe ddi_root_node() function returns a pointer to a device information structure.CONTEXTThe ddi_root_node() function can be called from user, interrupt, or kernel context.SEE ALSOWriting Device Drivers SunOS 5.11 16 Jan 2006 ddi_root_node(9F)
Related Man Pages |
---|
ddi_dev_is_sid(9f) - opensolaris |
ddi_dev_is_sid(9f) - sunos |
ddi_dev_is_sid(9f) - php |
ddi_dev_is_sid(9f) - redhat |
ddi_dev_is_sid(9f) - debian |
Similar Topics in the Unix Linux Community |
---|
Getting compilation error while writing standalone for ddi_get8 |