Searched defs:tgt_next (Results 1 - 3 of 3) sorted by relevance

/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/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/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))

Completed in 70 milliseconds