Searched defs:Dev (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/cpqary3/ |
H A D | cpqary3_ciss.h | 136 uint8_t Dev; member in struct:_SCSI3Addr_t::__anon5234 146 uint8_t Dev:5; member in struct:_SCSI3Addr_t::__anon5236
|
/illumos-gate/usr/src/uts/common/sys/mpt/ |
H A D | mpi.h | 222 uint8_t Dev; member in struct:mpi_version_struct
|
H A D | mpi_ioc.h | 97 uint8_t Dev; member in struct:mpi_fw_version_struct
|
/illumos-gate/usr/src/cmd/fdisk/ |
H A D | fdisk.c | 325 static int Dev; /* fd for open device */ variable 917 if ((Dev = open(Dfltdev, openmode, 0666)) == -1) { 927 if (ioctl(Dev, DKIOCGMEDIAINFO, &minfo)) { 935 if (ioctl(Dev, DKIOCG_VIRTGEOM, &disk_geom)) { 969 if (ioctl(Dev, DKIOCG_PHYGEOM, &disk_geom)) { 986 if (ioctl(Dev, DKIOCGGEOM, &disk_geom)) { 1055 if (ioctl(Dev, DKIOCGGEOM, &disk_geom)) { 1084 if (ioctl(Dev, DKIOCG_PHYGEOM, &disk_geom)) { 1156 sanity_check_provided_device(Dfltdev, Dev); 1360 if (ioctl(Dev, DKIOCSGEO [all...] |
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/ |
H A D | mpi2.h | 157 /* Unit and Dev versioning for this MPI header set */ 785 U8 Dev; /* 0x00 */ member in struct:_MPI2_VERSION_STRUCT
|
Completed in 144 milliseconds