Home
last modified time | relevance | path

Searched refs:PRINT_SCSI_TARGET (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/fcinfo/
H A Dfcinfo-list.c413 if ((flags & PRINT_SCSI_TARGET) == PRINT_SCSI_TARGET) { in processHBA()
474 if ((flags & PRINT_SCSI_TARGET) == PRINT_SCSI_TARGET) { in processRemotePort()
623 processHBA_flags |= PRINT_SCSI_TARGET; in fc_util_list_remoteport()
661 if ((processHBA_flags & PRINT_SCSI_TARGET) == in fc_util_list_remoteport()
662 PRINT_SCSI_TARGET) { in fc_util_list_remoteport()
675 if ((processHBA_flags & PRINT_SCSI_TARGET) == PRINT_SCSI_TARGET) { in fc_util_list_remoteport()
H A Dfcinfo.h94 #define PRINT_SCSI_TARGET 0x00000010 /* print Scsi target information */ macro