Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/
H A D0003-rarpd.c-bug-fix.patch157 char ename[256];
163 - if (ether_ntohost(ename, lladdr) != 0 ||
164 + if (ether_ntohost(ename, (struct ether_addr *)lladdr) != 0 ||
165 (hp = gethostbyname(ename)) == NULL) {
/openbmc/qemu/tests/qtest/
H A Dtpm-emu.c229 const char *ename = qstring_get_str(s); in tpm_model_is_available() local
230 if (!strcmp(ename, tpm_if)) { in tpm_model_is_available()
H A Ddevice-introspect-test.c89 const char *ename = qdict_get_str(d, "name"); in type_list_find() local
90 if (!strcmp(ename, name)) { in type_list_find()