opensolaris man page for ddi_root_node

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)

NAME
ddi_root_node - get the root of the dev_info tree
SYNOPSIS
#include <sys/conf.h> #include <sys/ddi.h> #include <sys/sunddi.h> dev_info_t *ddi_root_node(void);
INTERFACE LEVEL
Solaris DDI specific (Solaris DDI).
DESCRIPTION
The ddi_root_node() function returns a pointer to the root node of the device information tree.
RETURN VALUES
The ddi_root_node() function returns a pointer to a device information structure.
CONTEXT
The ddi_root_node() function can be called from user, interrupt, or kernel context.
SEE ALSO
Writing 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