Searched refs:sgfrunode (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/ |
H A D | piclfrutree.c | 308 static int add_picl_node(picl_nodehdl_t parh, sgfrunode_t *sgfrunode, 310 static int add_chassis_node(picl_nodehdl_t parh, sgfrunode_t *sgfrunode, 312 static int add_fru_node(picl_nodehdl_t parh, sgfrunode_t *sgfrunode, 314 static int add_location_node(picl_nodehdl_t parh, sgfrunode_t *sgfrunode, 544 add_picl_node(picl_nodehdl_t parh, sgfrunode_t *sgfrunode, in add_picl_node() argument 547 switch (sgfrunode->class) { in add_picl_node() 549 return (add_chassis_node(parh, sgfrunode, childp)); in add_picl_node() 552 return (add_fru_node(parh, sgfrunode, childp)); in add_picl_node() 555 return (add_location_node(parh, sgfrunode, childp)); in add_picl_node() 558 syslog(LOG_ERR, INVALID_PICL_CLASS, sgfrunode->class); in add_picl_node() [all …]
|