Searched refs:ArgList (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/dev/acpica/components/utilities/ |
| H A D | utxferror.c | 195 va_start (ArgList, Format); in AcpiError() 198 va_end (ArgList); in AcpiError() 248 va_start (ArgList, Format); in ACPI_EXPORT_SYMBOL() 251 va_end (ArgList); in ACPI_EXPORT_SYMBOL() 286 va_start (ArgList, Format); in ACPI_EXPORT_SYMBOL() 289 va_end (ArgList); in ACPI_EXPORT_SYMBOL() 326 va_start (ArgList, Format); in ACPI_EXPORT_SYMBOL() 329 va_end (ArgList); in ACPI_EXPORT_SYMBOL() 368 va_end (ArgList); in ACPI_EXPORT_SYMBOL() 421 va_end (ArgList); in ACPI_EXPORT_SYMBOL() [all …]
|
| H A D | uterror.c | 195 va_list ArgList; in AcpiUtPredefinedWarning() local 209 va_start (ArgList, Format); in AcpiUtPredefinedWarning() 210 AcpiOsVprintf (Format, ArgList); in AcpiUtPredefinedWarning() 212 va_end (ArgList); in AcpiUtPredefinedWarning() 244 va_list ArgList; in AcpiUtPredefinedInfo() local 258 va_start (ArgList, Format); in AcpiUtPredefinedInfo() 259 AcpiOsVprintf (Format, ArgList); in AcpiUtPredefinedInfo() 261 va_end (ArgList); in AcpiUtPredefinedInfo() 293 va_list ArgList; in AcpiUtPredefinedBiosError() local 307 va_start (ArgList, Format); in AcpiUtPredefinedBiosError() [all …]
|
| /f-stack/freebsd/contrib/dev/acpica/components/parser/ |
| H A D | psscope.c | 285 Scope->ParseScope.ArgList = RemainingArgs; in AcpiPsPushScope() 330 UINT32 *ArgList, in AcpiPsPopScope() argument 348 *ArgList = Scope->ParseScope.ArgList; in AcpiPsPopScope() 361 *ArgList = 0; in AcpiPsPopScope()
|
| /f-stack/freebsd/contrib/dev/acpica/components/hardware/ |
| H A D | hwesleep.c | 179 ACPI_OBJECT_LIST ArgList; in AcpiHwExecuteSleepMethod() local 189 ArgList.Count = 1; in AcpiHwExecuteSleepMethod() 190 ArgList.Pointer = &Arg; in AcpiHwExecuteSleepMethod() 194 Status = AcpiEvaluateObject (NULL, MethodPathname, &ArgList, NULL); in AcpiHwExecuteSleepMethod()
|
| H A D | hwxfsleep.c | 459 ACPI_OBJECT_LIST ArgList; in AcpiEnterSleepStatePrep() local 476 ArgList.Count = 1; in AcpiEnterSleepStatePrep() 477 ArgList.Pointer = &Arg; in AcpiEnterSleepStatePrep() 481 Status = AcpiEvaluateObject (NULL, METHOD_PATHNAME__PTS, &ArgList, NULL); in AcpiEnterSleepStatePrep()
|
| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | aslrules.y | 290 ArgList 348 ArgList 351 | ArgList ',' /* Allows a trailing comma at list end */ 352 | ArgList ','
|
| H A D | asltypes.y | 161 %type <n> ArgList
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | acpredef.h | 255 #define METHOD_GET_ARG_COUNT(ArgList) ((ArgList) & METHOD_ARG_MASK) argument 256 #define METHOD_GET_NEXT_TYPE(ArgList) (((ArgList) >>= METHOD_ARG_BIT_WIDTH) & METHOD_ARG_MASK) argument
|
| H A D | acparser.h | 350 UINT32 *ArgList,
|
| H A D | aclocal.h | 860 UINT32 ArgList; /* Next argument to parse */ member
|