HomeSort by: relevance | last modified time | path
    Searched refs:AcpiBtype (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslprintf.c 302 NewOp->Asl.AcpiBtype = ACPI_BTYPE_STRING;
363 NewOp->Asl.AcpiBtype = ACPI_BTYPE_STRING;
390 NewOp->Asl.AcpiBtype = ACPI_BTYPE_STRING;
466 NewConcatOp->Asl.AcpiBtype = 0x7;
aslbtypes.c 566 ThisNodeBtype = ReferencedNode->Asl.AcpiBtype;
576 ThisNodeBtype = Op->Asl.AcpiBtype;
aslopcodes.c 867 Op->Asl.AcpiBtype = AslKeywordMapping[Index].AcpiBtype;
asltypes.h 225 UINT32 AcpiBtype; /* Object type or return type */
aslcodegen.c 295 /* 14 */ Op->Asl.AcpiBtype,
aslmethod.c 295 Op->Asl.AcpiBtype |= MethodInfo->ValidReturnTypes;
aslwalks.c 244 Op->Asl.ParentMethod->Asl.AcpiBtype |= ThisOpBtype;
aslload.c 676 for (i = 1; i < Arg->Asl.AcpiBtype; i *= 2)
asltransform.c 663 Btype = AslKeywordMapping[Index].AcpiBtype;
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1179 UINT32 AcpiBtype;

Completed in 19 milliseconds