HomeSort by: relevance | last modified time | path
    Searched refs:periph_lun (Results 1 - 25 of 74) sorted by relevancy

1 2 3

  /src/sys/dev/scsipi/
scsi_base.c 87 ((periph->periph_lun << SCSI_CMD_LUN_SHIFT) &
108 periph->periph_lun);
149 periph->periph_lun);
scsipi_ioctl.c 404 sca->addr.scsi.lun = periph->periph_lun;
425 sca->lun = periph->periph_lun;
scsiconf.c 355 periph->periph_lun = 0;
567 lun = sa->sa_periph->periph_lun;
906 periph->periph_lun = lun;
  /src/sys/dev/pci/
vioscsi.c 318 if (periph->periph_target >= 256 || periph->periph_lun >= 16384
319 || periph->periph_target < 0 || periph->periph_lun < 0) {
325 req->lun[2] = 0x40 | ((periph->periph_lun >> 8) & 0x3F);
326 req->lun[3] = periph->periph_lun & 0xFF;
329 xs, periph->periph_target, periph->periph_lun, slot));
510 xs->xs_periph->periph_target, xs->xs_periph->periph_lun));
trm.c 701 xs->xs_periph->periph_lun));
894 lun = periph->periph_lun;
972 int lun = periph->periph_lun;
1266 sc->sc_msgbuf[0] = MSG_IDENTIFY(periph->periph_lun, 0);
1281 MSG_IDENTIFY(periph->periph_lun, 0);
2297 ss->byte2 = periph->periph_lun << SCSI_CMD_LUN_SHIFT;
2319 li = ti->linfo[periph->periph_lun];
2345 li = ti->linfo[periph->periph_lun];
  /src/sys/arch/alpha/pci/
pci_bootdev.c 125 unit = periph->periph_target * 100 + periph->periph_lun;
  /src/sys/dev/usb/
umass_scsipi.c 254 (uintptr_t)sc, periph->periph_target, periph->periph_lun,
309 sc->sc_methods->wire_xfer(sc, periph->periph_lun, cmd,
331 sc->sc_methods->wire_xfer(sc, periph->periph_lun, cmd,
450 scbus->sc_sense_cmd.byte2 = periph->periph_lun <<
463 sc->sc_methods->wire_xfer(sc, periph->periph_lun,
usscanner.c 460 sense_cmd.byte2 = periph->periph_lun << SCSI_CMD_LUN_SHIFT;
717 xs->xs_periph->periph_target, xs->xs_periph->periph_lun,
  /src/sys/dev/ic/
adv.c 569 ccb->scsiq.q1.target_lun = periph->periph_lun;
572 periph->periph_lun);
679 periph->periph_lun, xs->cmd->opcode,
863 xs->xs_periph->periph_lun, xs->cmd->opcode);
916 (xs->xs_periph->periph_lun == 0) &&
aic6360.c 757 periph->periph_lun == lun)
825 if ((ti->lubusy & (1 << periph->periph_lun)) == 0) {
827 periph->periph_target, periph->periph_lun));
834 periph->periph_target, periph->periph_lun));
855 ss->byte2 = periph->periph_lun << 5;
863 ti->lubusy &= ~(1 << periph->periph_lun);
925 ti->lubusy &= ~(1 << periph->periph_lun);
1070 periph->periph_target, periph->periph_lun);
1299 MSG_IDENTIFY(sc->sc_nexus->xs->xs_periph->periph_lun, 1);
1824 ti->lubusy |= (1 << periph->periph_lun);
    [all...]
wd33c93.c 679 lun = periph->periph_lun;
743 periph->periph_lun);
752 periph->periph_lun));
781 KASSERT(sc->lun == xs->xs_periph->periph_lun);
790 xs->xs_periph->periph_target, xs->xs_periph->periph_lun,
846 int lun = acb->xs->xs_periph->periph_lun;
990 lun = xs->xs_periph->periph_lun;
1320 sc->lun = xs->xs_periph->periph_lun;
1839 MSG_IDENTIFY(acb->xs->xs_periph->periph_lun, 0);
osiop.c 543 if ((sc->sc_tinfo[i].lubusy & (1 << periph->periph_lun)) == 0) {
549 ti->lubusy |= (1 << periph->periph_lun);
646 ~(1 << periph->periph_lun);
660 ~(1 << periph->periph_lun);
886 int lun = xs->xs_periph->periph_lun;
1505 &= ~(1 << periph->periph_lun);
1515 reselun != periph->periph_lun) {
1895 acb->xs->xs_periph->periph_lun, acb->status, acb->cmdlen);
mb89352.c 739 periph->periph_lun == lun)
803 if ((ti->lubusy & (1 << periph->periph_lun)) == 0) {
805 periph->periph_target, periph->periph_lun));
812 periph->periph_target, periph->periph_lun));
871 ti->lubusy &= ~(1 << periph->periph_lun);
1057 periph->periph_target, periph->periph_lun);
1285 MSG_IDENTIFY(sc->sc_nexus->xs->xs_periph->periph_lun, 1);
1775 ti->lubusy |= (1 << periph->periph_lun);
ncr53c9x.c 674 int lun = periph->periph_lun;
1089 lun = periph->periph_lun;
1159 periph->periph_lun));
1172 int lun = periph->periph_lun;
1178 ss->byte2 = periph->periph_lun << SCSI_CMD_LUN_SHIFT;
1211 int lun = periph->periph_lun;
1292 int64_t lun = ecb->xs->xs_periph->periph_lun;
1673 lun = ecb->xs->xs_periph->periph_lun;
1982 MSG_IDENTIFY(ecb->xs->xs_periph->periph_lun, 0);
2581 periph->periph_lun,
    [all...]
