Home
last modified time | relevance | path

Searched refs:null_portals (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_isns.c1925 avl_tree_t null_portals; in isnst_reg_pdu_add_pg() local
1946 avl_create(&null_portals, isnst_portal_avl_compare, in isnst_reg_pdu_add_pg()
1948 isnst_copy_portal_list(&isns_all_portals, &null_portals); in isnst_reg_pdu_add_pg()
1957 &null_portals) != 0) { in isnst_reg_pdu_add_pg()
1964 &null_portals) != 0) { in isnst_reg_pdu_add_pg()
1973 isnst_add_null_pg(pdu, pdu_size, &null_portals) != 0) { in isnst_reg_pdu_add_pg()
1976 isnst_clear_portal_list(&null_portals); in isnst_reg_pdu_add_pg()
1977 avl_destroy(&null_portals); in isnst_reg_pdu_add_pg()