OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParamObjects
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/debugger/
dbtest.c
922
ACPI_OBJECT_LIST
ParamObjects
;
932
ParamObjects
.Count = 1;
933
ParamObjects
.Pointer = Params;
939
&
ParamObjects
, &ReturnObj);
1009
ACPI_OBJECT_LIST
ParamObjects
;
1022
ParamObjects
.Count = 2;
1023
ParamObjects
.Pointer = Params;
1026
Status = AcpiEvaluateObject (WriteHandle, NULL, &
ParamObjects
, NULL);
1103
ACPI_OBJECT_LIST
ParamObjects
;
1142
ParamObjects
.Count = 0
[
all
...]
dbmethod.c
459
ACPI_OBJECT_LIST
ParamObjects
;
480
ParamObjects
.Pointer = NULL;
481
ParamObjects
.Count = 0;
493
ParamObjects
.Pointer = Params;
494
ParamObjects
.Count = ObjInfo->ParamCount;
505
Status = AcpiEvaluateObject (Node, NULL, &
ParamObjects
, &ReturnObj);
dbexec.c
158
ACPI_OBJECT_LIST
ParamObjects
;
171
ParamObjects
.Count = 0;
172
ParamObjects
.Pointer = NULL;
194
ParamObjects
.Count = i;
195
ParamObjects
.Pointer = Params;
207
&
ParamObjects
, ReturnObj);
239
AcpiDbDeleteObjects (
ParamObjects
.Count, Params);
Completed in 21 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026