Searched refs:BAY (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_bay.c323 rv = topo_node_range_create(mod, chassis_node, BAY, 0,
359 f, BAY, topo_mod_errmsg(mod));
439 if (topo_mod_load(mod, BAY, TOPO_VERSION) == NULL) {
441 f, BAY, topo_strerror(topo_mod_errno(mod)));
445 rv = topo_mod_enumerate(mod, t_parent, BAY, BAY, min, max, inst);
448 BAY, topo_strerror(topo_mod_errno(mod)));
497 hcfmri.hc_name = BAY;
509 f, BAY, instance);
/osnet-11/usr/src/lib/fm/topo/modules/common/disk/common/
H A Ddisk.c142 if (strncmp(topo_node_name(baynode), BAY,
143 strlen(BAY)) == 0) {
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_hc.h37 #define BAY "bay" macro
126 * receptacles nodes (like ses.so creates BAY nodes) to select a method for
H A Dhc.c146 { BAY, TOPO_STABILITY_PRIVATE },
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay.c46 { BAY, FM_FMRI_SCHEME_HC, BAY_VERSION, &bay_ops };
408 f, BAY, topo_mod_errmsg(mod));
688 rv = topo_node_range_create(mod, root_tn, BAY, 0,
693 BAY, topo_mod_errmsg(mod));
737 if (cmp_str(topo_node_name(t_parent), BAY)) {
940 "initializing %s enumerator\n", BAY);
953 BAY, topo_mod_errmsg(mod));
959 "%s enumerator initialized\n", BAY);
968 "%s enumerator uninitialized\n", BAY);
H A Dbay_common.c220 FM_HC_SCHEME_VERSION, BAY, instance, NULL, auth, NULL, NULL, NULL);
229 *tnode = topo_node_bind(mod, pnode, BAY, instance, fmri);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dsun4vpi.c134 if (strncmp(topo_node_name(tnp), BAY, strlen(BAY)) == 0) {
H A Dpi_bay.c556 if (topo_mod_load(mod, BAY, TOPO_VERSION) != NULL) {
568 rv = topo_mod_enumerate(mod, *t_node, BAY, BAY,
572 "FAILED TO ENUM BAY: %s\n",
578 "FAILED TO LOAD BAY MODULE: %s.\n",
H A Dpi_subr.c491 if (strncmp(hc_name, BAY, strlen(BAY)) != 0) {
1513 if (strncmp(hc_name, BAY, strlen(BAY)) != 0) {
H A Dpi_walker.c80 {pi_enum_bay, BAY},
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c178 { SES_ET_ARRAY_DEVICE, BAY, "BAY", B_TRUE },
180 { SES_ET_DEVICE, BAY, "BAY", B_TRUE },
1336 * No sensors for the BAY node. The occupant disk has
1338 * through the log sense command. The BAY service LED is
1342 if (strcmp(topo_node_name(node), BAY) == 0)
1369 * externally managed like the BAY/disk nodes.
1722 if (strcmp(nodename, BAY) == 0) {
2672 BAY, "BA
[all...]

Completed in 57 milliseconds