Home
last modified time | relevance | path

Searched refs:_ACPI_LO (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/intel/io/acpica/utilities/
H A Dutclib.c874 _ACPI_XD|_ACPI_LO, /* 0x61 97 'a' */
875 _ACPI_XD|_ACPI_LO, /* 0x62 98 'b' */
876 _ACPI_XD|_ACPI_LO, /* 0x63 99 'c' */
877 _ACPI_XD|_ACPI_LO, /* 0x64 100 'd' */
878 _ACPI_XD|_ACPI_LO, /* 0x65 101 'e' */
879 _ACPI_XD|_ACPI_LO, /* 0x66 102 'f' */
880 _ACPI_LO, /* 0x67 103 'g' */
881 _ACPI_LO, /* 0x68 104 'h' */
882 _ACPI_LO, /* 0x69 105 'i' */
883 _ACPI_LO, /* 0x6A 106 'j' */
[all …]
/titanic_50/usr/src/uts/intel/sys/acpi/
H A Dacclib.h62 #define _ACPI_LO 0x02 /* 'a'-'z' */ macro
72 #define islower(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO))
73 #define isprint(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP | _ACPI_DI | _ACPI_X…
74 #define isalpha(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP))