OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParamObjects
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/debugger/
dbexec.c
266
ACPI_OBJECT_LIST
ParamObjects
;
279
ParamObjects
.Count = 0;
280
ParamObjects
.Pointer = NULL;
302
ParamObjects
.Count = i;
303
ParamObjects
.Pointer = Params;
315
&
ParamObjects
, ReturnObj);
347
AcpiDbDeleteObjects (
ParamObjects
.Count, Params);
dbmethod.c
567
ACPI_OBJECT_LIST
ParamObjects
;
588
ParamObjects
.Pointer = NULL;
589
ParamObjects
.Count = 0;
601
ParamObjects
.Pointer = Params;
602
ParamObjects
.Count = ObjInfo->ParamCount;
613
Status = AcpiEvaluateObject (Node, NULL, &
ParamObjects
, &ReturnObj);
dbexec.c
266
ACPI_OBJECT_LIST
ParamObjects
;
279
ParamObjects
.Count = 0;
280
ParamObjects
.Pointer = NULL;
302
ParamObjects
.Count = i;
303
ParamObjects
.Pointer = Params;
315
&
ParamObjects
, ReturnObj);
347
AcpiDbDeleteObjects (
ParamObjects
.Count, Params);
dbmethod.c
567
ACPI_OBJECT_LIST
ParamObjects
;
588
ParamObjects
.Pointer = NULL;
589
ParamObjects
.Count = 0;
601
ParamObjects
.Pointer = Params;
602
ParamObjects
.Count = ObjInfo->ParamCount;
613
Status = AcpiEvaluateObject (Node, NULL, &
ParamObjects
, &ReturnObj);
dbtest.c
1030
ACPI_OBJECT_LIST
ParamObjects
;
1040
ParamObjects
.Count = 1;
1041
ParamObjects
.Pointer = Params;
1047
&
ParamObjects
, &ReturnObj);
1117
ACPI_OBJECT_LIST
ParamObjects
;
1130
ParamObjects
.Count = 2;
1131
ParamObjects
.Pointer = Params;
1134
Status = AcpiEvaluateObject (WriteHandle, NULL, &
ParamObjects
, NULL);
1211
ACPI_OBJECT_LIST
ParamObjects
;
1250
ParamObjects
.Count = 0
[
all
...]
dbtest.c
1030
ACPI_OBJECT_LIST
ParamObjects
;
1040
ParamObjects
.Count = 1;
1041
ParamObjects
.Pointer = Params;
1047
&
ParamObjects
, &ReturnObj);
1117
ACPI_OBJECT_LIST
ParamObjects
;
1130
ParamObjects
.Count = 2;
1131
ParamObjects
.Pointer = Params;
1134
Status = AcpiEvaluateObject (WriteHandle, NULL, &
ParamObjects
, NULL);
1211
ACPI_OBJECT_LIST
ParamObjects
;
1250
ParamObjects
.Count = 0
[
all
...]
Completed in 189 milliseconds
Indexes created Thu Sep 25 08:09:54 GMT 2025