HomeSort by: relevance | last modified time | path
    Searched defs:Btype (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslmethod.c 690 * PARAMETERS: Op - Op representing a btype
692 * RETURN: Btype represented by Op
703 UINT32 Btype = ACPI_BTYPE_ANY;
708 Btype |= AnMapObjTypeToBtype (TypeOp);
713 return (Btype);
721 * PARAMETERS: Op - Op representing a btype
723 * RETURN: Btype represented by Op
asltransform.c 639 UINT32 Btype;
663 Btype = AslKeywordMapping[Index].AcpiBtype;
664 if ((Btype != ACPI_BTYPE_INTEGER) &&
665 (Btype != ACPI_BTYPE_STRING) &&
666 (Btype != ACPI_BTYPE_BUFFER))
669 Btype = ACPI_BTYPE_INTEGER;
928 /* Create the initial value for the Name. Btype was already validated above */
930 switch (Btype)

Completed in 13 milliseconds