Searched refs:UINT16 (Results 1 - 25 of 988) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DSwapBytes16.c32 UINT16
35 IN UINT16 Value
38 return (UINT16) ((Value<< 8) | (Value>> 8));
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/IndustryStandard/
H A Dpci30.h29 UINT16 VendorId;
30 UINT16 DeviceId;
31 UINT16 DeviceListOffset;
32 UINT16 Length;
35 UINT16 ImageLength;
36 UINT16 CodeRevision;
39 UINT16 MaxRuntimeImageLength;
40 UINT16 ConfigUtilityCodeHeaderOffset;
41 UINT16 DMTFCLPEntryPointOffset;
H A DEfiPci.h39 UINT16 Signature; // 0xaa55
40 UINT16 InitializationSize;
42 UINT16 EfiSubsystem;
43 UINT16 EfiMachineType;
44 UINT16 CompressionType;
46 UINT16 EfiImageHeaderOffset;
47 UINT16 PcirOffset;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dhfa384x.h68 #define HFA384x_CMD_ALLOC_LEN_MIN ((UINT16)4)
69 #define HFA384x_CMD_ALLOC_LEN_MAX ((UINT16)2400)
70 #define HFA384x_BAP_DATALEN_MAX ((UINT16)4096)
71 #define HFA384x_BAP_OFFSET_MAX ((UINT16)4096)
72 #define HFA384x_PORTID_MAX ((UINT16)7)
73 #define HFA384x_NUMPORTS_MAX ((UINT16)(HFA384x_PORTID_MAX+1))
74 #define HFA384x_PDR_LEN_MAX ((UINT16)512) /* in bytes, from EK */
75 #define HFA384x_PDA_RECS_MAX ((UINT16)200) /* a guess */
76 #define HFA384x_PDA_LEN_MAX ((UINT16)1024) /* in bytes, from EK */
77 #define HFA384x_SCANRESULT_MAX ((UINT16)3
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/
H A Dbswap16.c18 UINT16
19 bswap16(UINT16 x)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/
H A Dfat.h29 UINT16 BPB_BytsPerSec;
31 UINT16 BPB_RsvdSecCnt;
33 UINT16 BPB_RootEntCnt;
34 UINT16 BPB_TotSec16;
36 UINT16 BPB_FATSz16;
37 UINT16 BPB_SecPerTrk;
38 UINT16 BPB_NumHeads;
60 UINT16 Signature;
69 UINT16 BPB_BytsPerSec;
71 UINT16 BPB_RsvdSecCn
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/
H A DFatFormat.h29 UINT16 BPB_BytsPerSec;
31 UINT16 BPB_RsvdSecCnt;
33 UINT16 BPB_RootEntCnt;
34 UINT16 BPB_TotSec16;
36 UINT16 BPB_FATSz16;
37 UINT16 BPB_SecPerTrk;
38 UINT16 BPB_NumHeads;
60 UINT16 Signature;
69 UINT16 BPB_BytsPerSec;
71 UINT16 BPB_RsvdSecCn
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/
H A DFatFormat.h29 UINT16 BPB_BytsPerSec;
31 UINT16 BPB_RsvdSecCnt;
33 UINT16 BPB_RootEntCnt;
34 UINT16 BPB_TotSec16;
36 UINT16 BPB_FATSz16;
37 UINT16 BPB_SecPerTrk;
38 UINT16 BPB_NumHeads;
60 UINT16 Signature;
69 UINT16 BPB_BytsPerSec;
71 UINT16 BPB_RsvdSecCn
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DPci30.h52 UINT16 VendorId;
53 UINT16 DeviceId;
54 UINT16 DeviceListOffset;
55 UINT16 Length;
58 UINT16 ImageLength;
59 UINT16 CodeRevision;
62 UINT16 MaxRuntimeImageLength;
63 UINT16 ConfigUtilityCodeHeaderOffset;
64 UINT16 DMTFCLPEntryPointOffset;
H A DIScsiBootFirmwareTable.h66 UINT16 Length;
76 UINT16 Extensions;
77 UINT16 InitiatorOffset;
78 UINT16 NIC0Offset;
79 UINT16 Target0Offset;
80 UINT16 NIC1Offset;
81 UINT16 Target1Offset;
97 UINT16 IScsiNameLength;
98 UINT16 IScsiNameOffset;
118 UINT16 VLanTa
[all...]
H A DAtapi.h28 UINT16 config; ///< General Configuration.
29 UINT16 cylinders; ///< Number of Cylinders.
30 UINT16 reserved_2;
31 UINT16 heads; ///< Number of logical heads.
32 UINT16 vendor_data1;
33 UINT16 vendor_data2;
34 UINT16 sectors_per_track;
35 UINT16 vendor_specific_7_9[3];
37 UINT16 vendor_specific_20_21[2];
38 UINT16 ecc_bytes_availabl
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/IA32/
H A DSetIdtEntry.c25 UINT16 OffsetLow;
26 UINT16 SegmentSelector;
27 UINT16 Attributes;
28 UINT16 OffsetHigh;
56 IdtEntry->OffsetLow = (UINT16)S3DebugBuffer;
57 IdtEntry->SegmentSelector = (UINT16)AsmReadCs ();;
58 IdtEntry->Attributes = (UINT16)INTERRUPT_GATE_ATTRIBUTE;
59 IdtEntry->OffsetHigh = (UINT16)(S3DebugBuffer >> 16);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dmmsystem16.h39 typedef UINT16 MMVERSION16;
40 typedef UINT16 MCIDEVICEID16;
41 typedef UINT16 MMRESULT16;
44 UINT16 wType; /* indicates the contents of the union */
75 UINT16 length;
81 LRESULT WINAPI DefDriverProc16(DWORD,HDRVR16,UINT16,LPARAM,LPARAM);
84 LRESULT WINAPI SendDriverMessage16(HDRVR16,UINT16,LPARAM,LPARAM);
89 typedef void (CALLBACK *LPDRVCALLBACK16) (HDRVR16,UINT16,DWORD,DWORD,DWORD);
92 UINT16 WINAPI mmsystemGetVersion16(void);
93 BOOL16 WINAPI sndPlaySound16(LPCSTR,UINT16);
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dmmsystem16.h39 typedef UINT16 MMVERSION16;
40 typedef UINT16 MCIDEVICEID16;
41 typedef UINT16 MMRESULT16;
44 UINT16 wType; /* indicates the contents of the union */
75 UINT16 length;
81 LRESULT WINAPI DefDriverProc16(DWORD,HDRVR16,UINT16,LPARAM,LPARAM);
84 LRESULT WINAPI SendDriverMessage16(HDRVR16,UINT16,LPARAM,LPARAM);
89 typedef void (CALLBACK *LPDRVCALLBACK16) (HDRVR16,UINT16,DWORD,DWORD,DWORD);
92 UINT16 WINAPI mmsystemGetVersion16(void);
93 BOOL16 WINAPI sndPlaySound16(LPCSTR,UINT16);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBios.h88 UINT16 Reserved;
93 UINT16 Compatibility16CallSegment;
98 UINT16 Compatibility16CallOffset;
104 UINT16 PnPInstallationCheckSegment;
110 UINT16 PnPInstallationCheckOffset;
134 UINT16 OemRevision;
175 UINT16 OemIntSegment;
180 UINT16 OemIntOffset;
185 UINT16 Oem32Segment;
190 UINT16 Oem32Offse
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DReadLdtr.c27 UINT16
H A DReadTr.c27 UINT16
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBBSsupport.h59 UINT16 *BootOption,
81 UINT16 *BootOption,
83 UINT16 *DevOrder,
85 UINT16 *EnBootOption,
87 UINT16 *DisBootOption,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptInternalFormat.h28 UINT16 OpCode;
33 UINT16 OpCode;
35 UINT16 Version;
37 UINT16 Reserved[2];
41 UINT16 OpCode;
47 UINT16 OpCode;
55 UINT16 OpCode;
62 UINT16 OpCode;
70 UINT16 OpCode;
77 UINT16 OpCod
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
H A DBaseUefiTianoCustomDecompressLibInternals.h57 UINT16 mBitCount;
60 UINT16 mBlockSize;
64 UINT16 mBadTableFlag;
66 UINT16 mLeft[2 * NC - 1];
67 UINT16 mRight[2 * NC - 1];
70 UINT16 mCTable[4096];
71 UINT16 mPTTable[256];
93 IN UINT16 NumOfBits
112 IN UINT16 NumOfBits
131 UINT16
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseUefiDecompressLib/
H A DBaseUefiDecompressLibInternals.h48 UINT16 mBitCount;
51 UINT16 mBlockSize;
55 UINT16 mBadTableFlag;
57 UINT16 mLeft[2 * NC - 1];
58 UINT16 mRight[2 * NC - 1];
61 UINT16 mCTable[4096];
62 UINT16 mPTTable[256];
83 IN UINT16 NumOfBits
102 IN UINT16 NumOfBits
122 UINT16
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DPxe.h49 typedef UINT16 SEGSEL; // Real mode segment or protected mode selector.
50 typedef UINT16 OFF16; // Unsigned 16bit offset.
111 UINT16 Seg_Addr;
113 UINT16 Seg_Size;
130 UINT16 UNDI_Loader; ///< Offset of UNDI loader routine in the option ROM image.
131 UINT16 StackSize; ///< Minimum stack segment size, in bytes, needed to load and run the UNDI.
132 UINT16 DataSize; ///< UNDI runtime code and data
133 UINT16 CodeSize; ///< segment sizes.
146 UINT16 BC_Loader; ///< Offset of base-code loader routine in the option ROM image.
147 UINT16 StackSiz
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DSmbiosView.h21 #define STRUCTURE_HANDLE_INVALID (UINT16) 0xFFFF
24 UINT16 Index;
26 UINT16 Handle;
27 UINT16 Addr; // offset from table head
28 UINT16 Length; // total structure length
47 IN UINT16 QueryHandle,
H A DLibSmbios.h31 UINT16 MaxStructureSize;
36 UINT16 TableLength;
38 UINT16 NumberOfSmbiosStructures;
49 UINT16 Handle;
56 UINT16 BiosSegment;
88 UINT16 ChassisHandle;
91 UINT16 ContainedObjectHandles[1];
128 UINT16 ExternalClock;
129 UINT16 MaxSpeed;
130 UINT16 CurrentSpee
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePeCoffLib/Arm/
H A DPeCoffLoaderEx.c29 UINT16
31 IN UINT16 *Instruction
35 UINT16 Address;
46 Address = (UINT16)(Movt & 0x000000ff); // imm8
47 Address |= (UINT16)((Movt >> 4) & 0x0000f700); // imm4 imm3
61 IN OUT UINT16 *Instruction,
62 IN UINT16 Address
65 UINT16 Patch;
94 IN UINT16 *Instructions
97 UINT16 *Wor
[all...]

Completed in 103 milliseconds

1234567891011>>