Searched refs:USHORT (Results 1 – 21 of 21) sorted by relevance
42 USHORT Data; /* RW: Data port feature register */187 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 …]
37 USHORT nSectors; /* sector count. May great than 0x80 */ 69 USHORT Offset; /* internal use, don't set */86 USHORT nSectors;110 USHORT cf_physical_sg: 1;111 USHORT cf_data_in: 1;112 USHORT cf_data_out: 1;113 USHORT cf_atapi: 1;114 USHORT cf_ide_passthrough: 1;115 USHORT cf_control: 1;141 USHORT LastSectors; /* the number of sectors for the last member */[all …]
66 USHORT bStripeWitch; /* = (1 << BlockSizeShift) */68 USHORT rf_broken: 1;69 USHORT rf_need_rebuild: 1; /* one member's data are incorrect.72 USHORT rf_need_sync: 1; /* need write array info to disk */74 USHORT rf_auto_rebuild: 1;75 USHORT rf_newly_created: 1;76 USHORT rf_rebuilding: 1;77 USHORT rf_verifying: 1;78 USHORT rf_initializing: 1;79 USHORT rf_abort_rebuild: 1;[all …]
412 USHORT GeneralConfiguration; /* 00 00 */413 USHORT NumberOfCylinders; /* 02 1 */414 USHORT Reserved1; /* 04 2 */415 USHORT NumberOfHeads; /* 06 3 */416 USHORT UnformattedBytesPerTrack; /* 08 4 */417 USHORT UnformattedBytesPerSector; /* 0A 5 */418 USHORT SectorsPerTrack; /* 0C 6 */419 USHORT VendorUnique1[3]; /* 0E 7-9 */420 USHORT SerialNumber[10]; /* 14 10-19 */421 USHORT BufferType; /* 28 20 */[all …]
54 USHORT LockedSectors;55 USHORT ActiveRequests;265 USHORT signature; /* set to 0xAA55 to indicate PC MBR format */
105 USHORT wSgSize;106 USHORT wSgFlag;
62 USHORT start_sector;65 USHORT end_sector;
121 USHORT __sectors[MAX_MEMBERS];
49 typedef unsigned short USHORT; typedef
1710 USHORT nSector = pCmd->uCmd.Ide.nSectors; in fDeviceSendCommand() 2787 pCmd->uCmd.Ide.nSectors = (USHORT) Cdb[4]; in OsSendCommand() 2801 pCmd->uCmd.Ide.nSectors = (USHORT)Cdb[12] << 8 | (USHORT)Cdb[13]; in OsSendCommand() 2806 pCmd->uCmd.Ide.nSectors = (USHORT) Cdb[8] | ((USHORT)Cdb[7]<<8); in OsSendCommand()
624 pSgTable->wSgSize = (USHORT)bufferSize; in R1ControlSgl()670 pSgTable[idx].wSgSize = (USHORT)length; in R1ControlSgl()
35 enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PGTOK }; enumerator
64 USHORT, "x", 0},227 USHORT, "x", 0},
759 case USHORT: in printval()
208 USHORT PphLength;215 USHORT PfhType;216 USHORT PfhLength;792 …ns.PacketsBufferCreate(sizeof(TC_PACKET_HEADER) + TC_ALIGN_USHORT_TO_64BIT((USHORT)size), &buffer); in TcInject()805 header.Length = (USHORT)size; in TcInject()
162 static std::optional<std::vector<USHORT>> getActiveGroups() {163 USHORT Count = 0;170 std::vector<USHORT> Groups;
180 USHORT BeaconInterval;181 USHORT Capabilities;210 USHORT Capabilities;211 USHORT ListenInterval;216 USHORT Capabilities;217 USHORT StatusCode;218 USHORT AssociationId;223 USHORT AvailableRequestFixedIEs;227 USHORT AvailableResponseFixedIEs;
132 static int RealCopy (ULONG, ULONG, REALPTR*, FARPTR*, USHORT*);1115 &realBase, &protBase, (USHORT*)&realSeg)) in PktInitDriver()1362 USHORT *rmem_adrp) in RealCopy()1370 USHORT stemp; in RealCopy()
179 USHORT ReparseDataLength;180 USHORT Reserved;183 USHORT SubstituteNameOffset;184 USHORT SubstituteNameLength;185 USHORT PrintNameOffset;186 USHORT PrintNameLength;191 USHORT SubstituteNameOffset;192 USHORT SubstituteNameLength;193 USHORT PrintNameOffset;194 USHORT PrintNameLength;
333 USHORT proto = htons(protocol); in l2_ndisuio_set_ether_type()
75 USHORT v; in get_report_len()