OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UtCheckIntegerRange
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
aslresources.y
244
OptionalSlaveMode_First {
UtCheckIntegerRange
($4, 0x00, 0x01);} /* 04: SlaveMode */
245
',' ByteConstExpr {
UtCheckIntegerRange
($7, 0x00, 0x03);} /* 07: PhyType */
246
OptionalByteConstExpr {
UtCheckIntegerRange
($9, 0x00, 0xFC);} /* 09: LocalPortInstance */
340
ByteConstExpr {
UtCheckIntegerRange
($4, 0xC0, 0xFF);}
421
ByteConstExpr {
UtCheckIntegerRange
($4, 0xC0, 0xFF);}
821
ByteConstExpr {
UtCheckIntegerRange
($4, 0xC0, 0xFF);}
1063
ByteConstExpr {
UtCheckIntegerRange
($4, 0xC0, 0xFF);}
asltree.c
231
UtCheckIntegerRange
(Op, 0x00, ACPI_UINT8_MAX);
237
UtCheckIntegerRange
(Op, 0x00, ACPI_UINT16_MAX);
243
UtCheckIntegerRange
(Op, 0x00, ACPI_UINT32_MAX);
aslkeywords.y
205
: ByteConst {$$ =
UtCheckIntegerRange
($1, ACPI_NUM_PREDEFINED_REGIONS, 0xFF);}
338
| ByteConstExpr {$$ =
UtCheckIntegerRange
($1, 0x80, 0xFF);}
aslutils.c
841
* FUNCTION:
UtCheckIntegerRange
854
UtCheckIntegerRange
(
aslcompiler.h
1326
UtCheckIntegerRange
(
aslprimaries.y
894
OptionalByteConstExpr {
UtCheckIntegerRange
($5, 0, 7);}
1056
| ByteConst {$$ =
UtCheckIntegerRange
($1, 0x80, 0xFF);}
Completed in 20 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025