Searched defs:Prom_node (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo.h54 * The prop structures associated with a Prom_node were formerly statically
121 typedef struct prom_node Prom_node; typedef in typeref:struct:prom_node
123 Prom_node *parent; /* points to parent node */
124 Prom_node *child; /* points to child PROM node */
125 Prom_node *sibling; /* point to next sibling */
138 Prom_node *nodes;
144 Prom_node *sys_mem; /* System memory node */
145 Prom_node *boards; /* boards node holds bif info if present */
162 char *get_node_name(Prom_node *);
163 char *get_node_type(Prom_node *);
[all...]

Completed in 59 milliseconds