Searched refs:host_match (Results 1 – 6 of 6) sorted by relevance
76 + while (fscanf(fp, "%s", tok) == 1 && !(match = host_match(tok, host)))85 /* host_match - match host name and/or address against pattern */87 static int host_match(tok, host)
90 static int host_match();
91 int (*host_match)(struct ics *ics, struct device_node *node); member
37 .host_match = ics_rtas_host_match,
174 .host_match = ics_opal_host_match,
313 if (ics->host_match(ics, node)) in xics_host_match()