Searched refs:isns_all_portals (Results 1 – 1 of 1) sorted by relevance
240 static avl_tree_t isns_all_portals; variable504 avl_create(&isns_all_portals, isnst_portal_avl_compare, in iscsit_isns_init()559 avl_destroy(&isns_all_portals); in iscsit_isns_fini()1900 iportal = (isns_portal_t *)avl_first(&isns_all_portals); in isnst_reg_pdu_add_entity_portals()1911 iportal = AVL_NEXT(&isns_all_portals, iportal); in isnst_reg_pdu_add_entity_portals()1948 isnst_copy_portal_list(&isns_all_portals, &null_portals); in isnst_reg_pdu_add_pg()2060 for (iportal = avl_first(&isns_all_portals); in isnst_add_default_pg()2062 iportal = AVL_NEXT(&isns_all_portals, iportal)) { in isnst_add_default_pg()3376 for (iportal = avl_first(&isns_all_portals); in isnst_handle_esi_req()3378 iportal = AVL_NEXT(&isns_all_portals, iportal)) { in isnst_handle_esi_req()[all …]