Searched refs:hbaNode (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/sun_sas/common/ |
H A D | devtree_hba_disco.c | 310 refresh_hba(di_node_t hbaNode, struct sun_sas_hba *hba_ptr) in refresh_hba() argument 323 if ((portNode = di_child_node(hbaNode)) == NULL) { in refresh_hba() 329 if ((di_prop_lookup_ints(DDI_DEV_T_ANY, hbaNode, in refresh_hba() 366 devtree_get_one_hba(di_node_t hbaNode) in devtree_get_one_hba() argument 377 hba_instance = di_instance(hbaNode); in devtree_get_one_hba() 384 if ((hbaDevpath = di_devfs_path(hbaNode)) == NULL) { in devtree_get_one_hba() 397 if (refresh_hba(hbaNode, hba_ptr) != in devtree_get_one_hba() 425 if ((di_prop_lookup_strings(DDI_DEV_T_ANY, hbaNode, in devtree_get_one_hba() 437 if ((di_prop_lookup_strings(DDI_DEV_T_ANY, hbaNode, in devtree_get_one_hba() 447 if ((di_prop_lookup_strings(DDI_DEV_T_ANY, hbaNode, in devtree_get_one_hba() [all …]
|