Searched refs:UINT32 (Results 151 - 175 of 383) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutuuid.c199 UINT32 i;
H A Dutaddress.c189 UINT32 Length,
318 UINT32
322 UINT32 Length,
328 UINT32 OverlapCount = 0;
H A Dutids.c186 UINT32 Length;
274 UINT32 Length;
369 UINT32 StringAreaSize;
370 UINT32 Length;
371 UINT32 CidListSize;
373 UINT32 Count;
374 UINT32 i;
520 UINT32 Count;
522 UINT32 Length;
H A Dutstrtoul64.c235 UINT32 Base = 10; /* Default is decimal */
459 UINT32 Base = 10; /* Default is decimal */
/freebsd-11-stable/sys/contrib/edk2/Include/Guid/
H A DWinCertificate.h35 UINT32 dwLength;
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslrestype1.c252 UINT32 CurrentByteOffset;
253 UINT32 i;
358 UINT32 CurrentByteOffset;
359 UINT32 i;
385 Descriptor->Memory32.Minimum = (UINT32) InitializerOp->Asl.Value.Integer;
393 Descriptor->Memory32.Maximum = (UINT32) InitializerOp->Asl.Value.Integer;
401 Descriptor->Memory32.Alignment = (UINT32) InitializerOp->Asl.Value.Integer;
409 Descriptor->Memory32.AddressLength = (UINT32) InitializerOp->Asl.Value.Integer;
461 UINT32 CurrentByteOffset;
462 UINT32
[all...]
H A Daslrestype1i.c188 UINT32 CurrentByteOffset;
189 UINT32 i;
308 UINT32 CurrentByteOffset;
309 UINT32 i;
384 UINT32 CurrentByteOffset;
385 UINT32 i;
467 UINT32 CurrentByteOffset;
468 UINT32 i;
574 UINT32 Interrupts = 0;
576 UINT32 CurrentByteOffse
[all...]
H A Daslresource.c189 UINT32 Minimum,
190 UINT32 Maximum,
191 UINT32 Length,
192 UINT32 Alignment,
530 UINT32 Size)
570 UINT32 ByteOffset,
571 UINT32 BitOffset,
572 UINT32 BitLength)
695 UINT32 Value;
707 Value = (UINT32) NextValueO
[all...]
H A Daslxrefout.c167 UINT32 Level,
173 UINT32 Level,
179 UINT32 Level,
186 UINT32 Level,
192 UINT32 Level,
212 UINT32 Length;
337 UINT32 Level,
344 UINT32 Length;
456 (UINT32) Node->Op->Asl.Child->Asl.Value.Integer,
516 UINT32 Leve
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexoparg6.c190 UINT32 MatchOp,
213 UINT32 MatchOp,
414 if (!AcpiExDoMatch ((UINT32) Operand[1]->Integer.Value,
420 if (!AcpiExDoMatch ((UINT32) Operand[3]->Integer.Value,
/freebsd-11-stable/sys/contrib/dev/acpica/components/parser/
H A Dpsscope.c268 UINT32 RemainingArgs,
269 UINT32 ArgCount)
330 UINT32 *ArgList,
331 UINT32 *ArgCount)
H A Dpsargs.c165 static UINT32
188 static UINT32
193 UINT32 PackageLength = 0;
194 UINT32 ByteCount;
250 UINT32 PackageLength;
538 UINT32 ArgType,
541 UINT32 Length;
643 UINT32 Name;
647 UINT32 PkgLength;
649 UINT32 BufferLengt
[all...]
/freebsd-11-stable/stand/efi/include/
H A Defipart.h52 #define EXTRACT_UINT32(D) (UINT32)(D[0] | (D[1] << 8) | (D[2] << 16) | (D[3] << 24))
H A Defidevp.h99 UINT32 MemoryType;
121 UINT32 Controller;
132 UINT32 HID;
133 UINT32 UID;
139 UINT32 HID;
140 UINT32 UID;
141 UINT32 CID;
155 #define EISA_ID(_Name, _Num) ((UINT32) ((_Name) | (_Num) << 16))
184 UINT32 Reserved;
192 UINT32 Reserve
[all...]
/freebsd-11-stable/stand/efi/include/Protocol/
H A DEdidOverride.h53 OUT UINT32 *Attributes,
/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c169 UINT32 NestingLevel,
195 UINT32 Address;
196 UINT32 AmlOffset;
208 AmlOffset = (UINT32) ACPI_PTR_DIFF (Op->Common.Aml,
274 UINT32 Index;
275 UINT32 Value;
415 UINT32 NumStatements = 8;
552 UINT32 NestingLevel,
561 UINT32 i;
H A Ddbdisply.c179 UINT32 NestingLevel,
311 UINT32 Display = DB_BYTE_DISPLAY;
315 UINT32 Size;
533 UINT32 NumOps = 0;
534 UINT32 NumOperands = 0;
535 UINT32 NumOperators = 0;
536 UINT32 NumRemainingOps = 0;
537 UINT32 NumRemainingOperands = 0;
538 UINT32 NumRemainingOperators = 0;
555 (UINT32) ObjDes
[all...]
H A Ddbutils.c171 UINT32 Address);
193 UINT32 i;
232 UINT32 OutputFlags)
265 UINT32 Level)
267 UINT32 i;
481 UINT32 Value,
526 UINT32 BaseAmlOffset;
612 UINT32 Address)
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacmacros.h163 #define ACPI_CAST32(ptr) ACPI_CAST_PTR (UINT32, (ptr))
171 #define ACPI_SET32(ptr, val) (*ACPI_CAST32 (ptr) = (UINT32) (val))
201 #define ACPI_MOVE_16_TO_32(d, s) {(*(UINT32 *)(void *)(d))=0;\
250 #define ACPI_MOVE_16_TO_32(d, s) *(UINT32 *)(void *)(d) = *(UINT16 *)(void *)(s)
256 #define ACPI_MOVE_32_TO_32(d, s) *(UINT32 *)(void *)(d) = *(UINT32 *)(void *)(s)
257 #define ACPI_MOVE_32_TO_64(d, s) *(UINT64 *)(void *)(d) = *(UINT32 *)(void *)(s)
277 #define ACPI_MOVE_16_TO_32(d, s) {(*(UINT32 *)(void *)(d)) = 0; ACPI_MOVE_16_TO_16(d, s);}
310 #define _ACPI_DIV(value, PowerOf2) ((UINT32) ((value) >> (PowerOf2)))
311 #define _ACPI_MUL(value, PowerOf2) ((UINT32) ((valu
[all...]
/freebsd-11-stable/sys/dev/acpi_support/
H A Dacpi_toshiba.c135 typedef int hci_fn_t(ACPI_HANDLE, int, UINT32 *);
146 static int hci_call(ACPI_HANDLE h, int op, int function, UINT32 *arg);
148 UINT32 key);
149 static void acpi_toshiba_notify(ACPI_HANDLE h, UINT32 notify,
293 UINT32 arg;
321 hci_force_fan(ACPI_HANDLE h, int op, UINT32 *state)
338 hci_video_output(ACPI_HANDLE h, int op, UINT32 *video_output)
365 hci_lcd_brightness(ACPI_HANDLE h, int op, UINT32 *brightness)
382 hci_lcd_backlight(ACPI_HANDLE h, int op, UINT32 *backlight)
394 hci_cpu_speed(ACPI_HANDLE h, int op, UINT32 *spee
[all...]
H A Dacpi_panasonic.c78 typedef int hkey_fn_t(ACPI_HANDLE, int, UINT32 *);
89 ACPI_HANDLE h, UINT32 *arg);
91 ACPI_HANDLE h, UINT32 key);
92 static void acpi_panasonic_notify(ACPI_HANDLE h, UINT32 notify,
241 UINT32 arg;
305 hkey_lcd_brightness_max(ACPI_HANDLE h, int op, UINT32 *val)
326 hkey_lcd_brightness_min(ACPI_HANDLE h, int op, UINT32 *val)
347 hkey_lcd_brightness(ACPI_HANDLE h, int op, UINT32 *val)
350 UINT32 max, min;
373 hkey_sound_mute(ACPI_HANDLE h, int op, UINT32 *va
[all...]
/freebsd-11-stable/sys/contrib/edk2/Include/Protocol/
H A DDebugPort.h71 IN UINT32 Timeout,
95 IN UINT32 Timeout,
/freebsd-11-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsconvert.c185 UINT32 i;
348 UINT32 *DwordBuffer;
349 UINT32 Count;
350 UINT32 i;
418 DwordBuffer = ACPI_CAST_PTR (UINT32, NewObject->Buffer.Pointer);
422 *DwordBuffer = (UINT32) (*Elements)->Integer.Value;
461 UINT32 UnicodeLength;
462 UINT32 i;
H A Dnsdumpdv.c185 UINT32 Level,
192 UINT32 i;
/freebsd-11-stable/sys/contrib/dev/acpica/components/events/
H A Devxfgpe.c238 UINT32 GpeNumber)
294 UINT32 GpeNumber)
353 UINT32 GpeNumber,
423 UINT32 GpeNumber,
479 UINT32 GpeNumber)
532 UINT32 GpeNumber)
680 UINT32 GpeNumber,
687 UINT32 RegisterBit;
766 UINT32 GpeNumber)
815 UINT32 GpeNumbe
[all...]

Completed in 235 milliseconds

1234567891011>>