HomeSort by relevance Sort by last modified time
    Searched defs:scsi (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/format/
menu.c 248 * Return true for menu items enabled only for embedded SCSI controllers
259 * Return false for menu items disabled only for embedded SCSI controllers
270 * Return false for menu items disabled for scsi controllers
277 return (!SCSI);
328 * Return true for menu items enabled scsi controllers
331 scsi() function
335 return (SCSI);
347 return (SCSI && expert_mode);
381 * If it's a SCSI disk then we don't support fdisk and we
  /onnv/onnv-gate/usr/src/uts/i86pc/sys/
biosdisk.h 44 } scsi; member in union:device_path
  /onnv/onnv-gate/usr/src/uts/common/sys/scsi/impl/
commands.h 37 * This file is included by <sys/scsi/generic/commands.h>
41 * Implementation dependent view of a SCSI command descriptor block
45 * Standard SCSI control blocks definitions.
47 * These go in or out over the SCSI bus.
62 union scsi_cdb { /* scsi command description block */
67 uchar_t lun :3; /* lun (byte 1) (reserved in SCSI-3) */
69 uchar_t lun :3, /* lun (byte 1) (reserved in SCSI-3) */
76 uchar_t scsi[SCSI_CDB_SIZE-2]; member in union:scsi_cdb::__anon8091::__anon8092
92 * defines for SCSI tape cdb.
274 * Various useful Macros for SCSI command
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4v/io/
vds.c 55 #include <sys/scsi/impl/uscsi.h>
98 /* Timeout for SCSI I/O */
469 boolean_t scsi; /* is vDisk backed by scsi? */ member in struct:vd
590 * access by releasing any SCSI-2 reservation or resetting the disk. If these
596 * should trigger a reset SCSI buses and hopefully clear any SCSI-2 reservation.
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
iscsi.h 38 #include <sys/scsi/scsi.h>
51 #include <sys/scsi/adapters/iscsi_if.h>
300 ISCSI_CMD_TYPE_SCSI = 1, /* scsi cmd */
446 } scsi; member in union:iscsi_cmd::__anon1
539 uchar_t lun_cap; /* bitmap of scsi caps */
699 * of iSCSI PDUs (ex. SCSI Cmd Response, SCSI Data IN with
1068 scsi_hba_tran_t *hba_tran; /* scsi tran ptr */
    [all...]

Completed in 600 milliseconds