RselTarLunId 1857 dev/ic/trm.c u_int16_t RselTarLunId; RselTarLunId 1876 dev/ic/trm.c RselTarLunId = bus_space_read_2(iot, ioh, TRM_S1040_SCSI_TARGETID) & 0x1FFF; RselTarLunId 1878 dev/ic/trm.c target = RselTarLunId & 0xff; RselTarLunId 1879 dev/ic/trm.c lun = (RselTarLunId >> 8) & 0xff;