Home
last modified time | relevance | path

Searched refs:DTYPE_SCSI (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Ddisklabel.h170 #define DTYPE_SCSI 4 /* SCSI */ macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dpc_slice.h230 #define DTYPE_SCSI 4 /* SCSI */ macro
H A Ddisk_io.c658 if ((drive & 0x80) && BSD_LABEL_DTYPE (buf) == DTYPE_SCSI) in next_partition()