Searched refs:PRINT_SCSI_TARGET (Results 1 – 2 of 2) sorted by relevance
413 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()
94 #define PRINT_SCSI_TARGET 0x00000010 /* print Scsi target information */ macro