Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/itadm/
H A Ditadm.c1308 it_tpg_t *tpgp; in create_tpg() local
1343 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()
/illumos-gate/usr/src/common/iscsit/
H A Discsit_common.c1534 it_tpg_t *tpgp = tpg; in it_tpg_free_cmn() local
1539 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()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c734 topo_pgroup_t *tpgp; in tpg_walk_step() local
750 tpgp = (topo_pgroup_t *)wsp->walk_data; in tpg_walk_step()
751 wsp->walk_addr = (uintptr_t)tpgp->tpg_list.l_next; in tpg_walk_step()