Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpi_quirk.c69 static int aq_strcmp(char *actual, char *possible);
99 aq_strcmp(char *actual, char *possible) in aq_strcmp() function
114 if (aq_strcmp(hdr->OemId, match->x.id) && in aq_match_header()
115 aq_strcmp(hdr->OemTableId, match->y.tid)) in aq_match_header()
119 if (aq_strcmp(hdr->AslCompilerId, match->x.id)) in aq_match_header()