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

  /src/sys/external/bsd/acpica/dist/compiler/
aslbtypes.c 318 * RETURN: Btype corresponding to the Etype
418 * PARAMETERS: Btype - Bitfield of ACPI types
423 * DESCRIPTION: Convert a Btype to a string of ACPI types
430 UINT32 Btype)
437 if (Btype == 0)
445 if (Btype & 0x00000001)
455 Btype >>= 1;
458 if (Btype & 0x00000001)
469 Btype >>= 1;
470 if (Btype & 0x00000001
    [all...]
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)
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
aslcompiler.h 404 UINT32 Btype);

Completed in 45 milliseconds