| /third_party/lib/acpica/source/components/utilities/ |
| A D | utxferror.c | 87 va_start (ArgList, Format); in AcpiError() 90 va_end (ArgList); in AcpiError() 140 va_start (ArgList, Format); in ACPI_EXPORT_SYMBOL() 143 va_end (ArgList); in ACPI_EXPORT_SYMBOL() 178 va_start (ArgList, Format); in ACPI_EXPORT_SYMBOL() 181 va_end (ArgList); in ACPI_EXPORT_SYMBOL() 219 va_start (ArgList, Format); in ACPI_EXPORT_SYMBOL() 222 va_end (ArgList); in ACPI_EXPORT_SYMBOL() 258 va_start (ArgList, Format); in ACPI_EXPORT_SYMBOL() 261 va_end (ArgList); in ACPI_EXPORT_SYMBOL() [all …]
|
| A D | uterror.c | 87 va_list ArgList; in AcpiUtPredefinedWarning() local 101 va_start (ArgList, Format); in AcpiUtPredefinedWarning() 102 AcpiOsVprintf (Format, ArgList); in AcpiUtPredefinedWarning() 104 va_end (ArgList); in AcpiUtPredefinedWarning() 136 va_list ArgList; in AcpiUtPredefinedInfo() local 150 va_start (ArgList, Format); in AcpiUtPredefinedInfo() 151 AcpiOsVprintf (Format, ArgList); in AcpiUtPredefinedInfo() 153 va_end (ArgList); in AcpiUtPredefinedInfo() 185 va_list ArgList; in AcpiUtPredefinedBiosError() local 199 va_start (ArgList, Format); in AcpiUtPredefinedBiosError() [all …]
|
| /third_party/lib/acpica/source/tools/examples/ |
| A D | examples.c | 441 ACPI_OBJECT_LIST ArgList; in ExecuteOSI() local 451 ArgList.Count = 1; in ExecuteOSI() 452 ArgList.Pointer = Arg; in ExecuteOSI() 462 Status = AcpiEvaluateObject (NULL, "\\_OSI", &ArgList, &ReturnValue); in ExecuteOSI() 508 ACPI_OBJECT_LIST ArgList; in ExecuteMAIN() local 518 ArgList.Count = 1; in ExecuteMAIN() 519 ArgList.Pointer = Arg; in ExecuteMAIN() 529 Status = AcpiEvaluateObject (NULL, "\\MAIN", &ArgList, &ReturnValue); in ExecuteMAIN()
|
| /third_party/lib/acpica/source/components/parser/ |
| A D | psscope.c | 177 Scope->ParseScope.ArgList = RemainingArgs; in AcpiPsPushScope() 222 UINT32 *ArgList, in AcpiPsPopScope() argument 240 *ArgList = Scope->ParseScope.ArgList; in AcpiPsPopScope() 253 *ArgList = 0; in AcpiPsPopScope()
|
| /third_party/lib/acpica/source/components/hardware/ |
| A D | hwesleep.c | 71 ACPI_OBJECT_LIST ArgList; in AcpiHwExecuteSleepMethod() local 81 ArgList.Count = 1; in AcpiHwExecuteSleepMethod() 82 ArgList.Pointer = &Arg; in AcpiHwExecuteSleepMethod() 86 Status = AcpiEvaluateObject (NULL, MethodPathname, &ArgList, NULL); in AcpiHwExecuteSleepMethod()
|
| A D | hwxfsleep.c | 330 ACPI_OBJECT_LIST ArgList; in AcpiEnterSleepStatePrep() local 347 ArgList.Count = 1; in AcpiEnterSleepStatePrep() 348 ArgList.Pointer = &Arg; in AcpiEnterSleepStatePrep() 352 Status = AcpiEvaluateObject (NULL, METHOD_PATHNAME__PTS, &ArgList, NULL); in AcpiEnterSleepStatePrep()
|
| /third_party/lib/acpica/source/tools/acpiexec/ |
| A D | aeexec.c | 119 ACPI_OBJECT_LIST ArgList; in AeSetupConfiguration() local 126 ArgList.Count = 1; in AeSetupConfiguration() 127 ArgList.Pointer = Arg; in AeSetupConfiguration() 132 (void) AcpiEvaluateObject (NULL, "\\_CFG", &ArgList, NULL); in AeSetupConfiguration() 345 ACPI_OBJECT_LIST ArgList; in ExecuteOSI() local 353 ArgList.Count = 1; in ExecuteOSI() 354 ArgList.Pointer = Arg; in ExecuteOSI() 364 Status = AcpiEvaluateObject (NULL, "\\_OSI", &ArgList, &ReturnValue); in ExecuteOSI()
|
| A D | aehandlers.c | 351 ACPI_OBJECT_LIST ArgList; in AeExceptionHandler() local 374 ArgList.Count = 3; in AeExceptionHandler() 375 ArgList.Pointer = Arg; in AeExceptionHandler() 392 Status = AcpiEvaluateObject (NULL, "\\_ERR", &ArgList, &ReturnObj); in AeExceptionHandler()
|
| /third_party/lib/acpica/source/include/acpica/ |
| A D | acpredef.h | 146 #define METHOD_GET_ARG_COUNT(ArgList) ((ArgList) & METHOD_ARG_MASK) argument 147 #define METHOD_GET_NEXT_TYPE(ArgList) (((ArgList) >>= METHOD_ARG_BIT_WIDTH) & METHOD_ARG_MASK) argument
|
| A D | acparser.h | 238 UINT32 *ArgList,
|
| A D | aclocal.h | 749 UINT32 ArgList; /* Next argument to parse */ member
|
| /third_party/lib/acpica/source/compiler/ |
| A D | aslrules.y | 128 ArgList ')' {$$ = TrLinkChildNode ($1,$4);} 147 ArgList 150 | ArgList ',' /* Allows a trailing comma at list end */ 151 | ArgList ','
|
| A D | asltypes.y | 53 %type <n> ArgList
|