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 | 310 static int add_picl_node(picl_nodehdl_t parh, sgfrunode_t *sgfrunode, 312 static int add_chassis_node(picl_nodehdl_t parh, sgfrunode_t *sgfrunode, 314 static int add_fru_node(picl_nodehdl_t parh, sgfrunode_t *sgfrunode, 316 static int add_location_node(picl_nodehdl_t parh, sgfrunode_t *sgfrunode, 546 add_picl_node(picl_nodehdl_t parh, sgfrunode_t *sgfrunode, argument 549 switch (sgfrunode->class) { 551 return (add_chassis_node(parh, sgfrunode, childp)); 554 return (add_fru_node(parh, sgfrunode, childp)); 557 return (add_location_node(parh, sgfrunode, childp)); 560 syslog(LOG_ERR, INVALID_PICL_CLASS, sgfrunode 569 add_chassis_node(picl_nodehdl_t parh, sgfrunode_t *sgfrunode, picl_nodehdl_t *childp) argument 736 add_fru_node(picl_nodehdl_t parh, sgfrunode_t *sgfrunode, picl_nodehdl_t *childp) argument 874 add_location_node(picl_nodehdl_t parh, sgfrunode_t *sgfrunode, picl_nodehdl_t *childp) argument [all...] |
Completed in 71 milliseconds