Home
last modified time | relevance | path

Searched defs:tail (Results 1 – 25 of 85) sorted by relevance

1234

/qemu/hw/pci/
H A Dpci-qmp-cmds.c35 PciMemoryRegionList *head = NULL, **tail = &head; in qmp_query_pci_regions() local
159 PciDeviceInfoList *head = NULL, **tail = &head; in qmp_query_pci_devices() local
189 PciInfoList *head = NULL, **tail = &head; in qmp_query_pci() local
/qemu/system/
H A Dtpm.c199 TPMInfoList *head = NULL, **tail = &head; in qmp_query_tpm() local
215 TpmTypeList *head = NULL, **tail = &head; in qmp_query_tpm_types() local
228 TpmModelList *head = NULL, **tail = &head; in qmp_query_tpm_models() local
/qemu/tests/qtest/libqos/
H A Dqos_external.c42 MachineInfoList *tail; in machines_apply_to_node() local
62 ObjectTypeInfoList *tail; in types_apply_to_node() local
H A De1000e.c42 uint32_t tail = e1000e_macreg_read(d, E1000_TDT); in e1000e_tx_ring_push() local
59 uint32_t tail = e1000e_macreg_read(d, E1000_RDT); in e1000e_rx_ring_push() local
/qemu/monitor/
H A Dqmp-cmds-control.c142 GenericList *tail; in split_off_generic_list() local
161 strList *tail; in is_in() local
185 SchemaInfoList *tail; in zap_deprecated() local
/qemu/tests/qtest/
H A Dqmp-cmd-test.c137 SchemaInfoList *tail; in qmp_schema_init() local
172 SchemaInfoObjectMemberList *tail; in object_type_has_mandatory_members() local
187 SchemaInfoList *tail; in add_query_tests() local
/qemu/qapi/
H A Dqapi-type-helpers.c27 const strList *tail; in strv_from_str_list() local
/qemu/migration/
H A Dthreadinfo.c51 MigrationThreadInfoList **tail = &head; in qmp_query_migrationthreads() local
/qemu/include/standard-headers/linux/
H A Dvirtio_iommu.h80 struct virtio_iommu_req_tail tail; member
88 struct virtio_iommu_req_tail tail; member
106 struct virtio_iommu_req_tail tail; member
115 struct virtio_iommu_req_tail tail; member
/qemu/tests/unit/
H A Dtest-opts-visitor.c180 intList *tail; in test_opts_range_unvisited() local
220 intList *tail; in test_opts_range_beyond() local
H A Dtest-string-input-visitor.c72 int64List *tail; in check_ilist() local
90 uint64List *tail; in check_ulist() local
H A Dtest-clone-visitor.c155 UserDefOneList *src, *dst, *tail; in test_clone_complex3() local
/qemu/include/qapi/
H A Dutil.h53 #define QAPI_LIST_APPEND(tail, element) do { \ argument
/qemu/block/
H A Dqapi.c182 SnapshotInfoList *head = NULL, **tail = &head; in bdrv_query_snapshot_info_list() local
471 uint64List **tail = &out_list; in uint64_list() local
699 BlockStatsList *head = NULL, **tail = &head; in qmp_query_blockstats() local
/qemu/hw/i386/
H A Dsgx.c89 SgxEpcSectionList *head = NULL, **tail = &head; in sgx_calc_host_epc_sections() local
189 SgxEpcSectionList *head = NULL, **tail = &head; in sgx_get_epc_sections_list() local
/qemu/hw/core/
H A Dmachine-qmp-cmds.c39 CpuInfoFastList *head = NULL, **tail = &head; in qmp_query_cpus_fast() local
106 CompatPropertyList **tail = &(info->compat_props); in qmp_query_machines() local
/qemu/
H A Djob-qmp.c168 JobInfoList *head = NULL, **tail = &head; in qmp_query_jobs() local
/qemu/scsi/
H A Dpr-manager.c118 PRManagerInfoList ***tail = opaque; in query_one_pr_manager() local
/qemu/net/
H A Dnetmap.c162 unsigned int tail = ring->tail; in netmap_receive_iov() local
252 unsigned int tail = ring->tail; in netmap_send() local
/qemu/hw/net/rocker/
H A Drocker_desc.c29 uint32_t tail; member
254 uint32_t tail = ring->tail; in desc_ring_set_head() local
/qemu/util/
H A Dyank.c156 YankInstanceList *tail; in qmp_yank() local
H A Diov.c158 size_t orig_len, tail; in iov_send_recv_with_flags() local
395 size_t *head, size_t *tail, int *niov) in qemu_iovec_slice()
417 size_t head, tail; in qemu_iovec_subvec_niov() local
/qemu/hw/uefi/
H A Dvar-service-json.c51 UefiVariableList **tail; in uefi_vars_to_qapi() local
/qemu/block/export/
H A Dexport.c356 BlockExportInfoList *head = NULL, **tail = &head; in qmp_query_block_exports() local
/qemu/qga/
H A Dcommands-linux.c1548 GuestLogicalProcessorList *head, **tail; in qmp_guest_get_vcpus() local
1801 GuestMemoryBlockList *head, **tail; in qmp_guest_get_memory_blocks() local
1864 GuestMemoryBlockResponseList *head, **tail; in qmp_guest_set_memory_blocks() local
1929 GuestDiskStatsInfoList *head = NULL, **tail = &head; in guest_get_diskstats() local
2039 GuestCpuStatsList *head = NULL, **tail = &head; in qmp_guest_get_cpustats() local
2150 GuestNetworkRouteList *head = NULL, **tail = &head; in qmp_guest_network_get_route() local

1234