Searched refs:host_match (Results 1 – 8 of 8) sorted by relevance
111 ${host_match}= Evaluate '${host}' == '${connection.host}'117 ... ${given_alias} and ${given_host} and ${alias_match} and ${host_match}121 ... Return From Keyword If ${alias_match} and ${host_match}129 ... ${given_host} and ${no_alias} and ${host_match}133 ... Return From Keyword If ${host_match}
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();
95 int (*host_match)(struct ics *ics, struct device_node *node); member
197 .host_match = ics_rtas_host_match,
201 .host_match = ics_opal_host_match,
179 .host_match = ics_native_host_match,
312 return xics_ics->host_match(xics_ics, node) ? 1 : 0; in xics_host_match()