Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c210 struct tg_type *tgt_next; /* next type */ member
1438 for (tp = *list; tp != NULL; tp = tp->tgt_next) { in typegraph_node_addtype()
1444 tp->tgt_next = *list; in typegraph_node_addtype()
1474 if (node->tgn_typelist->tgt_next) in typegraph_stats_node()
1713 dest->tgn_typelist->tgt_next != NULL) { in typegraph_pass1_node()
1989 for (tp = *list; tp != NULL; tp = tp->tgt_next) { in typegraph_pass3()
2000 next = tp->tgt_next; in typegraph_pass3()
2007 prev->tgt_next = next; in typegraph_pass3()
2053 n->tgn_typelist->tgt_next == NULL) { in typegraph_pass4_node()
2603 for (; tp != NULL; tp = tp->tgt_next) { in whattype()
[all …]
/illumos-gate/usr/src/lib/libiscsit/common/
H A Dlibiscsit.c243 for (; tgtp != NULL; tgtp = tgtp->tgt_next) { in it_config_commit()
573 cfgtgt = cfgtgt->tgt_next; in it_tgt_create()
588 ptr->tgt_next = cfg->config_tgt_list; in it_tgt_create()
759 ptgt = ptgt->tgt_next; in it_tgt_delete()
795 prev->tgt_next = ptgt->tgt_next; in it_tgt_delete()
798 cfg->config_tgt_list = ptgt->tgt_next; in it_tgt_delete()
801 ptgt->tgt_next = NULL; /* Only free this target */ in it_tgt_delete()
1139 tgt = tgt->tgt_next; in it_tpg_delete()
/illumos-gate/usr/src/common/iscsit/
H A Discsit_common.c379 cfg_tgt = cfg_tgt->tgt_next) { in it_tgt_lookup()
430 prev->tgt_next = tgt; in it_nv_to_tgtlist()
484 tgtp = tgtp->tgt_next; in it_tgtlist_to_nv()
1484 next = tgtp->tgt_next; in it_tgt_free_cmn()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h748 struct fcp_tgt *tgt_next; member
1329 fcp_tgt::tgt_next))
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Discsit_common.h185 struct it_tgt_s *tgt_next; member
/illumos-gate/usr/src/cmd/mdb/common/modules/fcp/
H A Dfcp.c363 (uintptr_t)(((struct fcp_tgt *)wsp->walk_data)->tgt_next); in targets_walk_s()
/illumos-gate/usr/src/cmd/itadm/
H A Ditadm.c851 for (; ptr != NULL; ptr = ptr->tgt_next) { in list_target()
1022 ptr = ptr->tgt_next; in delete_target()
1131 ptr = ptr ->tgt_next; in modify_target()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1833 ptgt = ptgt->tgt_next) { in fcp_get_target_mappings()
4681 ptgt = ptgt->tgt_next) { in fcp_handle_devices()
5380 ptgt = ptgt->tgt_next) { in fcp_update_state()
5404 ptgt = ptgt->tgt_next) { in fcp_offline_all()
5416 ptgt = ptgt->tgt_next) { in fcp_offline_all()
6157 ptgt = ptgt->tgt_next) { in fcp_lookup_target()
14116 ptgt = ptgt->tgt_next) { in fcp_lookup_lun()
14346 ptgt = ptgt->tgt_next) { in fcp_get_lun_from_cip()
15513 ptgt = ptgt->tgt_next) { in fcp_construct_map()
15532 ptgt = ptgt->tgt_next) { in fcp_construct_map()
[all …]
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_tgt.c795 cfg_tgt = cfg_tgt->tgt_next) { in iscsit_config_merge_tgt()