Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/utilities/
H A Dutclib.c1124 _ACPI_XD|_ACPI_LO, /* 0x61 97 'a' */
1125 _ACPI_XD|_ACPI_LO, /* 0x62 98 'b' */
1126 _ACPI_XD|_ACPI_LO, /* 0x63 99 'c' */
1127 _ACPI_XD|_ACPI_LO, /* 0x64 100 'd' */
1128 _ACPI_XD|_ACPI_LO, /* 0x65 101 'e' */
1129 _ACPI_XD|_ACPI_LO, /* 0x66 102 'f' */
1130 _ACPI_LO, /* 0x67 103 'g' */
1131 _ACPI_LO, /* 0x68 104 'h' */
1132 _ACPI_LO, /* 0x69 105 'i' */
1133 _ACPI_LO, /* 0x6A 106 'j' */
[all …]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacclib.h170 #define _ACPI_LO 0x02 /* 'a'-'z' */ macro
180 #define islower(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO))
181 #define isprint(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP | _ACPI_DI | _ACPI_X…
182 #define isalpha(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP))