Searched refs:tpgp (Results 1 – 3 of 3) sorted by relevance
1534 it_tpg_t *tpgp = tpg; in it_tpg_free_cmn() local1539 while (tpgp) { in it_tpg_free_cmn()1540 next = tpgp->tpg_next; in it_tpg_free_cmn()1542 portalp = tpgp->tpg_portal_list; in it_tpg_free_cmn()1550 iscsit_free(tpgp, sizeof (it_tpg_t)); in it_tpg_free_cmn()1552 tpgp = next; in it_tpg_free_cmn()
1308 it_tpg_t *tpgp; in create_tpg() local1343 tpgp = cfg->config_tpg_list; in create_tpg()1344 while (tpgp != NULL) { in create_tpg()1345 if (strcmp(tpgp->tpg_name, tpg) == 0) { in create_tpg()1353 tpgp = tpgp->tpg_next; in create_tpg()1374 ret = it_tpg_create(cfg, &tpgp, tpg, addrs[count]); in create_tpg()1397 ret = it_portal_create(cfg, tpgp, &ptl, addrs[count]); in create_tpg()
733 topo_pgroup_t *tpgp; in tpg_walk_step() local749 tpgp = (topo_pgroup_t *)wsp->walk_data; in tpg_walk_step()750 wsp->walk_addr = (uintptr_t)tpgp->tpg_list.l_next; in tpg_walk_step()