Query: ddi_root_node
OS: sunos
Section: 9f
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).DESCRIPTIONddi_root_node() returns a pointer to the root node of the device information tree.RETURN VALUESddi_root_node() returns a pointer to a device information structure.CONTEXTddi_root_node() can be called from user or interrupt context.SEE ALSOWriting Device Drivers SunOS 5.10 19 Nov 1992 ddi_root_node(9F)
Related Man Pages |
---|
ddi_dev_is_sid(9f) - php |
ddi_dev_is_sid(9f) - mojave |
ddi_dev_is_sid(9f) - v7 |
ddi_dev_is_sid(9f) - x11r4 |
ddi_dev_is_sid(9f) - linux |
Similar Topics in the Unix Linux Community |
---|
Getting compilation error while writing standalone for ddi_get8 |