HomeSort by relevance Sort by last modified time
    Searched refs:CHASSIS (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/lib/fm/topo/libtopo/common/
topo_hc.h 43 #define CHASSIS "chassis"
hc.c 147 { CHASSIS, TOPO_STABILITY_PRIVATE },
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
x86pi_subr.c 193 /* Determnine if this is a chassis node and set it's instance */
194 if ((strlen(hcfmri->hc_name) == strlen(CHASSIS)) &&
195 strncmp(hcfmri->hc_name, CHASSIS, strlen(CHASSIS)) == 0) {
274 /* chassis-id */
276 /* either not a chassis node, or chassis #0 */
280 /* chassis 'n' in a >1 chassis system */
289 * No chassis information in the paren
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/ipmi/
ipmi_enum.c 315 * If we are a child of a non-chassis node, and there isn't an explicit
322 if (strcmp(topo_node_name(pnode), CHASSIS) == 0 ||
403 * If the node being passed in ISN'T the chassis node, then we're being
406 if (strcmp(topo_node_name(rnode), CHASSIS) != 0) {

Completed in 120 milliseconds