| /trueos/sys/cam/ctl/ |
| HD | README.ctl.txt | 39 - Full task management support (abort, LUN reset, target reset, etc.) 70 - To add a LUN with the RAM disk backend: 75 - You should now see the CTL disk LUN through camcontrol devlist: 90 LUN masking, or separate, per-port configuration. 96 - To add a LUN with the block/file backend: 105 LUN Backend Size (Blocks) BS Serial Number Device ID 119 - You can see the LUN type and backing store for block/file backend LUNs 123 LUN Backend Size (Blocks) BS Serial Number Device ID 182 -o num_threads=4 when creating a LUN with ctladm create.) 184 - Fixed some LUN selection issues in ctlstat(8) and allowed for selection [all …]
|
| /trueos/sys/dev/mps/ |
| HD | mps_sas.h | 163 bzero((req)->LUN, 8); \ 164 (req)->LUN[1] = lun; \
|
| HD | mps_sas.c | 1355 MPS_SET_LUN(req->LUN, tm->cm_lun); in mpssas_send_reset() 1503 MPS_SET_LUN(req->LUN, cm->cm_ccb->ccb_h.target_lun); in mpssas_send_abort() 1764 if (MPS_SET_LUN(req->LUN, csio->ccb_h.target_lun) != 0) { in mpssas_action_scsiio()
|
| /trueos/sys/dev/mpr/ |
| HD | mpr_sas.h | 167 bzero((req)->LUN, 8); \ 168 (req)->LUN[1] = lun; \
|
| HD | mpr_sas.c | 1410 MPR_SET_LUN(req->LUN, tm->cm_lun); in mprsas_send_reset() 1567 MPR_SET_LUN(req->LUN, cm->cm_ccb->ccb_h.target_lun); in mprsas_send_abort() 1834 if (MPR_SET_LUN(req->LUN, csio->ccb_h.target_lun) != 0) { in mprsas_action_scsiio()
|
| /trueos/sys/dev/mpr/mpi/ |
| HD | mpi2_init.h | 148 U8 LUN[8]; /* 0x34 */ member 302 U8 LUN[8]; /* 0x34 */ member 449 U8 LUN[8]; /* 0x0C */ member
|
| HD | mpi2_history.txt | 95 * Moved LUN field defines from mpi2_init.h. 308 * Moved LUN field defines to mpi2.h becasue they are
|
| HD | mpi2_cnfg.h | 1408 U8 LUN[8]; /* 0x08 */ member 1429 U8 LUN[8]; /* 0x08 */ member
|
| /trueos/sys/dev/mpt/mpilib/ |
| HD | mpi_init.h | 114 U8 LUN[8]; /* 0Ch */ member 301 U8 LUN[8]; /* 0Ch */ member 446 U8 LUN[8]; /* 0Ch */ member
|
| HD | mpi_targ.h | 369 U8 LUN[8]; /* 10h */ member 417 U8 LUN[8]; /* 10h */ member 488 U8 LUN[8]; /* 10h */ member
|
| HD | mpi_raid.h | 212 U8 LUN[8]; /* 0Ch */ member
|
| HD | mpi_cnfg.h | 1340 U8 LUN[8]; /* 10h */ member 1362 U8 LUN[8]; /* 10h */ member 1385 U8 LUN[8]; /* 10h */ member 1404 U8 LUN[8]; /* 10h */ member 1423 U8 LUN[8]; /* 10h */ member 1442 U8 LUN[8]; /* 10h */ member
|
| HD | mpi_ioc.h | 602 U8 LUN; /* 03h */ member 632 U8 LUN[8]; /* 18h */ member
|
| /trueos/usr.sbin/ctld/ |
| HD | parse.y | 63 %token LISTEN LISTEN_ISER LUN MAXPROC OPENING_BRACKET OPTION 412 lun: LUN lun_name 754 target_lun: LUN lun_number 782 target_lun_ref: LUN STR STR
|
| HD | token.l | 66 lun { return LUN; }
|
| /trueos/sys/dev/mpt/ |
| HD | mpt_debug.c | 539 printf("\tLUN: 0x%0x\n", msg->LUN[1]); in mpt_print_scsi_io_request() 588 printf("\tLun 0x%02x\n", msg->LUN[1]); in mpt_print_scsi_tmf_request() 603 printf("\tLun 0x%02x\n", msg->LUN[1]); in mpt_print_scsi_target_assist_request() 619 printf("\tLun 0x%02x\n", msg->LUN[1]); in mpt_print_scsi_target_status_send_request()
|
| HD | mpt_cam.c | 2127 mpt_req->LUN[0] = 0x40 | ((ccb->ccb_h.target_lun >> 8) & 0x3f); in mpt_start() 2128 mpt_req->LUN[1] = ccb->ccb_h.target_lun & 0xff; in mpt_start() 2130 mpt_req->LUN[1] = ccb->ccb_h.target_lun; in mpt_start() 3897 tmf_req->LUN[0] = 0x40 | ((lun >> 8) & 0x3f); in mpt_scsi_send_tmf() 3898 tmf_req->LUN[1] = lun & 0xff; in mpt_scsi_send_tmf() 3900 tmf_req->LUN[1] = lun; in mpt_scsi_send_tmf() 4368 ta->LUN[0] = in mpt_target_start_io() 4370 ta->LUN[1] = csio->ccb_h.target_lun & 0xff; in mpt_target_start_io() 4372 ta->LUN[1] = csio->ccb_h.target_lun; in mpt_target_start_io() 4483 ta->LUN[0] = 0x40 | ((lun >> 8) & 0x3f); in mpt_scsi_tgt_local() [all …]
|
| /trueos/sys/dev/mps/mpi/ |
| HD | mpi2_init.h | 132 U8 LUN[8]; /* 0x34 */ member 316 U8 LUN[8]; /* 0x0C */ member
|
| HD | mpi2_history.txt | 92 * Moved LUN field defines from mpi2_init.h. 250 * Moved LUN field defines to mpi2.h becasue they are
|
| HD | mpi2_cnfg.h | 1174 U8 LUN[8]; /* 0x08 */ member 1195 U8 LUN[8]; /* 0x08 */ member
|
| /trueos/sys/dev/iscsi_initiator/ |
| HD | iscsi.h | 87 u_int LUN[2]; // or Opcode-specific fields member 350 int LUN[2]; member
|
| /trueos/sys/dev/asr/ |
| HD | asr.c | 298 lun2tid_t * LUN[1]; member 972 sizeof(*bus_ptr) + (sizeof(bus_ptr->LUN) * new_size), in ASR_getTidAddress() 989 sizeof(*bus_ptr) + (sizeof(bus_ptr->LUN) * new_size), in ASR_getTidAddress() 999 + (sizeof(bus_ptr->LUN) * (bus_ptr->size - 1))); in ASR_getTidAddress() 1016 if ((target_ptr = bus_ptr->LUN[target]) == NULL) { in ASR_getTidAddress() 1023 || ((bus_ptr->LUN[target] = target_ptr = (lun2tid_t *)malloc ( in ASR_getTidAddress() 1051 bus_ptr->LUN[target] = new_target_ptr; in ASR_getTidAddress()
|
| /trueos/share/misc/ |
| HD | scsi_modes | 131 0x18 "Protocol-Specific LUN Page"; 337 {Single or Multiple LUN Supported} t1
|
| /trueos/sys/cam/ |
| HD | README.quirks | 132 o NO_GETMAXLUN - Get maximum LUN is a command to identify multiple
|
| /trueos/sys/dev/arcmsr/ |
| HD | arcmsr.h | 1002 u_int8_t LUN; /* 02h should be 0--7 */ member
|