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

/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay.c72 di_node_t hba_nodes[MAX_HBAS]; variable
760 (void *)hba_nodes, gather_sas_hba);
775 if (sort_hba_nodes(mod, t_parent, hba_nodes) != 0) {
861 n = get_num_phys(hba_nodes[i]);
863 di_driver_name(hba_nodes[i]), n);
866 di_driver_name(hba_nodes[i]));
872 char *drv_nm = di_driver_name(hba_nodes[i]);
876 bp->hba_dnode = hba_nodes[i];
880 bp->hba_inst = di_instance(hba_nodes[i]);
885 bp->label = generic_label(mod, hba_nodes[
[all...]
H A Dbay_util.c99 di_node_t *hba_nodes = (di_node_t *)arg; local
110 hba_nodes[hba_node_cnt] = dnode;
136 hba_nodes[hba_node_cnt] = dnode;
H A Dbay_subr.c722 * Sort the hba_nodes[] array relative to their slot id. If the slot id is
729 sort_hba_nodes(topo_mod_t *mod, tnode_t *tnp, di_node_t *hba_nodes) argument
751 slot_id = get_slotid_from_pcilabel(mod, tnp, hba_nodes[i]);
758 ss[i].d = hba_nodes[i];
773 /* refill hba_nodes now in relative order */
775 hba_nodes[i] = ss[i].d;

Completed in 25 milliseconds