Searched refs:tpgt_next (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libiscsit/common/
H A Dlibiscsit.c887 cfgt = cfgt->tpgt_next;
922 ptr->tpgt_next = tgt->tgt_tpgt_list;
963 ptr = ptr->tpgt_next;
971 prev->tpgt_next = ptr->tpgt_next;
973 tgt->tgt_tpgt_list = ptr->tpgt_next;
975 ptr->tpgt_next = NULL;
1127 ntpgt = tpgt->tpgt_next;
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Discsit_common.h136 * tpgt_next Next target portal group tag in th list of target portal
137 * group tags. If tpgt_next is NUL, then this is the last
145 struct it_tpgt_s *tpgt_next; member in struct:it_tpgt_s
/illumos-gate/usr/src/common/iscsit/
H A Discsit_common.c713 ptr = ptr->tpgt_next;
767 prev->tpgt_next = tpgt;
1517 next = tpgtp->tpgt_next;
/illumos-gate/usr/src/cmd/itadm/
H A Ditadm.c959 for (; tagp != NULL; tagp = tagp->tpgt_next) {
1205 tpgt = ptr->tpgt_next;
1208 tpgt = tpgt->tpgt_next;
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_tgt.c1318 cfg_tpgt = cfg_tpgt->tpgt_next) {

Completed in 73 milliseconds