Searched defs:scsi (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dmenu.c270 * Return false for menu items disabled for scsi controllers
328 * Return true for menu items enabled scsi controllers
331 scsi() function
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dbiosdisk.h44 } scsi; member in union:device_path
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c180 SCSI_DEVICE_PATH *scsi; local
182 scsi = (SCSI_DEVICE_PATH *)(void *)devpath;
183 return snprintf(buf, size, "scsi(0x%02x,0x%02x)",
184 scsi->Pun, scsi->Lun);
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3.h29 #include <sys/scsi/scsi.h>
214 } scsi; /* To support tapes */ member in union:cpqary3_target::__anon5231
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dcommands.h36 * This file is included by <sys/scsi/generic/commands.h>
61 union scsi_cdb { /* scsi command description block */
75 uchar_t scsi[SCSI_CDB_SIZE-2]; member in union:scsi_cdb::__anon8974::__anon8975
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c53 #include <sys/scsi/impl/inquiry.h>
1004 * with EIO and any scsi pass thru with appropriate sense
1291 struct skd_scsi_request *scsi; local
1298 scsi = (struct skd_scsi_request *)&skspcl->msg_buf64[8];
1299 bzero(scsi, sizeof (*scsi));
1301 scsi->hdr.sg_list_dma_address = cpu_to_be64(dma_address);
1328 struct skd_scsi_request *scsi; local
1343 scsi = (struct skd_scsi_request *)&skspcl->msg_buf64[8];
1344 scsi
1481 struct skd_scsi_request *scsi = local
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.h39 #include <sys/scsi/scsi.h>
52 #include <sys/scsi/adapters/iscsi_if.h>
307 ISCSI_CMD_TYPE_SCSI = 1, /* scsi cmd */
453 } scsi; member in union:iscsi_cmd::__anon6492
546 uchar_t lun_cap; /* bitmap of scsi caps */
1107 scsi_hba_tran_t *hba_tran; /* scsi tran ptr */
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c54 #include <sys/scsi/impl/uscsi.h>
468 boolean_t scsi; /* is vDisk backed by scsi? */ member in struct:vd
3811 ASSERT(vd->scsi);
3879 ASSERT(vd->scsi);
3918 ASSERT(vd->scsi);
4404 if (vd->scsi)
5533 if (!vd->scsi) {
6213 vd->scsi = B_TRUE;

Completed in 1962 milliseconds