Searched defs:ACPI_COMPARE_NAMESEG (Results 1 - 1 of 1) sorted by relevance

/src/sys/external/bsd/acpica/dist/include/
H A Dactypes.h677 #define ACPI_COMPARE_NAMESEG(a,b) (*ACPI_CAST_PTR (UINT32, (a)) == *ACPI_CAST_PTR (UINT32, (b))) macro
680 #define ACPI_COMPARE_NAMESEG(a,b) (!strncmp (ACPI_CAST_PTR (char, (a)), ACPI_CAST_PTR (char, (b)), ACPI_NAMESEG_SIZE)) macro

Completed in 7 milliseconds