Searched refs:portNode (Results 1 – 1 of 1) sorted by relevance
94 add_hba_port_info(di_node_t portNode, struct sun_sas_hba *hba_ptr, int protocol) in add_hba_port_info() argument126 if ((portDevpath = di_devfs_path(portNode)) == NULL) { in add_hba_port_info()154 state = di_state(portNode); in add_hba_port_info()285 if (devtree_attached_devices(portNode, port_ptr) != HBA_STATUS_OK) { in add_hba_port_info()313 di_node_t portNode; in refresh_hba() local323 if ((portNode = di_child_node(hbaNode)) == NULL) { in refresh_hba()337 while (portNode != DI_NODE_NIL) { in refresh_hba()338 if (di_prop_lookup_ints(DDI_DEV_T_ANY, portNode, in refresh_hba()342 portNode = di_sibling_node(portNode); in refresh_hba()346 if (add_hba_port_info(portNode, hba_ptr, protocol) in refresh_hba()[all …]