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

123456789

/freebsd-10.2-release/sys/boot/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;
33 typedef UINT8 BOOLEAN;
75 UINT8 Data4[8];
85 UINT8 Month; // 1 - 12
86 UINT8 Day; // 1 - 31
87 UINT8 Hour; // 0 - 23
88 UINT8 Minute; // 0 - 59
89 UINT8 Second; // 0 - 59
90 UINT8 Pad1;
93 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
H A Defidevp.h35 UINT8 Type;
36 UINT8 SubType;
37 UINT8 Length[2];
58 #define NextDevicePathNode(a) ( (EFI_DEVICE_PATH *) ( ((UINT8 *) (a)) + DevicePathNodeLength(a)))
67 (a)->Length[0] = (UINT8) (l); \
68 (a)->Length[1] = (UINT8) ((l) >> 8); \
88 UINT8 Function;
89 UINT8 Device;
95 UINT8 FunctionNumber;
117 UINT8 LegacyDriveLette
[all...]
H A Defipxebc.h58 UINT8 BootpOpcode;
59 UINT8 BootpHwType;
60 UINT8 BootpHwAddrLen;
61 UINT8 BootpGateHops;
65 UINT8 BootpCiAddr[4];
66 UINT8 BootpYiAddr[4];
67 UINT8 BootpSiAddr[4];
68 UINT8 BootpGiAddr[4];
69 UINT8 BootpHwAddr[16];
70 UINT8 BootpSrvNam
[all...]
/freebsd-10.2-release/sys/contrib/dev/acpica/include/
H A Dacrestyp.h57 #define ACPI_READ_ONLY_MEMORY (UINT8) 0x00
58 #define ACPI_READ_WRITE_MEMORY (UINT8) 0x01
60 #define ACPI_NON_CACHEABLE_MEMORY (UINT8) 0x00
61 #define ACPI_CACHABLE_MEMORY (UINT8) 0x01
62 #define ACPI_WRITE_COMBINING_MEMORY (UINT8) 0x02
63 #define ACPI_PREFETCHABLE_MEMORY (UINT8) 0x03
73 #define ACPI_NON_ISA_ONLY_RANGES (UINT8) 0x01
74 #define ACPI_ISA_ONLY_RANGES (UINT8) 0x02
79 #define ACPI_SPARSE_TRANSLATION (UINT8) 0x01
84 #define ACPI_DECODE_10 (UINT8)
[all...]
H A Dactbl2.h140 UINT8 Type;
141 UINT8 Reserved;
168 UINT8 MinResetValue;
169 UINT8 MinPollInterval;
172 UINT8 Flags;
173 UINT8 Reserved2[3];
187 UINT8 AssertMask;
188 UINT8 DeassertMask;
189 UINT8 Alerts;
190 UINT8 DataLengt
[all...]
H A Dactbl.h108 UINT8 Revision; /* ACPI Specification minor version number */
109 UINT8 Checksum; /* To make sum of entire table == 0 */
131 UINT8 SpaceId; /* Address space where struct or register exists */
132 UINT8 BitWidth; /* Size in bits of given register */
133 UINT8 BitOffset; /* Bit offset within the register */
134 UINT8 AccessWidth; /* Minimum Access size (ACPI 3.0) */
150 UINT8 Checksum; /* ACPI 1.0 checksum */
152 UINT8 Revision; /* Must be (0) for ACPI 1.0 or (2) for ACPI 2.0+ */
156 UINT8 ExtendedChecksum; /* Checksum of entire table (ACPI 2.0+) */
157 UINT8 Reserve
[all...]
H A Dacstruct.h76 UINT8 DescriptorType; /* To differentiate various internal objs */
77 UINT8 WalkType;
79 UINT8 NextOpInfo; /* Info about NextOp */
80 UINT8 NumOperands; /* Stack pointer for Operands[] array */
81 UINT8 OperandIndex; /* Index into operand stack, to be used by AcpiDsObjStackPush */
84 UINT8 CurrentResult;
85 UINT8 ReturnUsed;
86 UINT8 ScopeDepth;
87 UINT8 PassNumber; /* Parse pass during table load */
88 UINT8 ResultSiz
[all...]
H A Damlresrc.h151 UINT8 DescriptorType;
164 UINT8 Flags;
180 UINT8 DmaChannelMask;
181 UINT8 Flags;
189 UINT8 Flags;
211 UINT8 Flags;
214 UINT8 Alignment;
215 UINT8 AddressLength;
224 UINT8 AddressLength;
239 UINT8 Checksu
[all...]
H A Dacbuffer.h84 UINT8 Month;
85 UINT8 Day;
86 UINT8 Hour;
87 UINT8 Minute;
88 UINT8 Second;
89 UINT8 Valid;
92 UINT8 Daylight;
93 UINT8 Reserved[3];
120 UINT8 Revision;
121 UINT8 IgnoreColo
[all...]
H A Dacmacros.h53 #define ACPI_CAST8(ptr) ACPI_CAST_PTR (UINT8, (ptr))
61 #define ACPI_SET8(ptr, val) (*ACPI_CAST8 (ptr) = (UINT8) (val))
90 #define ACPI_MOVE_16_TO_16(d, s) {(( UINT8 *)(void *)(d))[0] = ((UINT8 *)(void *)(s))[1];\
91 (( UINT8 *)(void *)(d))[1] = ((UINT8 *)(void *)(s))[0];}
94 ((UINT8 *)(void *)(d))[2] = ((UINT8 *)(void *)(s))[1];\
95 ((UINT8 *)(void *)(d))[3] = ((UINT8 *)(voi
[all...]
H A Dacobject.h83 UINT8 DescriptorType; /* To differentiate various internal objs */\
84 UINT8 Type; /* ACPI_OBJECT_TYPE */\
86 UINT8 Flags;
118 UINT8 Fill[3]; /* Prevent warning on some compilers */
146 ACPI_COMMON_BUFFER_INFO (UINT8) /* Buffer in AML stream or allocated buffer */
148 UINT8 *AmlStart;
159 UINT8 *AmlStart;
183 UINT8 SyncLevel; /* 0-15, specified in Mutex() call */
191 UINT8 OriginalSyncLevel; /* Owner's original sync level (0-15) */
199 UINT8 SpaceI
[all...]
H A Dactbl3.h116 UINT8 Status;
117 UINT8 ImageType;
171 UINT8 Size[7];
172 UINT8 Type;
189 UINT8 DpsId[16];
213 UINT8 Length;
214 UINT8 Revision;
236 UINT8 Reserved[4];
251 UINT8 Reserved[4];
263 UINT8 Signatur
[all...]
H A Daclocal.h182 UINT8 DescriptorType; /* Differentiate object descriptor types */
183 UINT8 Type; /* ACPI Type associated with this name */
184 UINT8 Flags; /* Miscellaneous flags */
226 UINT8 Flags;
289 UINT8 *ResourceBuffer;
295 UINT8 FieldFlags;
296 UINT8 Attribute;
297 UINT8 FieldType;
298 UINT8 AccessLength;
353 UINT8 ExpectedBtype
[all...]
H A Dactbl1.h108 UINT8 Type;
109 UINT8 Length;
118 UINT8 Action;
119 UINT8 Instruction;
120 UINT8 Flags;
121 UINT8 Reserved;
202 UINT8 Id; /* Processor ID */
203 UINT8 Eid; /* Processor EID */
222 UINT8 Gpe; /* The GPE for the EC */
223 UINT8 I
[all...]
H A Dactypes.h64 #define ACPI_UINT8_MAX (UINT8) (~((UINT8) 0)) /* 0xFF */
81 * UINT8 8-bit (1 byte) unsigned value
128 typedef unsigned char UINT8; typedef
480 typedef UINT8 ACPI_OWNER_ID;
520 #define ACPI_LOBYTE(Integer) ((UINT8) (UINT16)(Integer))
521 #define ACPI_HIBYTE(Integer) ((UINT8) (((UINT16)(Integer)) >> 8))
540 #define ACPI_ADD_PTR(t, a, b) ACPI_CAST_PTR (t, (ACPI_CAST_PTR (UINT8, (a)) + (ACPI_SIZE)(b)))
541 #define ACPI_SUB_PTR(t, a, b) ACPI_CAST_PTR (t, (ACPI_CAST_PTR (UINT8, (a)) - (ACPI_SIZE)(b)))
542 #define ACPI_PTR_DIFF(a, b) (ACPI_SIZE) (ACPI_CAST_PTR (UINT8, (
[all...]
H A Dacresrc.h69 UINT8 Opcode;
70 UINT8 ResourceOffset;
71 UINT8 AmlOffset;
72 UINT8 Value;
122 #define ACPI_RS_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_RESOURCE,f)
123 #define AML_OFFSET(f) (UINT8) ACPI_OFFSET (AML_RESOURCE,f)
131 UINT8 Opcode;
132 UINT8 Offset;
169 extern const UINT8 AcpiGbl_AmlResourceSizes[];
170 extern const UINT8 AcpiGbl_AmlResourceSerialBusSize
[all...]
H A Dachware.h75 UINT8 MaxBitWidth,
117 UINT8 SleepState);
121 UINT8 SleepState);
125 UINT8 SleepState);
138 UINT8 SleepState);
142 UINT8 SleepState);
146 UINT8 SleepState);
H A Dactables.h63 UINT8 *
65 UINT8 *StartAddress,
81 UINT8 Flags,
88 UINT8 Flags);
161 UINT8 *TableFlags);
167 UINT8 TableFlags);
172 UINT8 Flags,
219 UINT8
221 UINT8 *Buffer,
/freebsd-10.2-release/sys/contrib/dev/acpica/components/utilities/
H A Duthex.c95 UINT8
102 return ((UINT8) (HexChar - 0x30));
107 return ((UINT8) (HexChar - 0x37));
110 return ((UINT8) (HexChar - 0x57));
/freebsd-10.2-release/sys/boot/ia64/ski/
H A Dacpi_stub.c40 UINT8 ProcessorId; /* ACPI processor id */
41 UINT8 LocalSapicId; /* Processor local SAPIC id */
42 UINT8 LocalSapicEid; /* Processor local SAPIC eid */
43 UINT8 Reserved[3];
51 UINT8 IoSapicId; /* I/O SAPIC ID */
52 UINT8 Reserved; /* reserved - must be zero */
162 cksum(void *addr, int sz, UINT8 *sum)
164 UINT8 *p, s;
/freebsd-10.2-release/sys/contrib/dev/acpica/compiler/
H A Dasltypes.h89 UINT8 NumArguments;
90 UINT8 LocalInitialized[ACPI_METHOD_NUM_LOCALS];
91 UINT8 ArgInitialized[ACPI_METHOD_NUM_ARGS];
92 UINT8 HasBeenTyped;
93 UINT8 ShouldBeSerialized;
114 UINT8 Flags;
210 UINT8 Level;
263 UINT8 Type;
264 UINT8 Direction;
265 UINT8 Polarit
[all...]
/freebsd-10.2-release/sys/contrib/dev/acpica/components/resources/
H A Drsdump.c66 UINT8 Value);
90 UINT8 *Data);
99 UINT8 Length,
104 UINT8 Length,
105 UINT8 *Data);
216 UINT8 *RouteTable)
219 UINT8 Count;
265 UINT8 *Target = NULL;
266 UINT8 *PreviousTarget;
268 UINT8 Coun
[all...]
/freebsd-10.2-release/sys/contrib/dev/acpica/components/tables/
H A Dtbprint.c206 UINT8 Checksum;
222 Checksum = AcpiTbChecksum (ACPI_CAST_PTR (UINT8, Table), Length);
232 (UINT8) (Table->Checksum - Checksum)));
250 * RETURN: Checksum (UINT8)
256 UINT8
258 UINT8 *Buffer,
261 UINT8 Sum = 0;
262 UINT8 *End = Buffer + Length;
267 Sum = (UINT8) (Sum + *(Buffer++));

Completed in 315 milliseconds

123456789