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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/acpi/platform/
H A Dacenv.h246 #define ACPI_STRCMP(d,s) strcmp((d), (s)) macro
307 #define ACPI_STRCMP(d,s) acpi_ut_strcmp ((d), (s)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Duteval.c130 if (!ACPI_STRCMP(string_desc->string.pointer,
190 if (!ACPI_STRCMP(interface, acpi_interfaces_supported[i].name)) {
H A Dnsaccess.c105 if (!ACPI_STRCMP(init_val->name, "_OSI")
206 if (ACPI_STRCMP(init_val->name, "_GL_") == 0) {
H A Dnsxfeval.c587 no_match = ACPI_STRCMP(hid->string, info->hid);
606 if (ACPI_STRCMP(cid->ids[i].string, info->hid)
H A Dutmisc.c145 if (!(ACPI_STRCMP(id,
147 !(ACPI_STRCMP(id, PCI_EXPRESS_ROOT_HID_STRING))) {
H A Dnsxfname.c115 if (!ACPI_STRCMP(pathname, ACPI_NS_ROOT_PATH)) {

Completed in 524 milliseconds