OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Maximum
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
aslresource.c
58
*
Maximum
- Address Max value
82
UINT32
Maximum
,
113
if (!Minimum && !
Maximum
&& !Length)
133
if (Minimum >
Maximum
)
137
else if (Length > (
Maximum
- Minimum + 1))
152
Maximum
<<= 8;
169
if (
Maximum
% Alignment)
181
*
Maximum
- Address Max value
202
* _MAF flag set means that the
maximum
address is fixed and is not relocatable
213
UINT64
Maximum
,
[
all
...]
aslrestype2e.c
158
Descriptor->ExtAddress64.
Maximum
= InitializerOp->Asl.Value.Integer;
160
CurrentByteOffset + ASL_RESDESC_OFFSET (ExtAddress64.
Maximum
));
218
Descriptor->ExtAddress64.
Maximum
,
338
Descriptor->ExtAddress64.
Maximum
= InitializerOp->Asl.Value.Integer;
340
CurrentByteOffset + ASL_RESDESC_OFFSET (ExtAddress64.
Maximum
));
399
Descriptor->ExtAddress64.
Maximum
,
516
Descriptor->ExtAddress64.
Maximum
= InitializerOp->Asl.Value.Integer;
518
CurrentByteOffset + ASL_RESDESC_OFFSET (ExtAddress64.
Maximum
));
562
Descriptor->ExtAddress64.
Maximum
,
aslrestype2d.c
140
Descriptor->Address32.
Maximum
=
203
(UINT64) Descriptor->Address32.
Maximum
,
325
Descriptor->Address32.
Maximum
=
328
CurrentByteOffset + ASL_RESDESC_OFFSET (Address32.
Maximum
));
433
(UINT64) Descriptor->Address32.
Maximum
,
563
Descriptor->Address32.
Maximum
=
566
CurrentByteOffset + ASL_RESDESC_OFFSET (Address32.
Maximum
));
668
(UINT64) Descriptor->Address32.
Maximum
,
794
Descriptor->Address32.
Maximum
=
797
CurrentByteOffset + ASL_RESDESC_OFFSET (Address32.
Maximum
));
[
all
...]
aslrestype2q.c
167
Descriptor->Address64.
Maximum
= InitializerOp->Asl.Value.Integer;
169
CurrentByteOffset + ASL_RESDESC_OFFSET (Address64.
Maximum
));
268
Descriptor->Address64.
Maximum
,
395
Descriptor->Address64.
Maximum
= InitializerOp->Asl.Value.Integer;
397
CurrentByteOffset + ASL_RESDESC_OFFSET (Address64.
Maximum
));
497
Descriptor->Address64.
Maximum
,
589
Descriptor->Address32.
Maximum
=
652
(UINT64) Descriptor->Address32.
Maximum
,
776
Descriptor->Address64.
Maximum
= InitializerOp->Asl.Value.Integer;
778
CurrentByteOffset + ASL_RESDESC_OFFSET (Address64.
Maximum
));
[
all
...]
aslrestype2w.c
167
Descriptor->Address16.
Maximum
= (UINT16) InitializerOp->Asl.Value.Integer;
169
CurrentByteOffset + ASL_RESDESC_OFFSET (Address16.
Maximum
));
268
(UINT64) Descriptor->Address16.
Maximum
,
383
Descriptor->Address16.
Maximum
=
386
CurrentByteOffset + ASL_RESDESC_OFFSET (Address16.
Maximum
));
473
(UINT64) Descriptor->Address16.
Maximum
,
565
Descriptor->Address32.
Maximum
=
628
(UINT64) Descriptor->Address32.
Maximum
,
754
Descriptor->Address16.
Maximum
=
757
CurrentByteOffset + ASL_RESDESC_OFFSET (Address16.
Maximum
));
[
all
...]
aslrestype1.c
179
Descriptor->Memory24.
Maximum
= (UINT16) InitializerOp->Asl.Value.Integer;
181
CurrentByteOffset + ASL_RESDESC_OFFSET (Memory24.
Maximum
));
218
Descriptor->Memory24.
Maximum
,
285
Descriptor->Memory32.
Maximum
= (UINT32) InitializerOp->Asl.Value.Integer;
287
CurrentByteOffset + ASL_RESDESC_OFFSET (Memory32.
Maximum
));
325
Descriptor->Memory32.
Maximum
,
614
/*
Maximum
7 vendor data bytes allowed (0-6) */
aslrestype1i.c
395
Descriptor->Io.
Maximum
=
398
CurrentByteOffset + ASL_RESDESC_OFFSET (Io.
Maximum
));
438
Descriptor->Io.
Maximum
,
aslcompiler.h
1257
UINT32
Maximum
,
1269
UINT64
Maximum
,
/src/sys/external/bsd/acpica/dist/include/
amlresrc.h
220
UINT16
Maximum
;
286
UINT16
Maximum
;
305
UINT32
Maximum
;
344
UINT64
Maximum
;
360
UINT64
Maximum
;
373
UINT32
Maximum
;
386
UINT16
Maximum
;
acrestyp.h
226
UINT16
Maximum
;
283
UINT16
Maximum
;
293
UINT32
Maximum
;
365
UINT16
Maximum
;
375
UINT32
Maximum
;
385
UINT64
Maximum
;
/src/sys/dev/acpi/
acpi_resource.c
119
res->Data.Io.
Maximum
) {
132
res->Data.Io.
Maximum
,
137
res->Data.Io.
Maximum
,
157
res->Data.Memory32.
Maximum
) {
171
res->Data.Memory32.
Maximum
,
176
res->Data.Memory32.
Maximum
,
184
res->Data.Memory24.
Maximum
) {
198
res->Data.Memory24.
Maximum
,
203
res->Data.Memory24.
Maximum
,
268
res->Data.Address32.Address.
Maximum
,
[
all
...]
/src/sys/external/bsd/acpica/dist/resources/
rsdumpinfo.c
108
{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Io.
Maximum
), "Address
Maximum
", NULL},
137
{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Memory24.
Maximum
), "Address
Maximum
", NULL},
147
{ACPI_RSD_UINT32, ACPI_RSD_OFFSET (Memory32.
Maximum
), "Address
Maximum
", NULL},
166
{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Address16.Address.
Maximum
), "Address
Maximum
", NULL},
179
{ACPI_RSD_UINT32, ACPI_RSD_OFFSET (Address32.Address.
Maximum
), "Address
Maximum
", NULL}
[
all
...]
rsxface.c
66
ACPI_COPY_FIELD(Out, In, Address.
Maximum
); \
/src/sys/external/bsd/acpica/dist/disassembler/
dmresrcs.c
216
AcpiDmDumpInteger16 (Resource->Io.
Maximum
, "Range
Maximum
");
/src/sys/arch/arm/acpi/
acpipchb.c
275
"
maximum
number of ranges reached (ACPIPCHB_MAX_RANGES)\n");
283
range->max = res->Data.Address32.Address.
Maximum
;
288
range->max = res->Data.Address64.Address.
Maximum
;
/src/usr.sbin/sysinst/
msg.mi.de
363
* $1 =
maximum
allowed 4292098047
368
-1: bis zum Ende /
Maximum
}
372
* $1 =
maximum
allowed 4292098047
380
* $1 =
maximum
allowed 4292098047
Completed in 35 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026