Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h661 struct fcp_tgt *ipkt_tgt;
743 typedef struct fcp_tgt { struct
748 struct fcp_tgt *tgt_next; argument
1002 struct fcp_tgt *lun_tgt;
1211 struct fcp_tgt *tgt;
1230 struct fcp_tgt *ptgt;
1329 fcp_tgt::tgt_next))
1336 fcp_tgt::tgt_state fcp_tgt::tgt_device_created
1337 fcp_tgt::tgt_icap fcp_tgt::tgt_tcap
1338 fcp_tgt::tgt_tid fcp_tgt::tgt_pd_handle fcp_tgt::tgt_tmp_cnt
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/fcp/
H A Dfcp.c38 static struct fcp_tgt tgt;
261 if (mdb_vread(&tgt, sizeof (struct fcp_tgt), wsp->walk_addr) != in luns_walk_i()
262 sizeof (struct fcp_tgt)) { in luns_walk_i()
338 wsp->walk_data = mdb_alloc(sizeof (struct fcp_tgt), UM_SLEEP); in targets_walk_i()
353 if (mdb_vread(wsp->walk_data, sizeof (struct fcp_tgt), in targets_walk_s()
363 (uintptr_t)(((struct fcp_tgt *)wsp->walk_data)->tgt_next); in targets_walk_s()
394 mdb_free(wsp->walk_data, sizeof (struct fcp_tgt)); in targets_walk_f()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c3557 struct fcp_tgt *ptgt; in fcp_ipkt_sema_cleanup()
5374 struct fcp_tgt *ptgt; in fcp_update_state()
5398 struct fcp_tgt *ptgt; in fcp_offline_all()
5606 struct fcp_tgt *ptgt; in fcp_unsol_prli()
6150 struct fcp_tgt *ptgt; in fcp_lookup_target()
6205 struct fcp_tgt *ptgt; in fcp_icmd_callback()
6906 struct fcp_tgt *ptgt; in fcp_scsi_callback()
7242 struct fcp_tgt *ptgt; in fcp_handle_page83()
7445 struct fcp_tgt *ptgt; in fcp_handle_inquiry()
8781 struct fcp_tgt *ptgt; in fcp_complete_pkt()
[all …]