OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Btype
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
aslmethod.c
582
* PARAMETERS: Op - Op representing a
btype
584
* RETURN:
Btype
represented by Op
595
UINT32
Btype
= ACPI_BTYPE_ANY;
600
Btype
|= AnMapObjTypeToBtype (TypeOp);
605
return (
Btype
);
613
* PARAMETERS: Op - Op representing a
btype
615
* RETURN:
Btype
represented by Op
asltransform.c
531
UINT32
Btype
;
555
Btype
= AslKeywordMapping[Index].AcpiBtype;
556
if ((
Btype
!= ACPI_BTYPE_INTEGER) &&
557
(
Btype
!= ACPI_BTYPE_STRING) &&
558
(
Btype
!= ACPI_BTYPE_BUFFER))
561
Btype
= ACPI_BTYPE_INTEGER;
820
/* Create the initial value for the Name.
Btype
was already validated above */
822
switch (
Btype
)
Completed in 21 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026