Searched refs:tgt_next (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libiscsit/common/
H A Dlibiscsit.c243 for (; tgtp != NULL; tgtp = tgtp->tgt_next) {
573 cfgtgt = cfgtgt->tgt_next;
588 ptr->tgt_next = cfg->config_tgt_list;
759 ptgt = ptgt->tgt_next;
795 prev->tgt_next = ptgt->tgt_next;
798 cfg->config_tgt_list = ptgt->tgt_next;
801 ptgt->tgt_next = NULL; /* Only free this target */
812 * Frees an it_tgt_t structure. If tgt_next is not NULL, frees
1139 tgt = tgt->tgt_next;
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c210 struct tg_type *tgt_next; /* next type */ member in struct:tg_type
1438 for (tp = *list; tp != NULL; tp = tp->tgt_next) {
1444 tp->tgt_next = *list;
1474 if (node->tgn_typelist->tgt_next)
1713 dest->tgn_typelist->tgt_next != NULL) {
1798 for (tp = node->tgn_typelist; tp != NULL; tp = tp->tgt_next) {
1989 for (tp = *list; tp != NULL; tp = tp->tgt_next) {
2000 next = tp->tgt_next;
2007 prev->tgt_next = next;
2053 n->tgn_typelist->tgt_next
[all...]
/illumos-gate/usr/src/common/iscsit/
H A Discsit_common.c379 cfg_tgt = cfg_tgt->tgt_next) {
430 prev->tgt_next = tgt;
484 tgtp = tgtp->tgt_next;
1470 * Frees an it_tgt_t structure. If tgt_next is not NULL, frees
1484 next = tgtp->tgt_next;
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Discsit_common.h158 * tgt_next Next target in the list of targets. If tgt_next
185 struct it_tgt_s *tgt_next; member in struct:it_tgt_s
461 * Frees an it_tgt_t structure. If tgt_next is not NULL, frees
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h748 struct fcp_tgt *tgt_next; member in struct:fcp_tgt
1329 fcp_tgt::tgt_next))
/illumos-gate/usr/src/cmd/itadm/
H A Ditadm.c851 for (; ptr != NULL; ptr = ptr->tgt_next) {
1022 ptr = ptr->tgt_next;
1131 ptr = ptr ->tgt_next;
/illumos-gate/usr/src/cmd/mdb/common/modules/fcp/
H A Dfcp.c363 (uintptr_t)(((struct fcp_tgt *)wsp->walk_data)->tgt_next);
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1829 ptgt = ptgt->tgt_next) {
4676 ptgt = ptgt->tgt_next) {
5375 ptgt = ptgt->tgt_next) {
5399 ptgt = ptgt->tgt_next) {
5411 ptgt = ptgt->tgt_next) {
6152 ptgt = ptgt->tgt_next) {
9433 ptgt->tgt_next = pptr->port_tgt_hash_table[hash];
14115 ptgt = ptgt->tgt_next) {
14345 ptgt = ptgt->tgt_next) {
14824 struct fcp_tgt *next_tgt = ptgt->tgt_next;
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_tgt.c795 cfg_tgt = cfg_tgt->tgt_next) {

Completed in 141 milliseconds