Searched refs:hdrs (Results 1 – 3 of 3) sorted by relevance
/qemu/hw/acpi/ |
H A D | core.c | 115 const struct AcpiTableOptions *hdrs, in acpi_table_install() argument 194 if (hdrs->sig) { in acpi_table_install() 195 strncpy(ext_hdr->sig, hdrs->sig, sizeof ext_hdr->sig); in acpi_table_install() 206 if (hdrs->has_rev) { in acpi_table_install() 207 ext_hdr->revision = hdrs->rev; in acpi_table_install() 213 if (hdrs->oem_id) { in acpi_table_install() 214 strncpy(ext_hdr->oem_id, hdrs->oem_id, sizeof ext_hdr->oem_id); in acpi_table_install() 217 if (hdrs->oem_table_id) { in acpi_table_install() 218 strncpy(ext_hdr->oem_table_id, hdrs->oem_table_id, in acpi_table_install() 222 if (hdrs->has_oem_rev) { in acpi_table_install() [all …]
|
/qemu/io/ |
H A D | channel-websock.c | 205 QIOChannelWebsockHTTPHeader *hdrs, in qio_channel_websock_extract_headers() argument 299 hdr = &hdrs[nhdrs++]; in qio_channel_websock_extract_headers() 322 qio_channel_websock_find_header(QIOChannelWebsockHTTPHeader *hdrs, in qio_channel_websock_find_header() argument 329 if (g_str_equal(hdrs[i].name, name)) { in qio_channel_websock_find_header() 330 return hdrs[i].value; in qio_channel_websock_find_header() 383 QIOChannelWebsockHTTPHeader hdrs[32]; in qio_channel_websock_handshake_process() local 384 size_t nhdrs = G_N_ELEMENTS(hdrs); in qio_channel_websock_handshake_process() 391 nhdrs = qio_channel_websock_extract_headers(ioc, buffer, hdrs, nhdrs, errp); in qio_channel_websock_handshake_process() 397 hdrs, nhdrs, QIO_CHANNEL_WEBSOCK_HEADER_PROTOCOL); in qio_channel_websock_handshake_process() 400 hdrs, nhdrs, QIO_CHANNEL_WEBSOCK_HEADER_VERSION); in qio_channel_websock_handshake_process() [all …]
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_pci.h | 408 struct virtio_dev_part_hdr hdrs[]; member
|