Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/fcp/
H A Dfcp.c267 wsp->walk_addr = (uintptr_t)(tgt.tgt_lun); in luns_walk_i()
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1834 for (plun = ptgt->tgt_lun; plun != NULL; in fcp_get_target_mappings()
2958 for (plun = ptgt->tgt_lun; plun; in fcp_is_reconfig_needed()
3890 for (tplun = ptgt->tgt_lun; tplun != NULL; tplun = in fcp_port_ioctl()
4009 plun = ptgt->tgt_lun; in fcp_port_ioctl()
4992 for (pseq_lun = ptgt->tgt_lun; in fcp_handle_mapflags()
5456 for (plun = ptgt->tgt_lun; plun != NULL; in fcp_update_tgt_state()
7643 plun = ptgt->tgt_lun; in fcp_handle_reportlun()
7698 for (plun = ptgt->tgt_lun; plun; plun = plun->lun_next) { in fcp_handle_reportlun()
7921 for (plun = ptgt->tgt_lun; plun != NULL; plun = plun->lun_next) { in fcp_get_lun()
8069 for (plun = ptgt->tgt_lun; plun != NULL; plun = plun->lun_next) { in fcp_create_luns()
[all …]
/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h768 struct fcp_lun *tgt_lun; member