Searched refs:ParamObjects (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/dev/acpica/components/debugger/
H A Ddbtest.c1030 ACPI_OBJECT_LIST ParamObjects; local
1040 ParamObjects.Count = 1;
1041 ParamObjects.Pointer = Params;
1047 &ParamObjects, &ReturnObj);
1117 ACPI_OBJECT_LIST ParamObjects; local
1130 ParamObjects.Count = 2;
1131 ParamObjects.Pointer = Params;
1134 Status = AcpiEvaluateObject (WriteHandle, NULL, &ParamObjects, NULL);
1211 ACPI_OBJECT_LIST ParamObjects; local
1250 ParamObjects
[all...]
H A Ddbmethod.c567 ACPI_OBJECT_LIST ParamObjects; local
588 ParamObjects.Pointer = NULL;
589 ParamObjects.Count = 0;
601 ParamObjects.Pointer = Params;
602 ParamObjects.Count = ObjInfo->ParamCount;
613 Status = AcpiEvaluateObject (Node, NULL, &ParamObjects, &ReturnObj);
H A Ddbexec.c266 ACPI_OBJECT_LIST ParamObjects; local
279 ParamObjects.Count = 0;
280 ParamObjects.Pointer = NULL;
302 ParamObjects.Count = i;
303 ParamObjects.Pointer = Params;
315 &ParamObjects, ReturnObj);
347 AcpiDbDeleteObjects (ParamObjects.Count, Params);

Completed in 110 milliseconds