Home
last modified time | relevance | path

Searched refs:USHORT (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/dev/hptmv/
H A Datapi.h187 USHORT GeneralConfiguration; /* 00 00 */
188 USHORT NumberOfCylinders; /* 02 1 */
189 USHORT Reserved1; /* 04 2 */
190 USHORT NumberOfHeads; /* 06 3 */
191 USHORT UnformattedBytesPerTrack; /* 08 4 */
233 USHORT SataCapability; /* 76 */
248 USHORT Revision;
249 USHORT MWDMAModeSupported;
250 USHORT UDMAModeSupported;
253 USHORT CommandSupport;
[all …]
H A Dcommand.h86 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;
172 USHORT pad2;
180 USHORT firstoffset;
181 USHORT firstsectors;
[all …]
H A Darray.h68 USHORT rf_broken: 1;
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;
82 USHORT rf_duplicate_must_done: 1;
83 USHORT rf_raid15: 1;
134 USHORT rf_reserved: 14;
[all …]
H A Dhptintf.h412 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 */
436 USHORT Reserved3:15;
444 USHORT SingleWordDMAActive : 8;
446 USHORT MultiWordDMAActive : 8;
448 USHORT Reserved4 : 8;
[all …]
H A Dvdevice.h54 USHORT LockedSectors;
55 USHORT ActiveRequests;
265 USHORT signature; /* set to 0xAA55 to indicate PC MBR format */
H A Dglobal.h105 USHORT wSgSize;
106 USHORT wSgFlag;
H A Dosbsd.h62 USHORT start_sector;
65 USHORT end_sector;
H A Draid5n.h121 USHORT __sectors[MAX_MEMBERS];
H A DmvOs.h49 typedef unsigned short USHORT; typedef
H A Dentry.c1710 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()
H A Dioctl.c624 pSgTable->wSgSize = (USHORT)bufferSize; in R1ControlSgl()
670 pSgTable[idx].wSgSize = (USHORT)length; in R1ControlSgl()
/freebsd/bin/ps/
H A Dps.h35 enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PGTOK }; enumerator
H A Dkeyword.c65 USHORT, "x", 0},
228 USHORT, "x", 0},
H A Dprint.c764 case USHORT: in printval()
/freebsd/contrib/libpcap/
H A Dpcap-tc.c210 USHORT PphLength;
217 USHORT PfhType;
218 USHORT PfhLength;
794 …ns.PacketsBufferCreate(sizeof(TC_PACKET_HEADER) + TC_ALIGN_USHORT_TO_64BIT((USHORT)size), &buffer); in TcInject()
807 header.Length = (USHORT)size; in TcInject()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc162 static std::optional<std::vector<USHORT>> getActiveGroups() {
163 USHORT Count = 0;
170 std::vector<USHORT> Groups;
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c173 USHORT ReparseDataLength;
174 USHORT Reserved;
177 USHORT SubstituteNameOffset;
178 USHORT SubstituteNameLength;
179 USHORT PrintNameOffset;
180 USHORT PrintNameLength;
185 USHORT SubstituteNameOffset;
186 USHORT SubstituteNameLength;
187 USHORT PrintNameOffset;
188 USHORT PrintNameLength;
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_ndis.c180 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;
/freebsd/contrib/libpcap/msdos/
H A Dpktdrvr.c132 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()
/freebsd/contrib/wpa/src/l2_packet/
H A Dl2_packet_ndis.c333 USHORT proto = htons(protocol); in l2_ndisuio_set_ether_type()
/freebsd/contrib/libfido2/src/
H A Dhid_win.c75 USHORT v; in get_report_len()