Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fcinfo/
H A DprintAttrs.c158 printDiscoPortInfo(HBA_PORTATTRIBUTES *discoPort, int scsiTargetType) { in printDiscoPortInfo() argument
183 if (scsiTargetType == SCSI_TARGET_TYPE_YES) { in printDiscoPortInfo()
185 } else if (scsiTargetType == SCSI_TARGET_TYPE_NO) { in printDiscoPortInfo()
H A Dfcinfo.h135 void printDiscoPortInfo(HBA_PORTATTRIBUTES *discoPort, int scsiTargetType);
H A Dfcinfo-list.c227 int scsiTargetType; in handleRemotePort() local
245 scsiTargetType = SCSI_TARGET_TYPE_YES; in handleRemotePort()
247 scsiTargetType = SCSI_TARGET_TYPE_NO; in handleRemotePort()
249 scsiTargetType = SCSI_TARGET_TYPE_UNKNOWN; in handleRemotePort()
251 printDiscoPortInfo(discPort, scsiTargetType); in handleRemotePort()