Searched refs:Btype (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Daslbtypes.c210 * 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
320 AnFormatBtype( char *Buffer, UINT32 Btype) argument
575 AnMapBtypeToEtype( UINT32 Btype) argument
[all...]
H A Dasltransform.c450 UINT32 Btype; local
474 Btype = AslKeywordMapping[Index].AcpiBtype;
475 if ((Btype != ACPI_BTYPE_INTEGER) &&
476 (Btype != ACPI_BTYPE_STRING) &&
477 (Btype != ACPI_BTYPE_BUFFER))
480 Btype = ACPI_BTYPE_INTEGER;
737 /* Create the initial value for the Name. Btype was already validated above */
739 switch (Btype)
H A Daslcompiler.h237 UINT32 Btype);

Completed in 50 milliseconds