/src/sys/arch/atari/conf/ |
HADES.in | 54 sd* at scsibus? target ? lun ? # SCSI disk drives 55 st* at scsibus? target ? lun ? # SCSI tape drives 56 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 58 ch* at scsibus? target ? lun ? # SCSI autochangers 59 ss* at scsibus? target ? lun ? # SCSI scanners 60 dse* at scsibus? target ? lun ? # SCSI ethernet (Dayna) 61 se* at scsibus? target ? lun ? # SCSI ethernet 62 uk* at scsibus? target ? lun ? # SCSI unknown
|
HADES | 111 sd* at scsibus? target ? lun ? # SCSI disk drives 112 st* at scsibus? target ? lun ? # SCSI tape drives 113 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 114 ch* at scsibus? target ? lun ? # SCSI autochangers 115 ss* at scsibus? target ? lun ? # SCSI scanners 116 dse* at scsibus? target ? lun ? # SCSI ethernet (Dayna) 117 se* at scsibus? target ? lun ? # SCSI ethernet 118 uk* at scsibus? target ? lun ? # SCSI unknown
|
ATARITT | 91 sd* at scsibus? target ? lun ? # SCSI disk drives 92 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 93 dse* at scsibus? target ? lun ? # SCSI ethernet (Dayna) 94 se* at scsibus? target ? lun ? # SCSI ethernet
|
FALCON | 95 sd* at scsibus? target ? lun ? # SCSI disk drives 96 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 97 dse* at scsibus? target ? lun ? # SCSI ethernet (Dayna) 98 se* at scsibus? target ? lun ? # SCSI ethernet
|
SMALL030 | 59 sd* at scsibus? target ? lun ? # SCSI disk drives 60 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
/src/sys/arch/next68k/stand/boot/ |
devopen.c | 63 * dev(count, lun, part)file 67 int *count, int *lun, int *part, char **file) 93 *lun = atoi(args[1]); 97 *lun = atoi(args[0]); 123 int count, lun, part; local in function:devopen 128 lun = 0; 131 if ((error = devparse(fname, &dev, &count, &lun, &part, file)) != 0) 141 if ((error = (*dp->dv_open)(f, count, lun, part)) != 0) 143 count, lun, part, error, strerror(error));
|
sd.c | 68 int sdprobe(char target, char lun); 72 sdprobe(char target, char lun) 86 error = scsiicmd(target, lun, (u_char *)&cdb1, sizeof(cdb1), NULL, &count); 100 error = scsiicmd(target, lun, (u_char *)&cdb2, sizeof(cdb2), 190 int count, lun, part; local in function:sdopen 197 lun = va_arg(ap, int); 201 DPRINTF(("open: sd(%d,%d,%d)\n", count, lun, part)); 203 if (lun >= NSD) 210 DPRINTF(("trying target %d lun %d.\n", unit, lun)); [all...] |
boot.c | 73 char count, lun, part; local in function:main 139 count = lun = part = 0; 140 if (devparse(kernel, &dev, &count, &lun, &part, &file) == 0) { 145 snprintf (p, 1024, "(%d,%d,%d)", count, lun, part); /* XXX */
|
/src/sys/arch/mac68k/mac68k/ |
autoconf.c | 157 * Map a SCSI bus, target, lun to a device number. 163 target_to_unit(u_long bus, u_long target, u_long lun) 169 if (target < 0 || target > 7 || lun < 0 || lun > 7) { 170 printf("scsi target to unit, target (%ld) or lun (%ld)" 171 " out of range.\n", target, lun); 181 target, lun); 197 target, lun);
|
/src/sys/arch/next68k/next68k/ |
autoconf.c | 137 int count, lun, part; local in function:cpu_rootconf 139 count = lun = part = 0; 141 devidentparse (rom_boot_info, &count, &lun, &part); 170 * (count, lun, part) 173 devidentparse(const char *spec, int *count, int *lun, int *part) 191 *lun = atoi(args[1]); 195 *lun = atoi(args[0]);
|
/src/sys/arch/atari/stand/tostools/aptck/ |
aptck.h | 36 #define MINOR(bus, target, lun) (lun) 37 #define MAJOR(bus, target, lun) (((bus) << 3) + (target)) 39 #define LUN(major, minor) (minor) 62 char * fname; /* full name (scsi target 0 lun 0)*/
|
/src/sys/arch/atari/stand/tostools/libtos/ |
diskio.h | 36 #define MINOR(bus, target, lun) (lun) 37 #define MAJOR(bus, target, lun) (((bus) << 3) + (target)) 39 #define LUN(major, minor) (minor) 54 char * fname; /* full name (scsi target 0 lun 0)*/
|
/src/sys/dev/ic/ |
isp_target.h | 78 #define MATCH_TMD(tmd, iid, lun, tag) \ 82 (lun == LUN_ANY || lun == tmd->cd_lun) && \
|
isp_tpublic.h | 85 * lun width capabilities of this inner layer. It's up to each 141 * Lun ENABLE/DISABLE 148 * If an error occurs in either enabling or disabling the described lun 224 * is the whole point of this API. After a LUN is (or LUNS are) 226 * channel and lun that have been enabled cause an interrupt which 250 * claim to be, and the lun on that target. 342 #define FLATLUN_TO_L0LUN(lptr, lun) \ 343 (lptr)[1] = lun & 0xff; \ 344 if (sizeof (lun) == 1) { \ 347 uint16_t nl = lun; \ [all...] |
/src/sys/arch/evbarm/conf/ |
LUBBOCK | 194 sd* at scsibus? target ? lun ? # SCSI disk drives 195 st* at scsibus? target ? lun ? # SCSI tape drives 196 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 197 ch* at scsibus? target ? lun ? # SCSI autochangers 198 ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 199 ss* at scsibus? target ? lun ? # SCSI scanners 200 uk* at scsibus? target ? lun ? # SCSI unknown
|
/src/sys/dev/scsipi/ |
scsi_base.c | 82 * Set the LUN in the CDB if we have an older device. We also 199 int lun, announce, mode, period, offset; local in function:scsi_async_event_xfer_mode 201 for (lun = 0; lun < chan->chan_nluns; lun++) { 202 periph = scsipi_lookup_periph_locked(chan, xm->xm_target, lun); 250 int lun, announce, mode; local in function:scsi_fc_sas_async_event_xfer_mode 252 for (lun = 0; lun < chan->chan_nluns; lun++) [all...] |
/src/sys/arch/hp300/include/ |
bootinfo.h | 57 int lun; member in struct:btinfo_bootpath
|
/src/sys/dev/pci/ |
vioscsireg.h | 55 uint8_t lun[8]; member in struct:virtio_scsi_req_hdr
|
/src/sys/arch/luna68k/stand/boot/ |
sc.c | 188 scident(uint ctlr, uint target, uint lun, struct scsi_inquiry *inqout, 207 while ((i = scsi_test_unit_rdy(ctlr, target, lun)) != 0) { 214 scsi_request_sense(ctlr, target, lun, sensebuf, 8); 221 if (scsi_immed_command(ctlr, target, lun, &inq, (uint8_t *)&inqbuf, 223 scsi_immed_command(ctlr, target, lun, &cap, (uint8_t *)&capbuf, 252 scprobe(struct scsi_softc *hs, uint target, uint lun) 259 if (!scident(hs->sc_ctlr, target, lun, &inqbuf, capbuf)) 485 scsi_test_unit_rdy(int ctlr, int target, int lun) 492 printf("scsi_test_unit_rdy( %d, %d, %d): Start\n", ctlr, target, lun); 495 cdb.lun = lun [all...] |
/src/sys/arch/mipsco/conf/ |
RC3230 | 114 sd* at scsibus? target ? lun ? # SCSI disks 115 st* at scsibus? target ? lun ? # SCSI tapes 116 cd* at scsibus? target ? lun ? # SCSI CD-ROMs 117 ch* at scsibus? target ? lun ? # SCSI changer devices
|
/src/sys/arch/mvme68k/stand/sboot/ |
start.s | 49 clrl %d0 | dev lun 50 clrl %d1 | ctrl lun
|
/src/sys/arch/sgimips/stand/common/ |
iris_scsicmd.h | 79 uint8_t lun: 3, /* logical unit on ctlr */ member in struct:scsi_cdb6 89 uint8_t lun: 3, /* logical unit on ctlr */ member in struct:scsi_cdb10
|
/src/sys/arch/x68k/include/ |
bootinfo.h | 60 * target LUN -> partition (3bit; bit 4:6) 75 #define X68K_MAKESCSIBOOTDEV(major, type_if, unit_if, scsi_id, lun, part) \ 76 MAKEBOOTDEV(major, type_if, unit_if, scsi_id, ((lun) << 4) | (part))
|
/src/sys/sys/ |
ipmi.h | 86 unsigned char lun; member in struct:ipmi_system_interface_addr 93 unsigned char lun; member in struct:ipmi_ipmb_addr
|
/src/sys/arch/sparc64/include/ |
bootinfo.h | 138 uint32_t lun; /* scsi address details */ member in struct:btinfo_bootdev_unit
|