crypto/openssh/umac.c
863
t = t + ipkp[0] * (UINT64)(UINT16)(data >> 48);
crypto/openssh/umac.c
864
t = t + ipkp[1] * (UINT64)(UINT16)(data >> 32);
crypto/openssh/umac.c
865
t = t + ipkp[2] * (UINT64)(UINT16)(data >> 16);
crypto/openssh/umac.c
866
t = t + ipkp[3] * (UINT64)(UINT16)(data);
crypto/openssl/include/openssl/e_os2.h
227
typedef UINT16 uint16_t;
lib/libc/tests/gen/limits_test.c
55
CHECK_UTYPE(uint16_t, UINT16);
lib/libefivar/efivar-dp-format.c
1054
UINT16 Length;
lib/libefivar/efivar-dp-format.c
1059
Length = (UINT16)((DevicePathNodeLength ((EFI_DEVICE_PATH_PROTOCOL *)UsbWWId) - sizeof (USB_WWID_DEVICE_PATH)) / sizeof (CHAR16));
lib/libefivar/efivar-dp-format.c
1354
IN UINT16 Protocol
lib/libefivar/efivar-dp-format.c
1667
UINT16 Options;
lib/libefivar/efivar-dp-format.c
228
UINT16 Info;
lib/libefivar/efivar-dp-format.c
632
UINT16 Index;
lib/libefivar/efivar-dp-format.c
633
UINT16 Length;
lib/libefivar/efivar-dp-format.c
634
UINT16 AdditionalAdrCount;
lib/libefivar/efivar-dp-format.c
637
Length = (UINT16)DevicePathNodeLength ((EFI_DEVICE_PATH_PROTOCOL *)AcpiAdr);
lib/libefivar/efivar-dp-format.c
638
AdditionalAdrCount = (UINT16)((Length - 8) / 4);
lib/libefivar/efivar-dp-parse.c
1021
UINT16 Length;
lib/libefivar/efivar-dp-parse.c
1027
Length = (UINT16)(sizeof (ACPI_EXTENDED_HID_DEVICE_PATH) + StrLen (UIDSTRStr) + 3);
lib/libefivar/efivar-dp-parse.c
1092
(UINT16)sizeof (ACPI_ADR_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
1166
(UINT16)sizeof (ATAPI_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
1193
Atapi->Lun = (UINT16)Strtoi (LunStr);
lib/libefivar/efivar-dp-parse.c
1221
(UINT16)sizeof (SCSI_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
1225
Scsi->Pun = (UINT16)Strtoi (PunStr);
lib/libefivar/efivar-dp-parse.c
1226
Scsi->Lun = (UINT16)Strtoi (LunStr);
lib/libefivar/efivar-dp-parse.c
1255
(UINT16)sizeof (FIBRECHANNEL_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
1290
(UINT16)sizeof (FIBRECHANNELEX_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
1326
(UINT16)sizeof (F1394_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
1360
(UINT16)sizeof (USB_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
1392
(UINT16)sizeof (I2O_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
1431
(UINT16)sizeof (INFINIBAND_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
1485
(UINT16)sizeof (VENDOR_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
1514
(UINT16)sizeof (VENDOR_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
1543
(UINT16)sizeof (VENDOR_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
1572
(UINT16)sizeof (VENDOR_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
1603
(UINT16)sizeof (UART_FLOW_CONTROL_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
1642
UINT16 Info;
lib/libefivar/efivar-dp-parse.c
1643
UINT16 Uint16;
lib/libefivar/efivar-dp-parse.c
1657
(UINT16)sizeof (SAS_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
1667
Sas->RelativeTargetPort = (UINT16)Strtoi (RTPStr);
lib/libefivar/efivar-dp-parse.c
1672
Uint16 = (UINT16)Strtoi (DriveBayStr);
lib/libefivar/efivar-dp-parse.c
1676
Info = (UINT16)(0x2 | ((Uint16 - 1) << 8));
lib/libefivar/efivar-dp-parse.c
1692
Uint16 = ((UINT16)Strtoi (LocationStr) & BIT0);
lib/libefivar/efivar-dp-parse.c
1706
Uint16 = ((UINT16)Strtoi (ConnectStr) & (BIT0 | BIT1));
lib/libefivar/efivar-dp-parse.c
1711
Info = (UINT16)Strtoi (SASSATAStr);
lib/libefivar/efivar-dp-parse.c
1741
UINT16 Info;
lib/libefivar/efivar-dp-parse.c
1742
UINT16 Uint16;
lib/libefivar/efivar-dp-parse.c
1757
(UINT16)sizeof (SASEX_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
1768
SasEx->RelativeTargetPort = (UINT16)Strtoi (RTPStr);
lib/libefivar/efivar-dp-parse.c
1773
Uint16 = (UINT16)Strtoi (DriveBayStr);
lib/libefivar/efivar-dp-parse.c
1777
Info = (UINT16)(0x2 | ((Uint16 - 1) << 8));
lib/libefivar/efivar-dp-parse.c
1793
Uint16 = ((UINT16)Strtoi (LocationStr) & BIT0);
lib/libefivar/efivar-dp-parse.c
1807
Uint16 = ((UINT16)Strtoi (ConnectStr) & (BIT0 | BIT1));
lib/libefivar/efivar-dp-parse.c
1812
Info = (UINT16)Strtoi (SASSATAStr);
lib/libefivar/efivar-dp-parse.c
1845
(UINT16)sizeof (NVME_NAMESPACE_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
1884
(UINT16)sizeof (UFS_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
1916
(UINT16)sizeof (SD_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
1947
(UINT16)sizeof (EMMC_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
1976
(UINT16)sizeof (VENDOR_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
2010
(UINT16)sizeof (MAC_ADDR_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
2083
(UINT16)sizeof (IPv4_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
2091
IPv4->Protocol = (UINT16)NetworkProtocolFromText (ProtocolStr);
lib/libefivar/efivar-dp-parse.c
2144
(UINT16)sizeof (IPv6_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
2152
IPv6->Protocol = (UINT16)NetworkProtocolFromText (ProtocolStr);
lib/libefivar/efivar-dp-parse.c
2203
(UINT16)sizeof (UART_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
2288
(UINT16)sizeof (USB_CLASS_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
2324
UsbClass->VendorId = (UINT16)Strtoi (VIDStr);
lib/libefivar/efivar-dp-parse.c
2330
UsbClass->ProductId = (UINT16)Strtoi (PIDStr);
lib/libefivar/efivar-dp-parse.c
2751
(UINT16)(sizeof (USB_WWID_DEVICE_PATH) + SerialNumberStrLen * sizeof (CHAR16))
lib/libefivar/efivar-dp-parse.c
2755
UsbWwid->VendorId = (UINT16)Strtoi (VIDStr);
lib/libefivar/efivar-dp-parse.c
2756
UsbWwid->ProductId = (UINT16)Strtoi (PIDStr);
lib/libefivar/efivar-dp-parse.c
2757
UsbWwid->InterfaceNumber = (UINT16)Strtoi (InterfaceNumStr);
lib/libefivar/efivar-dp-parse.c
2794
(UINT16)sizeof (DEVICE_LOGICAL_UNIT_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
2818
UINT16 Options;
lib/libefivar/efivar-dp-parse.c
2840
(UINT16)(sizeof (ISCSI_DEVICE_PATH_WITH_NAME) + StrLen (NameStr))
lib/libefivar/efivar-dp-parse.c
2850
ISCSIDevPath->TargetPortalGroupTag = (UINT16)Strtoi (PortalGroupStr);
lib/libefivar/efivar-dp-parse.c
2871
ISCSIDevPath->LoginOption = (UINT16)Options;
lib/libefivar/efivar-dp-parse.c
2906
(UINT16)sizeof (VLAN_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
2910
Vlan->VlanId = (UINT16)Strtoi (VlanStr);
lib/libefivar/efivar-dp-parse.c
2937
(UINT16)sizeof (BLUETOOTH_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
2975
(UINT16)sizeof (WIFI_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
3015
(UINT16)sizeof (BLUETOOTH_LE_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
3048
UINT16 DnsDeviceNodeLength;
lib/libefivar/efivar-dp-parse.c
3083
DnsDeviceNodeLength = (UINT16)(sizeof (EFI_DEVICE_PATH_PROTOCOL) + sizeof (UINT8) + DnsServerIpCount * sizeof (EFI_IP_ADDRESS));
lib/libefivar/efivar-dp-parse.c
3146
(UINT16)(sizeof (URI_DEVICE_PATH) + UriLength)
lib/libefivar/efivar-dp-parse.c
3203
(UINT16)sizeof (HARDDRIVE_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
3261
(UINT16)sizeof (CDROM_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
3314
(UINT16)(sizeof (FILEPATH_DEVICE_PATH) + StrLen (TextDeviceNode) * 2)
lib/libefivar/efivar-dp-parse.c
3326
(UINT16)len
lib/libefivar/efivar-dp-parse.c
3358
(UINT16)sizeof (MEDIA_PROTOCOL_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
3389
(UINT16)sizeof (MEDIA_FW_VOL_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
3420
(UINT16)sizeof (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
3453
(UINT16)sizeof (MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
3493
(UINT16)sizeof (MEDIA_RAM_DISK_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
3501
RamDisk->Instance = (UINT16)Strtoi (InstanceStr);
lib/libefivar/efivar-dp-parse.c
3536
(UINT16)sizeof (MEDIA_RAM_DISK_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
3544
RamDisk->Instance = (UINT16)Strtoi (InstanceStr);
lib/libefivar/efivar-dp-parse.c
3579
(UINT16)sizeof (MEDIA_RAM_DISK_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
3587
RamDisk->Instance = (UINT16)Strtoi (InstanceStr);
lib/libefivar/efivar-dp-parse.c
3622
(UINT16)sizeof (MEDIA_RAM_DISK_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
3630
RamDisk->Instance = (UINT16)Strtoi (InstanceStr);
lib/libefivar/efivar-dp-parse.c
3665
(UINT16)sizeof (MEDIA_RAM_DISK_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
3673
RamDisk->Instance = (UINT16)Strtoi (InstanceStr);
lib/libefivar/efivar-dp-parse.c
3723
(UINT16)(sizeof (BBS_BBS_DEVICE_PATH) + StrLen (IdStr))
lib/libefivar/efivar-dp-parse.c
3743
Bbs->DeviceType = (UINT16)Strtoi (TypeStr);
lib/libefivar/efivar-dp-parse.c
3749
Bbs->StatusFlag = (UINT16)Strtoi (FlagsStr);
lib/libefivar/efivar-dp-parse.c
3780
(UINT16)sizeof (SATA_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
3787
Sata->HBAPortNumber = (UINT16)Strtoi (Param1);
lib/libefivar/efivar-dp-parse.c
3795
Sata->PortMultiplierPortNumber = (UINT16)Strtoi (Param2);
lib/libefivar/efivar-dp-parse.c
3798
Sata->Lun = (UINT16)Strtoi (Param3);
lib/libefivar/efivar-dp-parse.c
456
(UINT16)(sizeof (EFI_DEVICE_PATH_PROTOCOL) + DataLength)
lib/libefivar/efivar-dp-parse.c
527
(UINT16)sizeof (PCI_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
559
(UINT16)sizeof (PCCARD_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
594
(UINT16)sizeof (MEMMAP_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
642
(UINT16)(sizeof (VENDOR_DEVICE_PATH) + Length)
lib/libefivar/efivar-dp-parse.c
695
(UINT16)sizeof (CONTROLLER_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
728
(UINT16)sizeof (BMC_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
802
(UINT16)sizeof (ACPI_HID_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
836
(UINT16)sizeof (ACPI_HID_DEVICE_PATH)
lib/libefivar/efivar-dp-parse.c
970
UINT16 Length;
lib/libefivar/efivar-dp-parse.c
980
Length = (UINT16)(sizeof (ACPI_EXTENDED_HID_DEVICE_PATH) + StrLen (HIDSTRStr) + 1);
lib/libefivar/efivar-dp-parse.c
981
Length = (UINT16)(Length + StrLen (UIDSTRStr) + 1);
lib/libefivar/efivar-dp-parse.c
982
Length = (UINT16)(Length + StrLen (CIDSTRStr) + 1);
lib/libefivar/uefi-dplib.h
163
UINT16 NetworkProtocol;
lib/libefivar/uefi-dplib.h
164
UINT16 LoginOption;
lib/libefivar/uefi-dplib.h
166
UINT16 TargetPortalGroupTag;
lib/libefivar/uefi-dplib.h
375
IN UINT16 NodeLength
lib/libefivar/uefi-dputil.c
352
UINT16
lib/libefivar/uefi-dputil.c
362
le16enc(&((EFI_DEVICE_PATH_PROTOCOL *)(Node))->Length[0], (UINT16)(Length));
lib/libefivar/uefi-dputil.c
795
IN UINT16 NodeLength
sbin/hastd/nv.c
413
NV_DEFINE_ADD(uint16, UINT16)
sbin/hastd/nv.c
438
NV_DEFINE_ADD_ARRAY(uint16, UINT16)
sbin/hastd/nv.c
511
NV_DEFINE_GET(uint16, UINT16)
sbin/hastd/nv.c
542
NV_DEFINE_GET_ARRAY(uint16, UINT16)
stand/efi/boot1/proto.c
158
UINT16 boot_current;
stand/efi/boot1/proto.c
160
UINT16 boot_order[100];
stand/efi/include/amd64/pe.h
123
UINT16 Magic;
stand/efi/include/amd64/pe.h
140
UINT16 MajorOperatingSystemVersion;
stand/efi/include/amd64/pe.h
141
UINT16 MinorOperatingSystemVersion;
stand/efi/include/amd64/pe.h
142
UINT16 MajorImageVersion;
stand/efi/include/amd64/pe.h
143
UINT16 MinorImageVersion;
stand/efi/include/amd64/pe.h
144
UINT16 MajorSubsystemVersion;
stand/efi/include/amd64/pe.h
145
UINT16 MinorSubsystemVersion;
stand/efi/include/amd64/pe.h
15
UINT16 e_magic; // Magic number
stand/efi/include/amd64/pe.h
150
UINT16 Subsystem;
stand/efi/include/amd64/pe.h
151
UINT16 DllCharacteristics;
stand/efi/include/amd64/pe.h
16
UINT16 e_cblp; // Bytes on last page of file
stand/efi/include/amd64/pe.h
162
UINT16 Magic;
stand/efi/include/amd64/pe.h
17
UINT16 e_cp; // Pages in file
stand/efi/include/amd64/pe.h
18
UINT16 e_crlc; // Relocations
stand/efi/include/amd64/pe.h
19
UINT16 e_cparhdr; // Size of header in paragraphs
stand/efi/include/amd64/pe.h
20
UINT16 e_minalloc; // Minimum extra paragraphs needed
stand/efi/include/amd64/pe.h
21
UINT16 e_maxalloc; // Maximum extra paragraphs needed
stand/efi/include/amd64/pe.h
22
UINT16 e_ss; // Initial (relative) SS value
stand/efi/include/amd64/pe.h
23
UINT16 e_sp; // Initial SP value
stand/efi/include/amd64/pe.h
24
UINT16 e_csum; // Checksum
stand/efi/include/amd64/pe.h
243
UINT16 NumberOfRelocations;
stand/efi/include/amd64/pe.h
244
UINT16 NumberOfLinenumbers;
stand/efi/include/amd64/pe.h
25
UINT16 e_ip; // Initial IP value
stand/efi/include/amd64/pe.h
26
UINT16 e_cs; // Initial (relative) CS value
stand/efi/include/amd64/pe.h
27
UINT16 e_lfarlc; // File address of relocation table
stand/efi/include/amd64/pe.h
28
UINT16 e_ovno; // Overlay number
stand/efi/include/amd64/pe.h
29
UINT16 e_res[4]; // Reserved words
stand/efi/include/amd64/pe.h
291
#define IMAGE_SYM_UNDEFINED (UINT16)0 // Symbol is undefined or is common.
stand/efi/include/amd64/pe.h
292
#define IMAGE_SYM_ABSOLUTE (UINT16)-1 // Symbol is an absolute value.
stand/efi/include/amd64/pe.h
293
#define IMAGE_SYM_DEBUG (UINT16)-2 // Symbol is a special debug item.
stand/efi/include/amd64/pe.h
30
UINT16 e_oemid; // OEM identifier (for e_oeminfo)
stand/efi/include/amd64/pe.h
31
UINT16 e_oeminfo; // OEM information; e_oemid specific
stand/efi/include/amd64/pe.h
32
UINT16 e_res2[10]; // Reserved words
stand/efi/include/amd64/pe.h
37
UINT16 ne_magic; // Magic number
stand/efi/include/amd64/pe.h
390
UINT16 Type;
stand/efi/include/amd64/pe.h
40
UINT16 ne_enttab; // Offset of Entry Table
stand/efi/include/amd64/pe.h
41
UINT16 ne_cbenttab; // Number of bytes in Entry Table
stand/efi/include/amd64/pe.h
43
UINT16 ne_flags; // Flag UINT16
stand/efi/include/amd64/pe.h
44
UINT16 ne_autodata; // Automatic data segment number
stand/efi/include/amd64/pe.h
45
UINT16 ne_heap; // Initial heap allocation
stand/efi/include/amd64/pe.h
46
UINT16 ne_stack; // Initial stack allocation
stand/efi/include/amd64/pe.h
49
UINT16 ne_cseg; // Count of file segments
stand/efi/include/amd64/pe.h
50
UINT16 ne_cmod; // Entries in Module Reference Table
stand/efi/include/amd64/pe.h
51
UINT16 ne_cbnrestab; // Size of non-resident name table
stand/efi/include/amd64/pe.h
511
UINT16 Linenumber; // Line number.
stand/efi/include/amd64/pe.h
52
UINT16 ne_segtab; // Offset of Segment Table
stand/efi/include/amd64/pe.h
53
UINT16 ne_rsrctab; // Offset of Resource Table
stand/efi/include/amd64/pe.h
54
UINT16 ne_restab; // Offset of resident name table
stand/efi/include/amd64/pe.h
55
UINT16 ne_modtab; // Offset of Module Reference Table
stand/efi/include/amd64/pe.h
550
UINT16 MajorVersion;
stand/efi/include/amd64/pe.h
551
UINT16 MinorVersion;
stand/efi/include/amd64/pe.h
56
UINT16 ne_imptab; // Offset of Imported Names Table
stand/efi/include/amd64/pe.h
566
UINT16 Hint;
stand/efi/include/amd64/pe.h
58
UINT16 ne_cmovent; // Count of movable entries
stand/efi/include/amd64/pe.h
59
UINT16 ne_align; // Segment alignment shift count
stand/efi/include/amd64/pe.h
60
UINT16 ne_cres; // Count of resource segments
stand/efi/include/amd64/pe.h
63
UINT16 ne_pretthunks; // offset to return thunks
stand/efi/include/amd64/pe.h
64
UINT16 ne_psegrefbytes; // offset to segment ref. bytes
stand/efi/include/amd64/pe.h
65
UINT16 ne_swaparea; // Minimum code swap area size
stand/efi/include/amd64/pe.h
66
UINT16 ne_expver; // Expected Windows version number
stand/efi/include/amd64/pe.h
74
UINT16 Machine;
stand/efi/include/amd64/pe.h
75
UINT16 NumberOfSections;
stand/efi/include/amd64/pe.h
79
UINT16 SizeOfOptionalHeader;
stand/efi/include/amd64/pe.h
80
UINT16 Characteristics;
stand/efi/include/i386/pe.h
123
UINT16 Magic;
stand/efi/include/i386/pe.h
140
UINT16 MajorOperatingSystemVersion;
stand/efi/include/i386/pe.h
141
UINT16 MinorOperatingSystemVersion;
stand/efi/include/i386/pe.h
142
UINT16 MajorImageVersion;
stand/efi/include/i386/pe.h
143
UINT16 MinorImageVersion;
stand/efi/include/i386/pe.h
144
UINT16 MajorSubsystemVersion;
stand/efi/include/i386/pe.h
145
UINT16 MinorSubsystemVersion;
stand/efi/include/i386/pe.h
15
UINT16 e_magic; // Magic number
stand/efi/include/i386/pe.h
150
UINT16 Subsystem;
stand/efi/include/i386/pe.h
151
UINT16 DllCharacteristics;
stand/efi/include/i386/pe.h
16
UINT16 e_cblp; // Bytes on last page of file
stand/efi/include/i386/pe.h
162
UINT16 Magic;
stand/efi/include/i386/pe.h
17
UINT16 e_cp; // Pages in file
stand/efi/include/i386/pe.h
18
UINT16 e_crlc; // Relocations
stand/efi/include/i386/pe.h
19
UINT16 e_cparhdr; // Size of header in paragraphs
stand/efi/include/i386/pe.h
20
UINT16 e_minalloc; // Minimum extra paragraphs needed
stand/efi/include/i386/pe.h
21
UINT16 e_maxalloc; // Maximum extra paragraphs needed
stand/efi/include/i386/pe.h
22
UINT16 e_ss; // Initial (relative) SS value
stand/efi/include/i386/pe.h
23
UINT16 e_sp; // Initial SP value
stand/efi/include/i386/pe.h
24
UINT16 e_csum; // Checksum
stand/efi/include/i386/pe.h
243
UINT16 NumberOfRelocations;
stand/efi/include/i386/pe.h
244
UINT16 NumberOfLinenumbers;
stand/efi/include/i386/pe.h
25
UINT16 e_ip; // Initial IP value
stand/efi/include/i386/pe.h
26
UINT16 e_cs; // Initial (relative) CS value
stand/efi/include/i386/pe.h
27
UINT16 e_lfarlc; // File address of relocation table
stand/efi/include/i386/pe.h
28
UINT16 e_ovno; // Overlay number
stand/efi/include/i386/pe.h
29
UINT16 e_res[4]; // Reserved words
stand/efi/include/i386/pe.h
291
#define IMAGE_SYM_UNDEFINED (UINT16)0 // Symbol is undefined or is common.
stand/efi/include/i386/pe.h
292
#define IMAGE_SYM_ABSOLUTE (UINT16)-1 // Symbol is an absolute value.
stand/efi/include/i386/pe.h
293
#define IMAGE_SYM_DEBUG (UINT16)-2 // Symbol is a special debug item.
stand/efi/include/i386/pe.h
30
UINT16 e_oemid; // OEM identifier (for e_oeminfo)
stand/efi/include/i386/pe.h
31
UINT16 e_oeminfo; // OEM information; e_oemid specific
stand/efi/include/i386/pe.h
32
UINT16 e_res2[10]; // Reserved words
stand/efi/include/i386/pe.h
37
UINT16 ne_magic; // Magic number
stand/efi/include/i386/pe.h
390
UINT16 Type;
stand/efi/include/i386/pe.h
40
UINT16 ne_enttab; // Offset of Entry Table
stand/efi/include/i386/pe.h
41
UINT16 ne_cbenttab; // Number of bytes in Entry Table
stand/efi/include/i386/pe.h
43
UINT16 ne_flags; // Flag UINT16
stand/efi/include/i386/pe.h
44
UINT16 ne_autodata; // Automatic data segment number
stand/efi/include/i386/pe.h
45
UINT16 ne_heap; // Initial heap allocation
stand/efi/include/i386/pe.h
46
UINT16 ne_stack; // Initial stack allocation
stand/efi/include/i386/pe.h
49
UINT16 ne_cseg; // Count of file segments
stand/efi/include/i386/pe.h
50
UINT16 ne_cmod; // Entries in Module Reference Table
stand/efi/include/i386/pe.h
51
UINT16 ne_cbnrestab; // Size of non-resident name table
stand/efi/include/i386/pe.h
511
UINT16 Linenumber; // Line number.
stand/efi/include/i386/pe.h
52
UINT16 ne_segtab; // Offset of Segment Table
stand/efi/include/i386/pe.h
53
UINT16 ne_rsrctab; // Offset of Resource Table
stand/efi/include/i386/pe.h
54
UINT16 ne_restab; // Offset of resident name table
stand/efi/include/i386/pe.h
55
UINT16 ne_modtab; // Offset of Module Reference Table
stand/efi/include/i386/pe.h
550
UINT16 MajorVersion;
stand/efi/include/i386/pe.h
551
UINT16 MinorVersion;
stand/efi/include/i386/pe.h
56
UINT16 ne_imptab; // Offset of Imported Names Table
stand/efi/include/i386/pe.h
566
UINT16 Hint;
stand/efi/include/i386/pe.h
58
UINT16 ne_cmovent; // Count of movable entries
stand/efi/include/i386/pe.h
59
UINT16 ne_align; // Segment alignment shift count
stand/efi/include/i386/pe.h
595
UINT16 MajorVersion;
stand/efi/include/i386/pe.h
596
UINT16 MinorVersion;
stand/efi/include/i386/pe.h
60
UINT16 ne_cres; // Count of resource segments
stand/efi/include/i386/pe.h
63
UINT16 ne_pretthunks; // offset to return thunks
stand/efi/include/i386/pe.h
64
UINT16 ne_psegrefbytes; // offset to segment ref. bytes
stand/efi/include/i386/pe.h
65
UINT16 ne_swaparea; // Minimum code swap area size
stand/efi/include/i386/pe.h
66
UINT16 ne_expver; // Expected Windows version number
stand/efi/include/i386/pe.h
74
UINT16 Machine;
stand/efi/include/i386/pe.h
75
UINT16 NumberOfSections;
stand/efi/include/i386/pe.h
79
UINT16 SizeOfOptionalHeader;
stand/efi/include/i386/pe.h
80
UINT16 Characteristics;
stand/efi/libefi/env.c
621
UINT16 *u16 = (UINT16 *)data;
stand/efi/libefi/env.c
624
for (i = 0; i < datasz / sizeof (UINT16); i++)
stand/efi/libefi/env.c
632
UINT16 filepathlistlen;
stand/efi/libefi/env.c
639
data += sizeof (UINT16);
stand/efi/loader/main.c
1230
UINT16 boot_order[100];
stand/efi/loader/main.c
139
UINT16 boot_current;
sys/dev/acpica/Osd/OsdSynch.c
150
AcpiOsWaitSemaphore(ACPI_SEMAPHORE Handle, UINT32 Units, UINT16 Timeout)
sys/dev/acpica/Osd/OsdSynch.c
358
AcpiOsAcquireMutex(ACPI_MUTEX Handle, UINT16 Timeout)
sys/dev/acpica/Osd/OsdSynch.c
52
timeout2hz(UINT16 Timeout)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
405
PROPS_GET_HDRVAR(CFG0_SDRAM_INIT, &sdram_init, UINT16);
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
406
PROPS_GET_HDRVAR(CFG1_SDRAM_CFG, &sdram_cfg, UINT16);
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
407
PROPS_GET_HDRVAR(CFG1_SDRAM_REFRESH, &sdram_refresh, UINT16);
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
204
BHND_NVRAM_VAL_FMT_NATIVE(uint16, UINT16);
sys/dev/gpio/acpi_gpiobus.c
137
UINT16 pin = gpio_res->PinTable[i];
sys/x86/acpica/madt.c
463
interrupt_polarity(UINT16 IntiFlags, UINT8 Source)
sys/x86/acpica/madt.c
483
interrupt_trigger(UINT16 IntiFlags, UINT8 Source)
sys/x86/acpica/madt.c
685
madt_handle_local_nmi(u_int acpi_id, UINT8 Lint, UINT16 IntiFlags)
sys/x86/acpica/madt.c
69
static enum intr_polarity interrupt_polarity(UINT16 IntiFlags, UINT8 Source);
sys/x86/acpica/madt.c
70
static enum intr_trigger interrupt_trigger(UINT16 IntiFlags, UINT8 Source);
usr.sbin/acpi/acpidb/acpidb.c
115
UINT32 PinCount, UINT16 *PinList, char *DeviceName)
usr.sbin/acpi/acpidump/acpi.c
2096
UINT16 x16;
usr.sbin/bhyve/acpi_device.c
99
const UINT16 port, const UINT8 length)
usr.sbin/bhyve/acpi_device.h
51
int acpi_device_add_res_fixed_ioport(struct acpi_device *dev, UINT16 port,