icpsp.c 193 rc->rc_lun = periph->periph_lun;
  /src/sys/arch/bebox/bebox/
autoconf.c 223 sa->sa_periph->periph_lun == lun)
  /src/sys/arch/x68k/dev/
mha.c 626 periph->periph_lun == lun)
841 if (!(ti->lubusy & (1 << periph->periph_lun))) {
851 ti->lubusy |= (1<<periph->periph_lun);
852 mhaselect(sc, t, periph->periph_lun,
858 periph->periph_lun));
936 ti->lubusy &= ~(1<<periph->periph_lun);
944 ti->lubusy &= ~(1<<periph->periph_lun);
1083 periph->periph_lun);
1229 if (periph->periph_lun == lunit &&
1252 |= (1<<periph->periph_lun);
    [all...]
  /src/sys/dev/isa/
seagate.c 727 (1 << scb->xs->xs_periph->periph_lun)))
934 lun == scb->xs->xs_periph->periph_lun) {
1121 msg[0] = MSG_IDENTIFY(scb->xs->xs_periph->periph_lun, 1);
1134 1 << scb->xs->xs_periph->periph_lun;
1387 ~(1 << scb->xs->xs_periph->periph_lun);
1429 ~(1 << scb->xs->xs_periph->periph_lun);
  /src/sys/arch/acorn32/podulebus/
sbic.c 413 dev->lun = periph->periph_lun;
415 periph->periph_lun, acb);
469 if (!(dev->sc_tinfo[i].lubusy & (1 << periph->periph_lun))) {
476 ti->lubusy |= (1 << periph->periph_lun);
493 periph->periph_lun), data_pointer_debug > 1);
497 dev->lun = periph->periph_lun;
508 periph->periph_lun, acb);
544 periph->periph_target, periph->periph_lun,
567 ~(1 << periph->periph_lun);
579 &= ~(1 << periph->periph_lun);
    [all...]
  /src/sys/arch/mvme68k/dev/
sbic.c 477 dev->lun = periph->periph_lun;
541 j = 1 << periph->periph_lun;
566 periph->periph_lun);
577 dev->lun = periph->periph_lun;
615 periph->periph_target, periph->periph_lun,
643 ~(1 << periph->periph_lun);
661 ~(1 << periph->periph_lun);
1538 dev->lun = xs->xs_periph->periph_lun;
2461 acb->xs->xs_periph->periph_lun == newlun) {
  /src/sys/arch/amiga/dev/
sbic.c 456 dev->lun = periph->periph_lun;
518 if (!(dev->sc_tinfo[i].lubusy & (1 << periph->periph_lun))) {
524 ti->lubusy |= (1 << periph->periph_lun);
544 periph->periph_lun);
548 dev->lun = periph->periph_lun;
552 periph->periph_lun, &acb->cmd,
592 periph->periph_target, periph->periph_lun,
615 ~(1<<periph->periph_lun);
627 &= ~(1<<periph->periph_lun);
1612 dev->lun = xs->xs_periph->periph_lun;
    [all...]
siop2.c 367 if(!(sc->sc_tinfo[i].lubusy & (1 << periph->periph_lun))) {
374 ti->lubusy |= (1 << periph->periph_lun);
391 acb->cmd.bytes[0] |= periph->periph_lun << 5; /* XXXX */
438 ~(1<<periph->periph_lun);
453 &= ~(1<<periph->periph_lun);
1444 &= ~(1 << sc->sc_nexus->xs->xs_periph->periph_lun);
1626 acb->xs->xs_periph->periph_lun,
1832 acb->xs->xs_periph->periph_lun, acb->flags, acb->clen);
siop.c 382 if(!(sc->sc_tinfo[i].lubusy & (1 << periph->periph_lun))) {
389 ti->lubusy |= (1 << periph->periph_lun);
453 ~(1<<periph->periph_lun);
468 &= ~(1<<periph->periph_lun);
1306 &= ~(1 << sc->sc_nexus->xs->xs_periph->periph_lun);
1477 acb->xs->xs_periph->periph_lun,
1644 acb->xs->xs_periph->periph_lun, acb->flags, acb->clen);
  /src/sys/arch/vax/vax/
autoconf.c 373 sa->sa_periph->periph_lun != (rpb.unit % 100))
  /src/sys/arch/prep/prep/
autoconf.c 193 sa->sa_periph->periph_lun);

Completed in 96 milliseconds

1 2 3