| /freebsd/tests/sys/cam/ctl/ |
| H A D | ctl.subr | 29 LUN=$1 39 HEXLUN=`printf %x $LUN` 74 # Create a CTL LUN backed by a file 79 atf_check egrep -q "LUN created successfully" lun-create.txt 80 LUN=`awk '/LUN ID:/ {print $NF}' lun-create.txt` 81 if [ -z "$LUN" ]; then 82 atf_fail "Could not find LUN id" 84 find_device $LUN 87 # Create a CTL LUN backed by RAM 92 atf_check egrep -q "LUN created successfully" lun-create.txt [all …]
|
| H A D | persist.sh | 219 atf_check -s exit:1 $(atf_get_srcdir)/prout_register_huge_cdb $LUN
|
| /freebsd/sys/cam/ctl/ |
| H A D | README.ctl.txt | 38 - Full task management support (abort, LUN reset, target reset, etc.) 65 - To add a LUN with the RAM disk backend: 70 - You should now see the CTL disk LUN through camcontrol devlist: 85 LUN masking, or separate, per-port configuration. 91 - To add a LUN with the block/file backend: 100 LUN Backend Size (Blocks) BS Serial Number Device ID 114 - You can see the LUN type and backing store for block/file backend LUNs 118 LUN Backend Size (Blocks) BS Serial Number Device ID 176 -o num_threads=4 when creating a LUN with ctladm create.) 178 - Fixed some LUN selection issues in ctlstat(8) and allowed for selection [all …]
|
| /freebsd/sys/dev/mps/ |
| H A D | mps_sas.h | 158 bzero((req)->LUN, 8); \ 159 (req)->LUN[1] = lun; \
|
| /freebsd/sys/dev/mpr/ |
| H A D | mpr_sas.h | 164 bzero((req)->LUN, 8); \ 165 (req)->LUN[1] = lun; \
|
| /freebsd/sys/dev/mpi3mr/mpi/ |
| H A D | mpi30_init.h | 83 U8 LUN[8]; /* 0x18 */ member 220 U8 LUN[8]; /* 0x18 */ member
|
| /freebsd/sys/contrib/openzfs/udev/ |
| H A D | vdev_id | 457 LUN="-lun$(echo "$d" | sed -e 's/^.*://')" 490 echo "${CHAN}"-"${JBOD}"-"${SLOT}${LUN}${PART}" 498 echo "${CHAN}${SLOT}${LUN}${PART}"
|
| /freebsd/sys/dev/mpr/mpi/ |
| H A D | mpi2_init.h | 153 U8 LUN[8]; /* 0x34 */ member 307 U8 LUN[8]; /* 0x34 */ member 461 U8 LUN[8]; /* 0x0C */ member
|
| H A D | mpi2_ioc.h | 765 U8 LUN[8]; /* 0x14 */ member 1226 U8 LUN[8]; /* 0x14 */ member
|
| /freebsd/sys/dev/mpt/mpilib/ |
| H A D | mpi_init.h | 114 U8 LUN[8]; /* 0Ch */ member 296 U8 LUN[8]; /* 0Ch */ member 439 U8 LUN[8]; /* 0Ch */ member
|
| H A D | mpi_targ.h | 359 U8 LUN[8]; /* 10h */ member 406 U8 LUN[8]; /* 10h */ member 476 U8 LUN[8]; /* 10h */ member
|
| H A D | mpi_raid.h | 206 U8 LUN[8]; /* 0Ch */ member
|
| H A D | mpi_cnfg.h | 1307 U8 LUN[8]; /* 10h */ member 1329 U8 LUN[8]; /* 10h */ member 1352 U8 LUN[8]; /* 10h */ member 1371 U8 LUN[8]; /* 10h */ member 1390 U8 LUN[8]; /* 10h */ member 1409 U8 LUN[8]; /* 10h */ member
|
| H A D | mpi_ioc.h | 595 U8 LUN; /* 03h */ member 625 U8 LUN[8]; /* 18h */ member
|
| /freebsd/usr.sbin/ctld/ |
| H A D | parse.y | 61 %token LISTEN LISTEN_ISER LUN MAXPROC NAMESPACE 602 lun: LUN lun_name 795 target_lun: LUN lun_number 818 target_lun_ref: LUN STR STR
|
| H A D | token.l | 74 lun { return LUN; }
|
| /freebsd/sys/dev/mpt/ |
| H A D | mpt_debug.c | 539 printf("\tLUN: 0x%jx\n", (uintmax_t)be64dec(msg->LUN)); in mpt_print_scsi_io_request() 588 printf("\tLun 0x%jx\n", (uintmax_t)be64dec(msg->LUN)); in mpt_print_scsi_tmf_request() 602 printf("\tLun 0x%jx\n", (uintmax_t)be64dec(msg->LUN)); in mpt_print_scsi_target_assist_request() 618 printf("\tLun 0x%jx\n", (uintmax_t)be64dec(msg->LUN)); in mpt_print_scsi_target_status_send_request()
|
| H A D | mpt_cam.c | 2111 be64enc(mpt_req->LUN, CAM_EXTLUN_BYTE_SWIZZLE(ccb->ccb_h.target_lun)); in mpt_start() 3917 be64enc(tmf_req->LUN, CAM_EXTLUN_BYTE_SWIZZLE(lun)); in mpt_scsi_send_tmf() 4385 be64enc(ta->LUN, CAM_EXTLUN_BYTE_SWIZZLE(csio->ccb_h.target_lun)); in mpt_target_start_io() 4490 be64enc(ta->LUN, CAM_EXTLUN_BYTE_SWIZZLE(lun)); in mpt_scsi_tgt_local() 4678 memcpy(tp->LUN, fc->FcpLun, sizeof (tp->LUN)); in mpt_scsi_tgt_status() 4716 memcpy(tp->LUN, ssp->LogicalUnitNumber, sizeof (tp->LUN)); in mpt_scsi_tgt_status() 4721 memcpy(tp->LUN, sp->LogicalUnitNumber, sizeof (tp->LUN)); in mpt_scsi_tgt_status()
|
| /freebsd/tests/sys/fs/fusefs/ |
| H A D | ctl.sh | 56 atf_check -o ignore ctladm remove -b block -l $LUN
|
| /freebsd/sys/dev/mps/mpi/ |
| H A D | mpi2_init.h | 132 U8 LUN[8]; /* 0x34 */ member 314 U8 LUN[8]; /* 0x0C */ member
|
| H A D | mpi2_history.txt | 90 * Moved LUN field defines from mpi2_init.h. 248 * Moved LUN field defines to mpi2.h because they are
|
| H A D | mpi2_cnfg.h | 1132 U8 LUN[8]; /* 0x08 */ member 1153 U8 LUN[8]; /* 0x08 */ member
|
| /freebsd/sys/dev/pms/RefTisa/tisa/api/ |
| H A D | ostiapi.h | 329 bit8 LUN
|
| /freebsd/sys/dev/mrsas/ |
| H A D | mrsas_cam.c | 1166 io_request->LUN[1] = ccb_h->target_lun & 0xF; in mrsas_build_ldio_nonrw() 1288 io_request->LUN[1] = ccb_h->target_lun & 0xF; in mrsas_build_syspdio() 1979 tm_mpi_request->LUN[1] = 0; in mrsas_reset_targets()
|
| /freebsd/sys/dev/pms/freebsd/driver/ini/src/ |
| H A D | osapi.c | 544 bit8 LUN in ostiMapToDevHandle() argument
|