Home
last modified time | relevance | path

Searched refs:PICL_CLASS_PORT (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/picl/plugins/inc/
H A Dpicldefs.h106 #define PICL_CLASS_PORT "port" macro
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c1104 } else if (strcmp(class, PICL_CLASS_PORT) == 0) { in get_reference_handle()
2746 if (strcmp(class, PICL_CLASS_PORT) == 0) { in frutree_handle_unconfigure()
2815 if (strcmp(class, PICL_CLASS_PORT) == 0) { in handle_fru_unconfigure()
3532 (void) strncpy(node_name, PICL_CLASS_PORT, sizeof (node_name)); in add_node2cache()
3538 (void) strncpy(node_name, PICL_CLASS_PORT, sizeof (node_name)); in add_node2cache()
3544 (void) strncpy(node_name, PICL_CLASS_PORT, sizeof (node_name)); in add_node2cache()
4281 } else if (strcmp(class, PICL_CLASS_PORT) == 0) { in frutree_initialize_children()
4452 if (strcmp(classval, PICL_CLASS_PORT) == 0) { in post_events()
5672 } else if (strcmp(class, PICL_CLASS_PORT) == 0) { in monitor_nodes_under_fru()
H A Dpicllibdevinfo.c237 PICL_CLASS_PORT, in create_port_config_info()
/titanic_44/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c976 ADD_NODE(PICL_CLASS_PORT) in make_node()