Searched refs:SCSI (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Dstpaul.h52 #define SCSI "scsi" macro
H A Dstpaul.c140 } else if ((strcmp(name, SCSI) == 0) &&
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/frutree/
H A Dpiclfrutree.info98 NODE SCSI-BP fru
125 name:/frutree/chassis/SCSI-BP/HDD0
127 name:/frutree/chassis/SCSI-BP/HDD1
H A Dsystem-board.info378 name:/frutree/chassis/SCSI-BP/HDD0/disk
386 REFPROP _fru_parent name:/frutree/chassis/SCSI-BP/HDD0/disk
389 REFPROP _fru_parent name:/frutree/chassis/SCSI-BP/HDD0/disk
391 name:/frutree/chassis/SCSI-BP/HDD1/disk
399 REFPROP _fru_parent name:/frutree/chassis/SCSI-BP/HDD1/disk
402 REFPROP _fru_parent name:/frutree/chassis/SCSI-BP/HDD1/disk
/illumos-gate/usr/src/cmd/format/
H A Dmenu.c248 * Return true for menu items enabled only for embedded SCSI controllers
259 * Return false for menu items disabled only for embedded SCSI controllers
277 return (!SCSI);
335 return (SCSI);
347 return (SCSI && expert_mode);
381 * If it's a SCSI disk then we don't support fdisk and we
H A Dprompts.c131 if (SCSI) {
169 if (SCSI) {
H A Dglobal.h176 #define CF_SCSI 0x0040 /* ctlr is for SCSI disks */
177 #define CF_EMBEDDED 0x0080 /* ctlr is for embedded SCSI disks */
199 * Do not require confirmation to extract defect lists on SCSI
208 #define SCSI (cur_ctype->ctype_flags & CF_SCSI) macro
267 * Protection type by SCSI-3
H A Dmenu_command.c835 * unformatted SCSI disks. For them the defect list
1028 if (SCSI && (format_time = scsi_format_time()) > 0) {
1150 * Note, for SCSI we have to wait til now to load defect list
2334 * This command implements the inquiry command, for embedded SCSI
2335 * disks only, which issues a SCSI inquiry command, and
2344 assert(SCSI);
H A Dlabel.c190 * The SCSI READ_CAPACITY command is used here to get the capacity of the
403 * is only for SCSI disks.
405 if (SCSI && do_geometry_sanity_check() != 0) {
/illumos-gate/usr/src/cmd/sa/
H A Dsadp.c230 int Sdrvlist[SNDRIVE]; /* SCSI */
242 int SCSI; /* SCSI */ variable
290 SCSI = 0;
315 if (SCSI) /* SCSI */
325 if (SCSI)
341 if (SCSI)
357 if (SCSI)
364 if (SCSI)
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt300 * 10-02-08 02.00.06 Removed Untagged and No Disconnect values from SCSI IO
306 * Defined two new bits in the SlotStatus field of the SCSI
309 * both SCSI IO Error Reply and SCSI Task Management Reply.
313 * 05-12-10 02.00.10 Added optional vendor-unique region to SCSI IO Request.

Completed in 93 milliseconds