Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_subr.c204 if ((strlen(hcfmri->hc_name) == strlen(CHASSIS)) && in x86pi_set_auth()
205 strncmp(hcfmri->hc_name, CHASSIS, strlen(CHASSIS)) == 0) { in x86pi_set_auth()
/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_hc.h43 #define CHASSIS "chassis" macro
H A Dhc.c148 { CHASSIS, TOPO_STABILITY_PRIVATE },
/titanic_44/usr/src/lib/fm/topo/modules/common/ipmi/
H A Dipmi_enum.c330 if (strcmp(topo_node_name(pnode), CHASSIS) == 0 || in ipmi_check_entity()
414 if (strcmp(topo_node_name(rnode), CHASSIS) != 0) { in ipmi_enum()