Searched refs:lun (Results 101 - 121 of 121) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dsiop.c402 acb->cmd.bytes[0] |= slp->scsipi_scsi.lun << 5; /* XXXX */
728 siop_start(struct siop_softc *sc, int target, int lun, u_char *cbuf, int clen, argument
752 acb->msgout[0] = MSG_IDENTIFY | lun;
755 acb->msgout[0] = MSG_IDENTIFY_DR | lun;
1271 * try to start another command for another target/lun
H A Dsiop2.c757 siopng_start(struct siop_softc *sc, int target, int lun, u_char *cbuf, argument
781 acb->msgout[0] = MSG_IDENTIFY | lun;
784 acb->msgout[0] = MSG_IDENTIFY_DR | lun;
1402 * try to start another command for another target/lun
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Daic79xx_inline.h511 dst->hscb->lun = src->hscb->lun; \
H A Dadvlib.h431 #define ASC_TIDLUN_TO_IX(tid, lun) (ASC_SCSI_TIX_TYPE)((tid) + ((lun)<<ASC_SCSI_ID_BITS))
H A Dosiop.c892 int lun = xs->xs_periph->periph_lun; local
931 ds->msgout[0] = MSG_IDENTIFY(lun, disconnect);
1470 * try to start another command for another target/lun
H A Daacreg.h211 #define FT_DRIVE 9 /* phys disk - addressable in scsi by bus/target/lun */
757 u_int32_t lun; member in struct:aac_srb32
H A Daha.c1260 ccb->lun = periph->periph_lun;
H A Dbha.c403 ccb->lun = periph->periph_lun;
H A Disp.c1116 * Expanded lun firmware gives you 32 luns for SCSI cards and
1122 * Because the lun is in a different position in the Request Queue
1123 * Entry structure for Fibre Channel with expanded lun firmware, we
1124 * can only support one lun (lun zero) when we don't know what kind
1392 int lun; local
1458 for (lun = 0; lun < (int) isp->isp_maxluns; lun++) {
1460 mbs.param[1] = (chan << 15) | (tgt << 8) | lun;
[all...]
H A Dispmbox.h1627 uint16_t lun; member in struct:__anon7437
1711 uint8_t in_lun; /* lun */
1729 uint8_t in_lun; /* lun */
1883 uint8_t na_lun; /* lun */
1972 uint8_t at_lun; /* lun */
1994 #define AT_PATH_INVALID 0x07 /* ATIO sent to firmware for disabled lun */
2035 uint8_t at_lun; /* lun or reserved */
2155 uint8_t ct_lun; /* lun */
2206 #define CT_INVAL 0x06 /* request for disabled lun */
2252 uint8_t ct_lun; /* lun */
[all...]
/netbsd-6-1-5-RELEASE/sbin/scsictl/
H A Dscsictl.c124 { "scan", "target lun", bus_scan },
125 { "detach", "target lun", bus_detach },
207 fprintf(stderr, " Use `any' or `all' to wildcard target or lun\n");
328 printf("%s: scsibus%d target %d lun %d %s",
330 dvaddr.addr.scsi.lun, msg);
643 * target, lun, and it's vendor/product/revision information.
676 printf("%s: scsibus%d target %d lun %d <%s, %s, %s>\n",
678 dvaddr.addr.scsi.lun, vendor, product, revision);
1139 /* Must have two args: target lun */
1156 errx(1, "invalid lun
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dumass.c892 umass_bbb_transfer(struct umass_softc *sc, int lun, void *cmd, int cmdlen, argument
979 sc->cbw.bCBWLUN = lun;
1398 umass_cbi_transfer(struct umass_softc *sc, int lun, argument
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dmly.c1180 bus = MLY_LOGDEV_BUS(mly, me->lun);
1181 target = MLY_LOGDEV_TARGET(mly, me->lun);
1221 printf(tp, me->target, me->lun);
H A Darcmsr.c383 cmd->lun = periph->periph_lun;
1430 bd->bd_lun = diskinfo->scsi_attr.lun;
H A Dmpii.c756 u_int16_t lun[4]; member in struct:mpii_msg_scsi_io
896 u_int16_t lun[4]; member in struct:mpii_msg_scsi_task_request
4575 io->lun[0] = htobe16(periph->periph_lun);
/netbsd-6-1-5-RELEASE/usr.sbin/mmcformat/
H A Dmmcformat.c840 printf("SCSI busnum = %d, target = %d, lun = %d\n",
842 saddr.addr.scsi.lun);
/netbsd-6-1-5-RELEASE/sys/dev/sbus/
H A Desp_sbus.c752 db_printf("t%d lun %d untagged %p"
754 t, (int)li->lun, li->untagged, li->busy,
/netbsd-6-1-5-RELEASE/sys/dev/iscsi/
H A Discsi_ioctl.c1224 DEB(9, ("ISCSI: io_command, SID=%d, lun=%" PRIu64 "\n", par->session_id, par->lun));
1246 par->status = send_io_command(session, par->lun, &par->req,
/netbsd-6-1-5-RELEASE/sys/arch/arc/dti/
H A Dbtl.c1305 ccb->lun = sc_link->scsipi_scsi.lun;
/netbsd-6-1-5-RELEASE/sys/arch/pmax/ibus/
H A Dsii.c239 sc->sc_cmd[target]->lun = xs->xs_periph->periph_lun;
456 scsicmd->lun;
/netbsd-6-1-5-RELEASE/sbin/iscsictl/
H A Discsic_test.c68 {"lun", 8, 8}, /* SCSI,LUN */
1005 io.lun = cl_get_longlong('l', argc, argv);

Completed in 182 milliseconds

12345