| /third_party/lib/acpica/source/tools/examples/ |
| A D | examples.c | 443 ACPI_BUFFER ReturnValue; in ExecuteOSI() local 460 ReturnValue.Length = ACPI_ALLOCATE_BUFFER; in ExecuteOSI() 471 if (ReturnValue.Length < sizeof (ACPI_OBJECT)) in ExecuteOSI() 474 ReturnValue.Length); in ExecuteOSI() 480 Object = ReturnValue.Pointer; in ExecuteOSI() 494 AcpiOsFree (ReturnValue.Pointer); in ExecuteOSI() 510 ACPI_BUFFER ReturnValue; in ExecuteMAIN() local 527 ReturnValue.Length = ACPI_ALLOCATE_BUFFER; in ExecuteMAIN() 536 if (ReturnValue.Pointer) in ExecuteMAIN() 540 Object = ReturnValue.Pointer; in ExecuteMAIN() [all …]
|
| /third_party/lib/acpica/source/components/utilities/ |
| A D | utnonansi.c | 193 UINT64 ReturnValue = 0; in AcpiUtStrtoul64() local 338 if (ReturnValue > Quotient) in AcpiUtStrtoul64() 350 ReturnValue *= Base; in AcpiUtStrtoul64() 351 ReturnValue += ThisDigit; in AcpiUtStrtoul64() 360 ACPI_FORMAT_UINT64 (ReturnValue))); in AcpiUtStrtoul64() 362 *RetInteger = ReturnValue; in AcpiUtStrtoul64()
|
| A D | utclib.c | 563 UINT32 ReturnValue = 0; in strtoul() local 676 if (ReturnValue > ((ACPI_UINT32_MAX - (UINT32) index) / in strtoul() 680 ReturnValue = 0; /* reset */ in strtoul() 684 ReturnValue *= Base; in strtoul() 685 ReturnValue += index; in strtoul() 699 if (converted == 0 && ReturnValue == 0 && String != NULL) in strtoul() 711 ReturnValue = ACPI_UINT32_MAX; in strtoul() 719 ReturnValue = (ACPI_UINT32_MAX - ReturnValue) + 1; in strtoul() 722 return (ReturnValue); in strtoul()
|
| A D | utosi.c | 461 UINT32 ReturnValue; in AcpiUtOsiImplementation() local 486 ReturnValue = 0; in AcpiUtOsiImplementation() 510 ReturnValue = ACPI_UINT32_MAX; in AcpiUtOsiImplementation() 523 ReturnValue = InterfaceHandler ( in AcpiUtOsiImplementation() 524 StringDesc->String.Pointer, ReturnValue); in AcpiUtOsiImplementation() 529 StringDesc->String.Pointer, ReturnValue == 0 ? "not " : "")); in AcpiUtOsiImplementation() 533 ReturnDesc->Integer.Value = ReturnValue; in AcpiUtOsiImplementation()
|
| /third_party/lib/acpica/source/components/debugger/ |
| A D | dbnames.c | 62 void **ReturnValue); 69 void **ReturnValue); 76 void **ReturnValue); 83 void **ReturnValue); 90 void **ReturnValue); 97 void **ReturnValue); 104 void **ReturnValue); 372 void **ReturnValue) in AcpiDbWalkAndMatchName() argument 486 void **ReturnValue) in AcpiDbWalkForPredefinedNames() argument 587 void **ReturnValue) in AcpiDbWalkForObjectCounts() argument [all …]
|
| A D | dbconvert.c | 72 UINT8 *ReturnValue) in AcpiDbHexCharToValue() argument 93 *ReturnValue = Value; in AcpiDbHexCharToValue() 115 UINT8 *ReturnValue) in AcpiDbHexByteToBinary() argument 138 *ReturnValue = (UINT8) ((Local0 << 4) | Local1); in AcpiDbHexByteToBinary()
|
| /third_party/lib/acpica/source/compiler/ |
| A D | dtutils.c | 57 void *ReturnValue); 222 UINT64 ReturnValue = 0; in DtStrtoul64() local 267 ReturnValue <<= 4; in DtStrtoul64() 268 ReturnValue += ThisDigit; in DtStrtoul64() 280 *ReturnInteger = ReturnValue; in DtStrtoul64() 668 void *ReturnValue) in DtSum() argument 671 UINT8 *Sum = ReturnValue; in DtSum() 806 void *ReturnValue) in DtWalkTableTree() argument 820 UserFunction (ParentTable, Context, ReturnValue); in DtWalkTableTree() 827 UserFunction (ChildTable, Context, ReturnValue); in DtWalkTableTree()
|
| A D | prexpress.c | 266 UINT64 *ReturnValue) in PrResolveIntegerExpression() argument 286 *ReturnValue = Result; in PrResolveIntegerExpression() 303 *ReturnValue = Value1; in PrResolveIntegerExpression()
|
| A D | aslutils.c | 1013 UINT64 ReturnValue = 0; in stroul64() local 1130 if (ReturnValue > ((ACPI_UINT64_MAX - (UINT64) Index) / in stroul64() 1137 ReturnValue *= Base; in stroul64() 1138 ReturnValue += Index; in stroul64() 1149 ReturnValue = (ACPI_UINT32_MAX - ReturnValue) + 1; in stroul64() 1152 *RetInteger = ReturnValue; in stroul64()
|
| A D | aslnamesp.c | 59 void **ReturnValue); 66 void **ReturnValue); 160 void **ReturnValue) in NsDoOneNamespaceObject() argument 412 void **ReturnValue) in NsDoOnePathname() argument
|
| A D | dtio.c | 72 void *ReturnValue); 85 void *ReturnValue); 91 void *ReturnValue); 795 void *ReturnValue) in DtWriteBinary() argument 985 void *ReturnValue) in DtDumpSubtableInfo() argument 999 void *ReturnValue) in DtDumpSubtableTree() argument
|
| A D | asllookup.c | 62 void **ReturnValue); 118 void **ReturnValue) in LkIsObjectUsed() argument
|
| A D | dtexpress.c | 84 UINT64 *ReturnValue) in DtResolveIntegerExpression() argument 95 *ReturnValue = Result; in DtResolveIntegerExpression()
|
| A D | dtcompiler.h | 274 UINT64 *ReturnValue); 347 void *ReturnValue); 354 void *ReturnValue);
|
| /third_party/lib/acpica/source/components/hardware/ |
| A D | hwxface.c | 139 UINT64 *ReturnValue, in ACPI_EXPORT_SYMBOL() 152 if (!ReturnValue) in ACPI_EXPORT_SYMBOL() 172 Address, ReturnValue, Reg->BitWidth); in ACPI_EXPORT_SYMBOL() 210 *ReturnValue = (ValueLo | ((UINT64) ValueHi << 32)); in ACPI_EXPORT_SYMBOL() 215 ACPI_FORMAT_UINT64 (*ReturnValue), Reg->BitWidth, in ACPI_EXPORT_SYMBOL() 339 UINT32 *ReturnValue) in ACPI_EXPORT_SYMBOL() 376 *ReturnValue = Value; in ACPI_EXPORT_SYMBOL()
|
| A D | hwpci.c | 375 UINT64 ReturnValue; in AcpiHwGetPciDeviceInfo() local 395 PciDevice, &ReturnValue); in AcpiHwGetPciDeviceInfo() 405 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo() 406 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
|
| /third_party/lib/acpica/source/components/namespace/ |
| A D | nsinit.c | 60 void **ReturnValue); 67 void **ReturnValue); 74 void **ReturnValue); 267 void **ReturnValue) in AcpiNsInitOneObject() argument 417 void **ReturnValue) in AcpiNsFindIniMethods() argument 490 void **ReturnValue) in AcpiNsInitOneDevice() argument
|
| A D | nswalk.c | 198 void **ReturnValue) in AcpiNsWalkNamespace() argument 282 Context, ReturnValue); in AcpiNsWalkNamespace() 290 Context, ReturnValue); in AcpiNsWalkNamespace()
|
| A D | nsdumpdv.c | 78 void **ReturnValue) in AcpiNsDumpOneDevice() argument 89 Status = AcpiNsDumpOneObject (ObjHandle, Level, Context, ReturnValue); in AcpiNsDumpOneDevice()
|
| A D | nsdump.c | 65 void **ReturnValue); 76 void **ReturnValue); 83 void **ReturnValue); 205 void **ReturnValue) in AcpiNsDumpOneObject() argument 741 void **ReturnValue) in AcpiNsDumpOneObjectPath() argument 785 void **ReturnValue) in AcpiNsGetMaxDepth() argument
|
| A D | nsxfeval.c | 616 void **ReturnValue) in AcpiWalkNamespace() argument 672 AscendingCallback, Context, ReturnValue); in AcpiWalkNamespace() 704 void **ReturnValue) in ACPI_EXPORT_SYMBOL() 824 Info->Context, ReturnValue); in ACPI_EXPORT_SYMBOL() 859 void **ReturnValue) in AcpiGetDevices() argument 897 AcpiNsGetDeviceCallback, NULL, &Info, ReturnValue); in AcpiGetDevices()
|
| /third_party/lib/acpica/source/tools/acpiexec/ |
| A D | aeexec.c | 68 void **ReturnValue); 319 void **ReturnValue) in AeGetDevices() argument 347 ACPI_BUFFER ReturnValue; in ExecuteOSI() local 362 ReturnValue.Length = ACPI_ALLOCATE_BUFFER; in ExecuteOSI() 364 Status = AcpiEvaluateObject (NULL, "\\_OSI", &ArgList, &ReturnValue); in ExecuteOSI() 376 if (ReturnValue.Length < sizeof (ACPI_OBJECT)) in ExecuteOSI() 380 ReturnValue.Length); in ExecuteOSI() 384 Obj = ReturnValue.Pointer; in ExecuteOSI() 410 AcpiOsFree (ReturnValue.Pointer); in ExecuteOSI()
|
| A D | aeregion.c | 64 void **ReturnValue); 71 void **ReturnValue); 259 void **ReturnValue) in AeInstallEcHandler() argument 284 void **ReturnValue) in AeInstallPciHandler() argument
|
| /third_party/lib/acpica/source/components/dispatcher/ |
| A D | dsinit.c | 61 void **ReturnValue); 89 void **ReturnValue) in AcpiDsInitOneObject() argument
|
| /third_party/lib/acpica/source/components/events/ |
| A D | evgpe.c | 746 UINT32 ReturnValue; in AcpiEvGpeDispatch() local 800 ReturnValue = GpeEventInfo->Dispatch.Handler->Address ( in AcpiEvGpeDispatch() 806 if (ReturnValue & ACPI_REENABLE_GPE) in AcpiEvGpeDispatch()
|