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 210 * RETURN: Btype corresponding to the Etype
310 * PARAMETERS: Btype - Bitfield of ACPI types
315 * DESCRIPTION: Convert a Btype to a string of ACPI types
322 UINT32 Btype)
329 if (Btype == 0)
337 if (Btype & 0x00000001)
347 Btype >>= 1;
350 if (Btype & 0x00000001)
361 Btype >>= 1;
362 if (Btype & 0x00000001
    [all...]
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)
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
aslcompiler.h 296 UINT32 Btype);

Completed in 21 milliseconds