Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/lib/
H A Dconnection_client.robot111 ${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}
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D11_tcpd_blacklist.patch76 + 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)
H A D10_usagi-ipv6.patch90 static int host_match();
/openbmc/linux/arch/powerpc/include/asm/
H A Dxics.h95 int (*host_match)(struct ics *ics, struct device_node *node); member
/openbmc/linux/arch/powerpc/sysdev/xics/
H A Dics-rtas.c197 .host_match = ics_rtas_host_match,
H A Dics-opal.c201 .host_match = ics_opal_host_match,
H A Dics-native.c179 .host_match = ics_native_host_match,
H A Dxics-common.c312 return xics_ics->host_match(xics_ics, node) ? 1 : 0; in xics_host_match()