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

/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Daslbtypes.c57 UINT32 Etype);
189 * PARAMETERS: Etype - Encoded ACPI Type
191 * RETURN: Btype corresponding to the Etype
195 * this Etype is implicitly converted to during interpretation.
201 UINT32 Etype)
205 if (Etype == ACPI_TYPE_ANY)
212 if (Etype <= ACPI_TYPE_EXTERNAL_MAX)
219 switch (Etype)
254 return (1 << (Etype - 1));
260 switch (Etype)
200 AnMapEtypeToBtype( UINT32 Etype) argument
545 UINT32 Etype; local
[all...]

Completed in 106 milliseconds