Searched refs:LUN (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-10.1-release/usr.sbin/ctld/
H A Dtoken.l65 lun { return LUN; }
H A Dparse.y62 %token INITIATOR_PORTAL LISTEN LISTEN_ISER LUN MAXPROC NUM OPENING_BRACKET
549 target_lun: LUN lun_number
/freebsd-10.1-release/sys/dev/mpr/
H A Dmpr_sas.h131 /* Peripheral device address method, LUN is 0 to 255 */
134 /* Flat space address method, LUN is <= 16383 */
138 /* Extended flat space address method, LUN is <= 16777215 */
142 /* Length = 1, i.e. LUN is 3 bytes long */
155 bzero((req)->LUN, 8); \
156 (req)->LUN[1] = lun; \
/freebsd-10.1-release/sys/dev/mps/
H A Dmps_sas.h127 /* Peripheral device address method, LUN is 0 to 255 */
130 /* Flat space address method, LUN is <= 16383 */
134 /* Extended flat space address method, LUN is <= 16777215 */
138 /* Length = 1, i.e. LUN is 3 bytes long */
164 bzero((req)->LUN, 8); \
165 (req)->LUN[1] = lun; \
/freebsd-10.1-release/sys/cam/ctl/
H A DREADME.ctl.txt39 - 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 selectio
[all...]
/freebsd-10.1-release/sys/dev/mpr/mpi/
H A Dmpi2_init.h62 * Moved LUN field defines to mpi2.h becasue they are
146 U8 LUN[8]; /* 0x34 */ member in struct:_MPI2_SCSI_IO_REQUEST
229 /* SCSI IO LUN fields: use MPI2_LUN_ from mpi2.h */
300 U8 LUN[8]; /* 0x34 */ member in struct:_MPI25_SCSI_IO_REQUEST
364 /* use MPI2_LUN_ defines from mpi2.h for the LUN field */
447 U8 LUN[8]; /* 0x0C */ member in struct:_MPI2_SCSI_TASK_MANAGE_REQUEST
H A Dmpi2_history.txt93 * Moved LUN field defines from mpi2_init.h.
306 * Moved LUN field defines to mpi2.h becasue they are
H A Dmpi2_cnfg.h1406 U8 LUN[8]; /* 0x08 */ member in struct:_MPI2_BOOT_DEVICE_SAS_WWID
1427 U8 LUN[8]; /* 0x08 */ member in struct:_MPI2_BOOT_DEVICE_DEVICE_NAME
H A Dmpi2_ioc.h693 U8 LUN[8]; /* 0x14 */ member in struct:_MPI2_EVENT_DATA_SAS_DEVICE_STATUS_CHANGE
/freebsd-10.1-release/sys/dev/mpt/mpilib/
H A Dmpi_init.h114 U8 LUN[8]; /* 0Ch */ member in struct:_MSG_SCSI_IO_REQUEST
136 /* SCSI IO LUN fields */
301 U8 LUN[8]; /* 0Ch */ member in struct:_MSG_SCSI_IO32_REQUEST
344 /* SCSI IO 32 LUN fields */
446 U8 LUN[8]; /* 0Ch */ member in struct:_MSG_SCSI_TASK_MGMT
H A Dmpi_targ.h369 U8 LUN[8]; /* 10h */ member in struct:_MSG_TARGET_ASSIST_REQUEST
417 U8 LUN[8]; /* 10h */ member in struct:_MSG_TARGET_ASSIST_EXT_REQUEST
488 U8 LUN[8]; /* 10h */ member in struct:_MSG_TARGET_STATUS_SEND_REQUEST
H A Dmpi_raid.h212 U8 LUN[8]; /* 0Ch */ member in struct:_MSG_SCSI_IO_RAID_PT_REQUEST
H A Dmpi_cnfg.h1340 U8 LUN[8]; /* 10h */ member in struct:_MPI_BOOT_DEVICE_ADAPTER_NUMBER
1362 U8 LUN[8]; /* 10h */ member in struct:_MPI_BOOT_DEVICE_PCI_ADDRESS
1385 U8 LUN[8]; /* 10h */ member in struct:_MPI_BOOT_DEVICE_SLOT_NUMBER
1404 U8 LUN[8]; /* 10h */ member in struct:_MPI_BOOT_DEVICE_FC_WWN
1423 U8 LUN[8]; /* 10h */ member in struct:_MPI_BOOT_DEVICE_SAS_WWN
1442 U8 LUN[8]; /* 10h */ member in struct:_MPI_BOOT_DEVICE_ENCLOSURE_SLOT
H A Dmpi_ioc.h602 U8 LUN; /* 03h */ member in struct:_EVENT_DATA_SCSI_DEVICE_STATUS_CHANGE
632 U8 LUN[8]; /* 18h */ member in struct:_EVENT_DATA_SAS_DEVICE_STATUS_CHANGE
/freebsd-10.1-release/sys/dev/mpt/
H A Dmpt_debug.c539 printf("\tLUN: 0x%0x\n", msg->LUN[1]);
588 printf("\tLun 0x%02x\n", msg->LUN[1]);
603 printf("\tLun 0x%02x\n", msg->LUN[1]);
619 printf("\tLun 0x%02x\n", msg->LUN[1]);
H A Dmpt_cam.c2125 /* We assume a single level LUN type */
2127 mpt_req->LUN[0] = 0x40 | ((ccb->ccb_h.target_lun >> 8) & 0x3f);
2128 mpt_req->LUN[1] = ccb->ccb_h.target_lun & 0xff;
2130 mpt_req->LUN[1] = ccb->ccb_h.target_lun;
3593 case XPT_EN_LUN: /* Enable LUN as a target */
3897 tmf_req->LUN[0] = 0x40 | ((lun >> 8) & 0x3f);
3898 tmf_req->LUN[1] = lun & 0xff;
3900 tmf_req->LUN[1] = lun;
4368 ta->LUN[0] =
4370 ta->LUN[
[all...]
/freebsd-10.1-release/sys/dev/iscsi_initiator/
H A Discsi.h87 u_int LUN[2]; // or Opcode-specific fields member in struct:bhs
350 int LUN[2]; member in struct:text_req
/freebsd-10.1-release/sys/dev/mps/mpi/
H A Dmpi2_init.h54 * Moved LUN field defines to mpi2.h becasue they are
130 U8 LUN[8]; /* 0x34 */ member in struct:_MPI2_SCSI_IO_REQUEST
213 /* SCSI IO LUN fields: use MPI2_LUN_ from mpi2.h */
314 U8 LUN[8]; /* 0x0C */ member in struct:_MPI2_SCSI_TASK_MANAGE_REQUEST
H A Dmpi2_history.txt90 * Moved LUN field defines from mpi2_init.h.
248 * Moved LUN field defines to mpi2.h becasue they are
H A Dmpi2_cnfg.h1172 U8 LUN[8]; /* 0x08 */ member in struct:_MPI2_BOOT_DEVICE_SAS_WWID
1193 U8 LUN[8]; /* 0x08 */ member in struct:_MPI2_BOOT_DEVICE_DEVICE_NAME
H A Dmpi2_ioc.h576 U8 LUN[8]; /* 0x14 */ member in struct:_MPI2_EVENT_DATA_SAS_DEVICE_STATUS_CHANGE
/freebsd-10.1-release/sys/dev/asr/
H A Dasr.c67 * - bus_ptr->LUN was not correctly zeroed when initially
269 #define MAX_LUN 255 /* Maximum LUN Supported */
298 lun2tid_t * LUN[1]; member in struct:__anon7606
372 u_int8_t ha_MaxLun; /* Maximum target LUN */
970 sizeof(*bus_ptr) + (sizeof(bus_ptr->LUN) * new_size),
987 sizeof(*bus_ptr) + (sizeof(bus_ptr->LUN) * new_size),
997 + (sizeof(bus_ptr->LUN) * (bus_ptr->size - 1)));
1014 if ((target_ptr = bus_ptr->LUN[target]) == NULL) {
1021 || ((bus_ptr->LUN[target] = target_ptr = (lun2tid_t *)malloc (
1049 bus_ptr->LUN[targe
[all...]
/freebsd-10.1-release/sys/dev/mrsas/
H A Dmrsas.h348 u_int8_t LUN[8]; /* 0x34 */ member in struct:_MPI2_RAID_SCSI_IO_REQUEST
676 u_int8_t LUN[8]; // 0x24, 8 byte LUN field used for SCSI member in struct:_MR_LD_RAID
/freebsd-10.1-release/sys/dev/arcmsr/
H A Darcmsr.h1002 u_int8_t LUN; /* 02h should be 0--7 */ member in struct:ARCMSR_CDB
5675 ** byte 32 : LUN
5692 ** byte 32 : new LUN
/freebsd-10.1-release/sys/dev/mfi/
H A Dmfireg.h1759 uint8_t LUN[8]; /* 0x34 */ member in struct:mfi_mpi2_request_raid_scsi_io

Completed in 269 milliseconds

12