Searched defs:_IDENTIFY_DATA (Results 1 – 3 of 3) sorted by relevance
186 typedef struct _IDENTIFY_DATA { struct187 USHORT GeneralConfiguration; /* 00 00 */188 USHORT NumberOfCylinders; /* 02 1 */189 USHORT Reserved1; /* 04 2 */190 USHORT NumberOfHeads; /* 06 3 */191 USHORT UnformattedBytesPerTrack; /* 08 4 */192 USHORT UnformattedBytesPerSector; /* 0A 5 */193 USHORT SectorsPerTrack; /* 0C 6 */194 USHORT VendorUnique1[3]; /* 0E 7-9 */195 USHORT SerialNumber[10]; /* 14 10-19 */[all …]
135 typedef struct _IDENTIFY_DATA { struct136 HPT_U16 GeneralConfiguration;137 HPT_U16 NumberOfCylinders;138 HPT_U16 Reserved1;139 HPT_U16 NumberOfHeads;140 HPT_U16 UnformattedBytesPerTrack;141 HPT_U16 UnformattedBytesPerSector;142 HPT_U8 SasAddress[8];143 HPT_U16 SerialNumber[10];144 HPT_U16 BufferType;[all …]
133 typedef struct _IDENTIFY_DATA { struct134 HPT_U16 GeneralConfiguration;135 HPT_U16 NumberOfCylinders;136 HPT_U16 Reserved1;137 HPT_U16 NumberOfHeads;138 HPT_U16 UnformattedBytesPerTrack;139 HPT_U16 UnformattedBytesPerSector;140 HPT_U8 SasAddress[8];141 HPT_U16 SerialNumber[10];142 HPT_U16 BufferType;[all …]