Home
last modified time | relevance | path

Searched refs:ArgType (Results 1 – 7 of 7) sorted by relevance

/third_party/lib/acpica/source/components/namespace/
A Dnsarguments.c73 UINT8 ArgType; in AcpiNsCheckArgumentTypes() local
92 ArgType = METHOD_GET_NEXT_TYPE (ArgTypeList); in AcpiNsCheckArgumentTypes()
95 if (UserArgType != ArgType) in AcpiNsCheckArgumentTypes()
101 AcpiUtGetTypeName (ArgType))); in AcpiNsCheckArgumentTypes()
/third_party/lib/acpica/source/components/parser/
A Dpsargs.c426 UINT32 ArgType, in AcpiPsGetNextSimpleArg() argument
434 ACPI_FUNCTION_TRACE_U32 (PsGetNextSimpleArg, ArgType); in AcpiPsGetNextSimpleArg()
437 switch (ArgType) in AcpiPsGetNextSimpleArg()
501 ACPI_ERROR ((AE_INFO, "Invalid ArgType 0x%X", ArgType)); in AcpiPsGetNextSimpleArg()
761 UINT32 ArgType, in AcpiPsGetNextArg() argument
774 switch (ArgType) in AcpiPsGetNextArg()
791 AcpiPsGetNextSimpleArg (ParserState, ArgType, Arg); in AcpiPsGetNextArg()
878 if (ArgType == ARGP_SUPERNAME) in AcpiPsGetNextArg()
929 ACPI_ERROR ((AE_INFO, "Invalid ArgType: 0x%X", ArgType)); in AcpiPsGetNextArg()
/third_party/lib/acpica/source/compiler/
A Daslwalks.c166 UINT32 ArgType; in AnOperandTypecheckWalkEnd() local
356 while ((ArgType = GET_CURRENT_ARG_TYPE (RuntimeArgTypes))) in AnOperandTypecheckWalkEnd()
359 RuntimeArgTypes2 |= ArgType; in AnOperandTypecheckWalkEnd()
365 while ((ArgType = GET_CURRENT_ARG_TYPE (RuntimeArgTypes2))) in AnOperandTypecheckWalkEnd()
369 RequiredBtypes = AnMapArgTypeToBtype (ArgType); in AnOperandTypecheckWalkEnd()
388 switch (ArgType) in AnOperandTypecheckWalkEnd()
A Daslbtypes.c76 UINT32 ArgType) in AnMapArgTypeToBtype() argument
79 switch (ArgType) in AnMapArgTypeToBtype()
A Daslcompiler.h228 UINT32 ArgType);
/third_party/lib/acpica/source/include/acpica/
A Dacparser.h101 UINT32 ArgType,
120 UINT32 ArgType,
/third_party/lib/acpica/source/components/debugger/
A Ddbtest.c1020 UINT8 ArgType; in AcpiDbEvaluateOnePredefinedName() local
1070 ArgType = METHOD_GET_NEXT_TYPE (ArgTypeList); in AcpiDbEvaluateOnePredefinedName()
1071 ThisParam->Type = ArgType; in AcpiDbEvaluateOnePredefinedName()
1073 switch (ArgType) in AcpiDbEvaluateOnePredefinedName()
1103 Pathname, ArgType); in AcpiDbEvaluateOnePredefinedName()

Completed in 10 milliseconds