Searched refs:hba_node_cnt (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_util.c47 extern int hba_node_cnt;
110 hba_nodes[hba_node_cnt] = dnode;
111 hba_node_cnt++;
136 hba_nodes[hba_node_cnt] = dnode;
137 hba_node_cnt++;
142 if (hba_node_cnt == MAX_HBAS) {
H A Dbay_subr.c47 extern int hba_node_cnt;
741 topo_mod_dprintf(mod, "sort_hba_nodes: hba_node_cnt = %d\n",
742 hba_node_cnt);
745 for (i = 0; i < hba_node_cnt; i++) {
763 for (j = 0; j < hba_node_cnt; j++) {
764 for (i = 0; i < (hba_node_cnt - 1); i++) {
774 for (i = 0; i < hba_node_cnt; i++) {
H A Dbay.c73 int hba_node_cnt; variable
758 hba_node_cnt = 0;
766 if (hba_node_cnt == MAX_HBAS) {
769 if (hba_node_cnt == 0) {
859 for (i = 0; i < hba_node_cnt; i++) {
895 for (i = 0; i < hba_node_cnt; i++) {

Completed in 31 milliseconds