Searched refs:UINT8 (Results 1 - 25 of 271) sorted by relevance

1234567891011

/freebsd-11-stable/stand/efi/include/
H A Defipart.h40 UINT8 BootIndicator;
41 UINT8 StartHead;
42 UINT8 StartSector;
43 UINT8 StartTrack;
44 UINT8 OSIndicator;
45 UINT8 EndHead;
46 UINT8 EndSector;
47 UINT8 EndTrack;
48 UINT8 StartingLBA[4];
49 UINT8 SizeInLB
[all...]
H A Defidef.h32 typedef UINT8 CHAR8;
34 typedef UINT8 BOOLEAN;
77 UINT8 Data4[8];
87 UINT8 Month; // 1 - 12
88 UINT8 Day; // 1 - 31
89 UINT8 Hour; // 0 - 23
90 UINT8 Minute; // 0 - 59
91 UINT8 Second; // 0 - 59
92 UINT8 Pad1;
95 UINT8 Dayligh
[all...]
H A Defi_nii.h73 UINT8 Type;
74 UINT8 MajorVer;
75 UINT8 MinorVer;
80 UINT8 IfNum; // interface number to be used with pxeid structure
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacrestyp.h165 #define ACPI_READ_ONLY_MEMORY (UINT8) 0x00
166 #define ACPI_READ_WRITE_MEMORY (UINT8) 0x01
168 #define ACPI_NON_CACHEABLE_MEMORY (UINT8) 0x00
169 #define ACPI_CACHABLE_MEMORY (UINT8) 0x01
170 #define ACPI_WRITE_COMBINING_MEMORY (UINT8) 0x02
171 #define ACPI_PREFETCHABLE_MEMORY (UINT8) 0x03
181 #define ACPI_NON_ISA_ONLY_RANGES (UINT8) 0x01
182 #define ACPI_ISA_ONLY_RANGES (UINT8) 0x02
187 #define ACPI_SPARSE_TRANSLATION (UINT8) 0x01
192 #define ACPI_DECODE_10 (UINT8)
[all...]
H A Damlresrc.h262 UINT8 DescriptorType;
275 UINT8 Flags;
291 UINT8 DmaChannelMask;
292 UINT8 Flags;
300 UINT8 Flags;
322 UINT8 Flags;
325 UINT8 Alignment;
326 UINT8 AddressLength;
335 UINT8 AddressLength;
350 UINT8 Checksu
[all...]
H A Dactbl.h217 UINT8 Revision; /* ACPI Specification minor version number */
218 UINT8 Checksum; /* To make sum of entire table == 0 */
240 UINT8 SpaceId; /* Address space where struct or register exists */
241 UINT8 BitWidth; /* Size in bits of given register */
242 UINT8 BitOffset; /* Bit offset within the register */
243 UINT8 AccessWidth; /* Minimum Access size (ACPI 3.0) */
259 UINT8 Checksum; /* ACPI 1.0 checksum */
261 UINT8 Revision; /* Must be (0) for ACPI 1.0 or (2) for ACPI 2.0+ */
265 UINT8 ExtendedChecksum; /* Checksum of entire table (ACPI 2.0+) */
266 UINT8 Reserve
[all...]
H A Dactbl2.h252 UINT8 Type;
253 UINT8 Reserved;
280 UINT8 MinResetValue;
281 UINT8 MinPollInterval;
284 UINT8 Flags;
285 UINT8 Reserved2[3];
299 UINT8 AssertMask;
300 UINT8 DeassertMask;
301 UINT8 Alerts;
302 UINT8 DataLengt
[all...]
H A Dacstruct.h184 UINT8 DescriptorType; /* To differentiate various internal objs */
185 UINT8 WalkType;
187 UINT8 NextOpInfo; /* Info about NextOp */
188 UINT8 NumOperands; /* Stack pointer for Operands[] array */
189 UINT8 OperandIndex; /* Index into operand stack, to be used by AcpiDsObjStackPush */
192 UINT8 CurrentResult;
193 UINT8 ReturnUsed;
194 UINT8 ScopeDepth;
195 UINT8 PassNumber; /* Parse pass during table load */
197 UINT8 ResultSiz
[all...]
H A Dacobject.h191 UINT8 DescriptorType; /* To differentiate various internal objs */\
192 UINT8 Type; /* ACPI_OBJECT_TYPE */\
194 UINT8 Flags;
227 UINT8 Fill[3]; /* Prevent warning on some compilers */
257 ACPI_COMMON_BUFFER_INFO (UINT8) /* Buffer in AML stream or allocated buffer */
259 UINT8 *AmlStart;
270 UINT8 *AmlStart;
294 UINT8 SyncLevel; /* 0-15, specified in Mutex() call */
302 UINT8 OriginalSyncLevel; /* Owner's original sync level (0-15) */
310 UINT8 SpaceI
[all...]
H A Dacbuffer.h192 UINT8 Month;
193 UINT8 Day;
194 UINT8 Hour;
195 UINT8 Minute;
196 UINT8 Second;
197 UINT8 Valid;
200 UINT8 Daylight;
201 UINT8 Reserved[3];
228 UINT8 Revision;
229 UINT8 IgnoreColo
[all...]
H A Dactbl1.h220 UINT8 Type;
221 UINT8 Length;
230 UINT8 Action;
231 UINT8 Instruction;
232 UINT8 Flags;
233 UINT8 Reserved;
314 UINT8 Id; /* Processor ID */
315 UINT8 Eid; /* Processor EID */
334 UINT8 Gpe; /* The GPE for the EC */
335 UINT8 I
[all...]
H A Dactypes.h172 #define ACPI_UINT8_MAX (UINT8) (~((UINT8) 0)) /* 0xFF */
189 * UINT8 8-bit (1 byte) unsigned value
236 typedef unsigned char UINT8; typedef
594 typedef UINT8 ACPI_OWNER_ID;
634 #define ACPI_LOBYTE(Integer) ((UINT8) (UINT16)(Integer))
635 #define ACPI_HIBYTE(Integer) ((UINT8) (((UINT16)(Integer)) >> 8))
654 #define ACPI_ADD_PTR(t, a, b) ACPI_CAST_PTR (t, (ACPI_CAST_PTR (UINT8, (a)) + (ACPI_SIZE)(b)))
655 #define ACPI_SUB_PTR(t, a, b) ACPI_CAST_PTR (t, (ACPI_CAST_PTR (UINT8, (a)) - (ACPI_SIZE)(b)))
656 #define ACPI_PTR_DIFF(a, b) (ACPI_SIZE) (ACPI_CAST_PTR (UINT8, (
[all...]
H A Dactbl3.h224 UINT8 Status;
225 UINT8 ImageType;
284 UINT8 Size[7];
285 UINT8 Type;
302 UINT8 DpsId[16];
326 UINT8 Length;
327 UINT8 Revision;
349 UINT8 Reserved[4];
360 UINT8 Reserved[4];
372 UINT8 Signatur
[all...]
H A Dacresrc.h178 UINT8 Opcode;
179 UINT8 ResourceOffset;
180 UINT8 AmlOffset;
181 UINT8 Value;
231 #define ACPI_RS_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_RESOURCE,f)
232 #define AML_OFFSET(f) (UINT8) ACPI_OFFSET (AML_RESOURCE,f)
240 UINT8 Opcode;
241 UINT8 Offset;
280 extern const UINT8 AcpiGbl_AmlResourceSizes[];
281 extern const UINT8 AcpiGbl_AmlResourceSerialBusSize
[all...]
H A Dactables.h171 UINT8 *
173 UINT8 *StartAddress,
189 UINT8 Flags,
196 UINT8 Flags);
270 UINT8 *TableFlags);
276 UINT8 TableFlags);
281 UINT8 Flags,
298 UINT8 Flags,
345 UINT8
347 UINT8 *Buffe
[all...]
/freebsd-11-stable/sys/contrib/edk2/Include/IndustryStandard/
H A DBluetooth.h28 UINT8 Address[6];
35 UINT8 FormatType:2;
36 UINT8 MinorDeviceClass: 6;
H A DAcpi20.h36 UINT8 AddressSpaceId;
37 UINT8 RegisterBitWidth;
38 UINT8 RegisterBitOffset;
39 UINT8 AddressSize;
54 UINT8 AddressSpaceId;
55 UINT8 RegisterBitWidth;
56 UINT8 RegisterBitOffset;
57 UINT8 Reserved;
80 UINT8 Checksum;
81 UINT8 OemI
[all...]
H A DAcpi30.h36 UINT8 ResType;
37 UINT8 GenFlag;
38 UINT8 SpecificFlag;
39 UINT8 RevisionId;
40 UINT8 Reserved;
70 UINT8 AddressSpaceId;
71 UINT8 RegisterBitWidth;
72 UINT8 RegisterBitOffset;
73 UINT8 AccessSize;
105 UINT8 Checksu
[all...]
H A DAcpi10.h35 UINT8 Revision;
36 UINT8 Checksum;
37 UINT8 OemId[6];
122 UINT8 Desc;
124 UINT8 ResType;
125 UINT8 GenFlag;
126 UINT8 SpecificFlag;
135 UINT8 Byte;
137 UINT8 Length : 3;
138 UINT8 Nam
[all...]
H A DAcpi40.h28 UINT8 AddressSpaceId;
29 UINT8 RegisterBitWidth;
30 UINT8 RegisterBitOffset;
31 UINT8 AccessSize;
63 UINT8 Checksum;
64 UINT8 OemId[6];
65 UINT8 Revision;
69 UINT8 ExtendedChecksum;
70 UINT8 Reserved[3];
116 UINT8 Reserved
[all...]
H A DAcpi50.h40 UINT8 DmaTransferWidth;
48 UINT8 RevisionId;
49 UINT8 ConnectionType;
52 UINT8 PinConfiguration;
56 UINT8 ResourceSourceIndex;
70 UINT8 RevisionId;
71 UINT8 ResourceSourceIndex;
72 UINT8 SerialBusType;
73 UINT8 GeneralFlags;
75 UINT8 TypeSpecificRevisionI
[all...]
H A DAcpi51.h30 UINT8 AddressSpaceId;
31 UINT8 RegisterBitWidth;
32 UINT8 RegisterBitOffset;
33 UINT8 AccessSize;
66 UINT8 Checksum;
67 UINT8 OemId[6];
68 UINT8 Revision;
72 UINT8 ExtendedChecksum;
73 UINT8 Reserved[3];
119 UINT8 Reserved
[all...]
H A DAcpi60.h29 UINT8 AddressSpaceId;
30 UINT8 RegisterBitWidth;
31 UINT8 RegisterBitOffset;
32 UINT8 AccessSize;
65 UINT8 Checksum;
66 UINT8 OemId[6];
67 UINT8 Revision;
71 UINT8 ExtendedChecksum;
72 UINT8 Reserved[3];
118 UINT8 Reserved
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Duthex.c210 UINT8 *ReturnByte)
242 UINT8
251 return ((UINT8) (HexChar - '0'));
258 return ((UINT8) (HexChar - 0x37));
263 return ((UINT8) (HexChar - 0x57));
/freebsd-11-stable/sys/contrib/edk2/Include/Guid/
H A DWinCertificate.h51 /// UINT8 bCertificate[ANYSIZE_ARRAY];
66 UINT8 PublicKey[256];
67 UINT8 Signature[256];
91 UINT8 CertData[1];
122 /// UINT8 Signature[];

Completed in 170 milliseconds

1234567891011