1ddi_root_node(9F) Kernel Functions for Drivers ddi_root_node(9F)
2
3
4
6 ddi_root_node - get the root of the dev_info tree
7
9 #include <sys/conf.h>
10 #include <sys/ddi.h>
11 #include <sys/sunddi.h>
12
13
14
15 dev_info_t *ddi_root_node(void);
16
17
19 Solaris DDI specific (Solaris DDI).
20
22 The ddi_root_node() function returns a pointer to the root node of the
23 device information tree.
24
26 The ddi_root_node() function returns a pointer to a device information
27 structure.
28
30 The ddi_root_node() function can be called from user, interrupt, or
31 kernel context.
32
34 Writing Device Drivers
35
36
37
38SunOS 5.11 16 Jan 2006 ddi_root_node(9F)