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

/freebsd-11.0-release/sys/dev/acpica/
H A Dacpi_quirk.c72 static int aq_strcmp(char *actual, char *possible);
102 aq_strcmp(char *actual, char *possible) function
117 if (aq_strcmp(hdr->OemId, match->x.id) &&
118 aq_strcmp(hdr->OemTableId, match->y.tid))
122 if (aq_strcmp(hdr->AslCompilerId, match->x.id))

Completed in 198 milliseconds