| /openbmc/qemu/include/qobject/ |
| H A D | qlist.h | 42 for ((var) = QTAILQ_FIRST(&(qlist)->head); \ 61 return QTAILQ_FIRST(&qlist->head); in qlist_first()
|
| /openbmc/qemu/qobject/ |
| H A D | qlist.c | 96 entry = QTAILQ_FIRST(&qlist->head); in qlist_pop() 113 entry = QTAILQ_FIRST(&qlist->head); in qlist_peek()
|
| /openbmc/qemu/replay/ |
| H A D | replay-events.c | 88 Event *event = QTAILQ_FIRST(&events_list); in replay_flush_events() 203 Event *event = QTAILQ_FIRST(&events_list); in replay_save_events()
|
| /openbmc/qemu/tests/unit/ |
| H A D | check-qlist.c | 46 entry = QTAILQ_FIRST(&qlist->head); in qlist_append_test()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | qom-test.c | 44 entry = QTAILQ_FIRST(&return_list->head); in test_list_get_value() 90 path_entry = QTAILQ_FIRST(&paths->head); in test_list_get()
|
| /openbmc/qemu/hw/usb/ |
| H A D | host-libusb.c | 621 while ((xfer = QTAILQ_FIRST(&ring->inflight)) != NULL) { in usb_host_iso_free() 625 while ((xfer = QTAILQ_FIRST(&ring->unused)) != NULL) { in usb_host_iso_free() 629 while ((xfer = QTAILQ_FIRST(&ring->copy)) != NULL) { in usb_host_iso_free() 642 while ((ring = QTAILQ_FIRST(&s->isorings)) != NULL) { in usb_host_iso_free_all() 686 xfer = QTAILQ_FIRST(&ring->copy); in usb_host_iso_data_in() 695 while ((xfer = QTAILQ_FIRST(&ring->unused)) != NULL) { in usb_host_iso_data_in() 731 xfer = QTAILQ_FIRST(&ring->copy); in usb_host_iso_data_out() 737 xfer = QTAILQ_FIRST(&ring->unused); in usb_host_iso_data_out() 757 while ((xfer = QTAILQ_FIRST(&ring->copy)) != NULL && in usb_host_iso_data_out() 1081 while (QTAILQ_FIRST(&s->requests) != NULL) { in usb_host_abort_xfers()
|
| H A D | combined-packet.c | 62 assert(combined->first == p && p == QTAILQ_FIRST(&combined->packets)); in usb_combined_input_packet_complete()
|
| H A D | hcd-ehci.c | 578 p = QTAILQ_FIRST(&q->packets); in ehci_cancel_queue() 587 } while ((p = QTAILQ_FIRST(&q->packets)) != NULL); in ehci_cancel_queue() 1138 EHCIPacket *p = QTAILQ_FIRST(&q->packets); in ehci_qh_do_overlay() 1269 EHCIPacket *p = QTAILQ_FIRST(&q->packets); in ehci_execute_complete() 1816 p = QTAILQ_FIRST(&q->packets); in ehci_state_fetchqtd() 1928 EHCIPacket *p = QTAILQ_FIRST(&q->packets); in ehci_state_execute() 1978 EHCIPacket *p = QTAILQ_FIRST(&q->packets); in ehci_state_executing() 2004 EHCIPacket *p = QTAILQ_FIRST(&q->packets); in ehci_state_writeback()
|
| H A D | bus.c | 424 port = QTAILQ_FIRST(&bus->free); in usb_claim_port() 633 USBBus *bus = QTAILQ_FIRST(&busses); in usbdevice_create()
|
| H A D | dev-mtp.c | 1210 o = QTAILQ_FIRST(&s->objects); in usb_mtp_object_delete() 1286 usb_mtp_object_free(s, QTAILQ_FIRST(&s->objects)); in usb_mtp_command() 1316 o = QTAILQ_FIRST(&s->objects); in usb_mtp_command() 1408 o = QTAILQ_FIRST(&s->objects); in usb_mtp_command() 1499 usb_mtp_object_free(s, QTAILQ_FIRST(&s->objects)); in usb_mtp_handle_reset()
|
| H A D | core.c | 470 assert(p->stream || QTAILQ_FIRST(&ep->queue) == p); in usb_packet_complete_one() 494 p = QTAILQ_FIRST(&ep->queue); in usb_packet_complete()
|
| H A D | dev-uas.c | 364 while ((st = QTAILQ_FIRST(&uas->results)) != NULL) { in usb_uas_send_status_bh() 860 st = QTAILQ_FIRST(&uas->results); in usb_uas_handle_data()
|
| /openbmc/qemu/include/hw/virtio/ |
| H A D | virtio-bus.h | 135 BusChild *kid = QTAILQ_FIRST(&qbus->children); in virtio_bus_get_device()
|
| /openbmc/qemu/ui/ |
| H A D | spice-core.c | 527 QemuOpts *opts = QTAILQ_FIRST(&qemu_spice_opts.head); in qmp_query_spice_real() 661 QemuOpts *opts = QTAILQ_FIRST(&qemu_spice_opts.head); in qemu_spice_init() 880 if (QTAILQ_FIRST(&qemu_spice_opts.head) != NULL) { in qemu_spice_add_interface()
|
| H A D | input.c | 240 item = QTAILQ_FIRST(queue); in qemu_input_queue_process() 247 item = QTAILQ_FIRST(queue); in qemu_input_queue_process()
|
| H A D | vnc-jobs.c | 244 job = QTAILQ_FIRST(&queue->jobs); in vnc_worker_thread_loop()
|
| /openbmc/qemu/hw/sd/ |
| H A D | core.c | 38 BusChild *kid = QTAILQ_FIRST(&sdbus->qbus.children); in get_card()
|
| /openbmc/qemu/net/ |
| H A D | queue.c | 271 packet = QTAILQ_FIRST(&queue->packets); in qemu_net_queue_flush()
|
| /openbmc/qemu/hw/core/ |
| H A D | bus.c | 146 while ((kid = QTAILQ_FIRST(&bus->children)) != NULL) { in bus_unparent()
|
| /openbmc/qemu/hw/vfio/ |
| H A D | ap.c | 120 cfg_chg_event = QTAILQ_FIRST(&cfg_chg_events); in ap_chsc_sei_nt0_get_event()
|
| /openbmc/qemu/hw/uefi/ |
| H A D | var-service-policy.c | 237 pol = QTAILQ_FIRST(&uv->var_policies); in uefi_vars_policies_clear()
|
| /openbmc/qemu/contrib/ivshmem-client/ |
| H A D | ivshmem-client.c | 254 while ((peer = QTAILQ_FIRST(&client->peer_list)) != NULL) { in ivshmem_client_close()
|
| /openbmc/qemu/util/ |
| H A D | thread-pool.c | 106 req = QTAILQ_FIRST(&pool->request_list); in worker_thread()
|
| H A D | qemu-option.c | 277 iter->opt = QTAILQ_FIRST(&opts->head); in qemu_opt_iter_init() 680 opt = QTAILQ_FIRST(&opts->head); in qemu_opts_del()
|
| /openbmc/qemu/hw/s390x/ |
| H A D | s390-pci-bus.c | 57 sei_cont = QTAILQ_FIRST(&s->pending_sei); in pci_chsc_sei_nt2_get_event() 99 QTAILQ_FIRST(&s->zpci_devs); in s390_pci_find_next_avail_dev() 902 group = QTAILQ_FIRST(&s->zpci_groups); in s390_pcihost_unrealize()
|