OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TotalLength
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/resources/
rsutils.c
219
* PARAMETERS:
TotalLength
- Length of the AML descriptor, including
234
ACPI_RSDESC_SIZE
TotalLength
,
246
(
TotalLength
- AcpiUtGetResourceHeaderLength (Aml));
276
*
TotalLength
- Length of the AML descriptor, including
291
ACPI_RSDESC_SIZE
TotalLength
,
303
AcpiRsSetResourceLength (
TotalLength
, Aml);
373
ACPI_RSDESC_SIZE
TotalLength
;
380
TotalLength
= ResourceLength + sizeof (AML_RESOURCE_LARGE_HEADER);
390
if (
TotalLength
> (ACPI_RSDESC_SIZE) (MinimumLength + 1))
414
TotalLength
= (UINT32) strlen
[
all
...]
/src/sys/external/bsd/acpica/dist/disassembler/
dmresrcl.c
533
UINT32
TotalLength
;
536
TotalLength
= ResourceLength + sizeof (AML_RESOURCE_LARGE_HEADER);
540
if (
TotalLength
<= MinimumTotalLength)
566
if (
TotalLength
> (MinimumTotalLength + 1))
/src/sys/external/bsd/acpica/dist/compiler/
dtcompiler.h
130
UINT32
TotalLength
;
/src/sys/external/bsd/gnu-efi/dist/inc/
efiip.h
118
UINT16
TotalLength
;
Completed in 17 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026