Home
last modified time | relevance | path

Searched refs:he (Results 1 – 14 of 14) sorted by path

/qemu/
H A DCOPYING222 system; it is up to the author/donor to decide if he or she is willing
H A Dqemu-options.hx2348 pick tls/plaintext as he pleases.
/qemu/crypto/
H A Dakcipher-gcrypt.c.inc5 * Author: lei he <helei.sig11@bytedance.com>
H A Dakcipher-nettle.c.inc5 * Author: lei he <helei.sig11@bytedance.com>
H A Drsakey-builtin.c.inc5 * Author: lei he <helei.sig11@bytedance.com>
H A Drsakey-nettle.c.inc5 * Author: lei he <helei.sig11@bytedance.com>
/qemu/docs/devel/
H A Dloads-stores.rst44 - ``he`` : host endian
/qemu/hw/hyperv/
H A Dsyndbg.c322 struct hostent *he = gethostbyname(syndbg->host_ip); in hv_syndbg_realize() local
323 if (!he) { in hv_syndbg_realize()
328 syndbg->servaddr.sin_addr = *(struct in_addr *)he->h_addr; in hv_syndbg_realize()
/qemu/include/qemu/
H A Dbswap.h418 DO_STN_LDN_P(he)
/qemu/linux-headers/LICENSES/preferred/
H A DGPL-2.0241 system; it is up to the author/donor to decide if he or she is willing
/qemu/net/
H A Dnet.c89 struct hostent *he; in convert_host_port() local
106 he = gethostbyname(host); in convert_host_port()
107 if (he == NULL) { in convert_host_port()
111 saddr->sin_addr = *(struct in_addr *)he->h_addr; in convert_host_port()
/qemu/tests/bench/
H A Dtest_akcipher_keys.inc7 * Author: lei he <helei.sig11@bytedance.com>
/qemu/tests/unit/
H A Dtest-smp-parse.c32 #define SMP_CONFIG_GENERIC(ha, a, hb, b, hc, c, hd, d, he, e) \ argument
38 .has_maxcpus = he, .maxcpus = e, \
54 #define SMP_CONFIG_WITH_DIES(ha, a, hb, b, hc, c, hd, d, he, e, hf, f) \ argument
60 .has_threads = he, .threads = e, \
68 #define SMP_CONFIG_WITH_CLUSTERS(ha, a, hb, b, hc, c, hd, d, he, e, hf, f) \ argument
74 .has_threads = he, .threads = e, \
83 d, he, e, hf, f, hg, g) \ argument
89 .has_cores = he, .cores = e, \
/qemu/tests/
H A Dvhost-user-bridge.c673 struct hostent *he = gethostbyname(host); in vubr_set_host() local
675 if (!he) { in vubr_set_host()
679 saddr->sin_addr = *(struct in_addr *)he->h_addr; in vubr_set_host()