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 582 * PARAMETERS: Op - Op representing a btype
584 * RETURN: Btype represented by Op
595 UINT32 Btype = ACPI_BTYPE_ANY;
600 Btype |= AnMapObjTypeToBtype (TypeOp);
605 return (Btype);
613 * PARAMETERS: Op - Op representing a btype
615 * RETURN: Btype represented by Op
asltransform.c 531 UINT32 Btype;
555 Btype = AslKeywordMapping[Index].AcpiBtype;
556 if ((Btype != ACPI_BTYPE_INTEGER) &&
557 (Btype != ACPI_BTYPE_STRING) &&
558 (Btype != ACPI_BTYPE_BUFFER))
561 Btype = ACPI_BTYPE_INTEGER;
820 /* Create the initial value for the Name. Btype was already validated above */
822 switch (Btype)

Completed in 21 milliseconds