Home
last modified time | relevance | path

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

/include/acpi/
Dactbl.h69 char signature[ACPI_NAMESEG_SIZE]; /* ASCII table signature */
76 char asl_compiler_id[ACPI_NAMESEG_SIZE]; /* ASCII ASL compiler vendor ID */
Dactypes.h378 #define ACPI_NAMESEG_SIZE 4 /* Fixed by ACPI spec */ macro
521 …SEG(a,b) (!strncmp (ACPI_CAST_PTR (char, (a)), ACPI_CAST_PTR (char, (b)), ACPI_NAMESEG_SIZE))
522 …t,src) (strncpy (ACPI_CAST_PTR (char, (dest)), ACPI_CAST_PTR (char, (src)), ACPI_NAMESEG_SIZE))
532 strnlen (a, ACPI_NAMESEG_SIZE) == ACPI_NAMESEG_SIZE)