OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
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
136
OptionalSlaveMode_First {
UtCheckIntegerRange
($4, 0x00, 0x01);} /* 04: SlaveMode */
137
',' ByteConstExpr {
UtCheckIntegerRange
($7, 0x00, 0x03);} /* 07: PhyType */
138
OptionalByteConstExpr {
UtCheckIntegerRange
($9, 0x00, 0xFC);} /* 09: LocalPortInstance */
232
ByteConstExpr {
UtCheckIntegerRange
($4, 0xC0, 0xFF);}
313
ByteConstExpr {
UtCheckIntegerRange
($4, 0xC0, 0xFF);}
713
ByteConstExpr {
UtCheckIntegerRange
($4, 0xC0, 0xFF);}
955
ByteConstExpr {
UtCheckIntegerRange
($4, 0xC0, 0xFF);}
asltree.c
123
UtCheckIntegerRange
(Op, 0x00, ACPI_UINT8_MAX);
129
UtCheckIntegerRange
(Op, 0x00, ACPI_UINT16_MAX);
135
UtCheckIntegerRange
(Op, 0x00, ACPI_UINT32_MAX);
aslkeywords.y
97
: ByteConst {$$ =
UtCheckIntegerRange
($1, ACPI_NUM_PREDEFINED_REGIONS, 0xFF);}
230
| ByteConstExpr {$$ =
UtCheckIntegerRange
($1, 0x80, 0xFF);}
aslutils.c
733
* FUNCTION:
UtCheckIntegerRange
746
UtCheckIntegerRange
(
aslcompiler.h
1218
UtCheckIntegerRange
(
aslprimaries.y
786
OptionalByteConstExpr {
UtCheckIntegerRange
($5, 0, 7);}
948
| ByteConst {$$ =
UtCheckIntegerRange
($1, 0x80, 0xFF);}
Completed in 30 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026