Home
last modified time | relevance | path

Searched refs:ReturnValue (Results 1 – 25 of 45) sorted by relevance

12

/acpica-latest/source/tools/examples/
Dexamples.c548 ACPI_BUFFER ReturnValue; in ExecuteOSI() local
565 ReturnValue.Length = ACPI_ALLOCATE_BUFFER; in ExecuteOSI()
567 Status = AcpiEvaluateObject (NULL, "\\_OSI", &ArgList, &ReturnValue); in ExecuteOSI()
576 if (ReturnValue.Length < sizeof (ACPI_OBJECT)) in ExecuteOSI()
579 (UINT32) ReturnValue.Length); in ExecuteOSI()
585 Object = ReturnValue.Pointer; in ExecuteOSI()
599 AcpiOsFree (ReturnValue.Pointer); in ExecuteOSI()
616 ACPI_BUFFER ReturnValue; in ExecuteMAIN() local
633 ReturnValue.Length = ACPI_ALLOCATE_BUFFER; in ExecuteMAIN()
635 Status = AcpiEvaluateObject (NULL, "\\MAIN", &ArgList, &ReturnValue); in ExecuteMAIN()
[all …]
/acpica-latest/source/components/debugger/
Ddbnames.c171 void **ReturnValue);
178 void **ReturnValue);
185 void **ReturnValue);
192 void **ReturnValue);
199 void **ReturnValue);
206 void **ReturnValue);
213 void **ReturnValue);
490 void **ReturnValue) in AcpiDbWalkAndMatchName() argument
605 void **ReturnValue) in AcpiDbWalkForPredefinedNames() argument
706 void **ReturnValue) in AcpiDbWalkForObjectCounts() argument
[all …]
Ddbconvert.c180 UINT8 *ReturnValue) in AcpiDbHexCharToValue() argument
201 *ReturnValue = Value; in AcpiDbHexCharToValue()
223 UINT8 *ReturnValue) in AcpiDbHexByteToBinary() argument
246 *ReturnValue = (UINT8) ((Local0 << 4) | Local1); in AcpiDbHexByteToBinary()
Ddbmethod.c171 void **ReturnValue);
655 void **ReturnValue) in AcpiDbWalkForExecute() argument
710 void **ReturnValue) in AcpiDbWalkForExecuteAll() argument
/acpica-latest/source/components/utilities/
Dutclib.c813 UINT32 ReturnValue = 0; in strtoul() local
926 if (ReturnValue > ((ACPI_UINT32_MAX - (UINT32) index) / in strtoul()
930 ReturnValue = 0; /* reset */ in strtoul()
934 ReturnValue *= Base; in strtoul()
935 ReturnValue += index; in strtoul()
949 if (converted == 0 && ReturnValue == 0 && String != NULL) in strtoul()
961 ReturnValue = ACPI_UINT32_MAX; in strtoul()
969 ReturnValue = (ACPI_UINT32_MAX - ReturnValue) + 1; in strtoul()
972 return (ReturnValue); in strtoul()
Dutstrtoul64.c231 UINT64 *ReturnValue) in AcpiUtStrtoul64() argument
241 *ReturnValue = 0; in AcpiUtStrtoul64()
292 Status = AcpiUtConvertOctalString (String, ReturnValue); in AcpiUtStrtoul64()
296 Status = AcpiUtConvertDecimalString (String, ReturnValue); in AcpiUtStrtoul64()
301 Status = AcpiUtConvertHexString (String, ReturnValue); in AcpiUtStrtoul64()
Dutosi.c588 UINT64 ReturnValue; in AcpiUtOsiImplementation() local
613 ReturnValue = 0; in AcpiUtOsiImplementation()
637 ReturnValue = ACPI_UINT64_MAX; in AcpiUtOsiImplementation()
651 StringDesc->String.Pointer, (UINT32) ReturnValue)) in AcpiUtOsiImplementation()
653 ReturnValue = ACPI_UINT64_MAX; in AcpiUtOsiImplementation()
659 StringDesc->String.Pointer, ReturnValue == 0 ? "not " : "")); in AcpiUtOsiImplementation()
663 ReturnDesc->Integer.Value = ReturnValue; in AcpiUtOsiImplementation()
/acpica-latest/source/tools/acpiexec/
Daeexec.c394 void **ReturnValue) in AeGetDevices() argument
422 ACPI_BUFFER ReturnValue; in ExecuteOSI() local
437 ReturnValue.Length = ACPI_ALLOCATE_BUFFER; in ExecuteOSI()
439 Status = AcpiEvaluateObject (NULL, "\\_OSI", &ArgList, &ReturnValue); in ExecuteOSI()
451 if (ReturnValue.Length < sizeof (ACPI_OBJECT)) in ExecuteOSI()
455 (UINT32) ReturnValue.Length); in ExecuteOSI()
459 Obj = ReturnValue.Pointer; in ExecuteOSI()
486 AcpiOsFree (ReturnValue.Pointer); in ExecuteOSI()
Daeinstall.c170 void **ReturnValue);
177 void **ReturnValue);
184 void **ReturnValue);
370 void **ReturnValue) in AeInstallGedHandler() argument
509 void **ReturnValue) in AeInstallEcHandler() argument
547 void **ReturnValue) in AeInstallPciHandler() argument
/acpica-latest/source/components/namespace/
Dnsinit.c169 void **ReturnValue);
176 void **ReturnValue);
183 void **ReturnValue);
431 void **ReturnValue) in AcpiNsInitOnePackage() argument
494 void **ReturnValue) in AcpiNsInitOneObject() argument
634 void **ReturnValue) in AcpiNsFindIniMethods() argument
707 void **ReturnValue) in AcpiNsInitOneDevice() argument
Dnsdump.c174 void **ReturnValue);
185 void **ReturnValue);
192 void **ReturnValue);
318 void **ReturnValue) in AcpiNsDumpOneObject() argument
855 void **ReturnValue) in AcpiNsDumpOneObjectPath() argument
899 void **ReturnValue) in AcpiNsGetMaxDepth() argument
Dnsxfeval.c755 void **ReturnValue) in AcpiWalkNamespace() argument
811 AscendingCallback, Context, ReturnValue); in AcpiWalkNamespace()
843 void **ReturnValue) in ACPI_EXPORT_SYMBOL()
963 Info->Context, ReturnValue); in ACPI_EXPORT_SYMBOL()
998 void **ReturnValue) in AcpiGetDevices() argument
1036 AcpiNsGetDeviceCallback, NULL, &Info, ReturnValue); in AcpiGetDevices()
Dnswalk.c306 void **ReturnValue) in AcpiNsWalkNamespace() argument
394 Context, ReturnValue); in AcpiNsWalkNamespace()
402 Context, ReturnValue); in AcpiNsWalkNamespace()
Dnsdumpdv.c187 void **ReturnValue) in AcpiNsDumpOneDevice() argument
198 Status = AcpiNsDumpOneObject (ObjHandle, Level, Context, ReturnValue); in AcpiNsDumpOneDevice()
/acpica-latest/source/compiler/
Ddtutils.c164 void *ReturnValue);
793 void *ReturnValue) in DtSum() argument
796 UINT8 *Sum = ReturnValue; in DtSum()
931 void *ReturnValue) in DtWalkTableTree() argument
945 UserFunction (ParentTable, Context, ReturnValue); in DtWalkTableTree()
952 UserFunction (ChildTable, Context, ReturnValue); in DtWalkTableTree()
Ddtio.c175 void *ReturnValue);
188 void *ReturnValue);
194 void *ReturnValue);
881 void *ReturnValue) in DtWriteBinary() argument
1071 void *ReturnValue) in DtDumpSubtableInfo() argument
1085 void *ReturnValue) in DtDumpSubtableTree() argument
Daslnamesp.c167 void **ReturnValue);
174 void **ReturnValue);
279 void **ReturnValue) in NsDoOneNamespaceObject() argument
532 void **ReturnValue) in NsDoOnePathname() argument
Dprexpress.c372 UINT64 *ReturnValue) in PrResolveIntegerExpression() argument
392 *ReturnValue = Result; in PrResolveIntegerExpression()
409 *ReturnValue = Value1; in PrResolveIntegerExpression()
Dasllookup.c170 void **ReturnValue);
226 void **ReturnValue) in LkIsObjectUsed() argument
Ddtexpress.c191 UINT64 *ReturnValue) in DtResolveIntegerExpression() argument
202 *ReturnValue = Result; in DtResolveIntegerExpression()
/acpica-latest/source/components/hardware/
Dhwpci.c483 UINT64 ReturnValue; in AcpiHwGetPciDeviceInfo() local
503 PciDevice, &ReturnValue); in AcpiHwGetPciDeviceInfo()
513 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
514 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
Dhwxface.c247 UINT64 *ReturnValue, in ACPI_EXPORT_SYMBOL()
256 Status = AcpiHwRead (ReturnValue, Reg); in ACPI_EXPORT_SYMBOL()
323 UINT32 *ReturnValue) in ACPI_EXPORT_SYMBOL()
360 *ReturnValue = Value; in ACPI_EXPORT_SYMBOL()
/acpica-latest/source/components/dispatcher/
Ddsinit.c170 void **ReturnValue);
198 void **ReturnValue) in AcpiDsInitOneObject() argument
/acpica-latest/source/include/
Dacnamesp.h214 void **ReturnValue);
241 void **ReturnValue);
396 void **ReturnValue);
/acpica-latest/source/components/events/
Devgpe.c971 UINT32 ReturnValue; in AcpiEvGpeDispatch() local
1027 ReturnValue = GpeEventInfo->Dispatch.Handler->Address ( in AcpiEvGpeDispatch()
1033 if (ReturnValue & ACPI_REENABLE_GPE) in AcpiEvGpeDispatch()

12