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

/osnet-11/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo.h51 * The prop structures associated with a Prom_node were formerly statically
118 typedef struct prom_node Prom_node; typedef in typeref:struct:prom_node
120 Prom_node *parent; /* points to parent node */
121 Prom_node *child; /* points to child PROM node */
122 Prom_node *sibling; /* point to next sibling */
135 Prom_node *nodes;
141 Prom_node *sys_mem; /* System memory node */
142 Prom_node *boards; /* boards node holds bif info if present */
159 char *get_node_name(Prom_node *);
160 char *get_node_type(Prom_node *);
[all...]

Completed in 16 milliseconds