/openbmc/qemu/include/qapi/qmp/ |
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/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 | 425 port = QTAILQ_FIRST(&bus->free); in usb_claim_port() 634 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() 1288 usb_mtp_object_free(s, QTAILQ_FIRST(&s->objects)); in usb_mtp_command() 1318 o = QTAILQ_FIRST(&s->objects); in usb_mtp_command() 1410 o = QTAILQ_FIRST(&s->objects); in usb_mtp_command() 1501 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()
|
H A D | xen-usb.c | 127 usbback_req = QTAILQ_FIRST(&usbif->req_free_q); in usbback_get_req() 1055 usbback_req = QTAILQ_FIRST(&usbif->req_free_q); in usbback_free()
|
H A D | hcd-uhci.c | 140 async = QTAILQ_FIRST(&queue->asyncs); in uhci_queue_free() 166 UHCIAsync *first = QTAILQ_FIRST(&queue->asyncs); in uhci_queue_verify()
|
/openbmc/qemu/tests/unit/ |
H A D | check-qlist.c | 46 entry = QTAILQ_FIRST(&qlist->head); in qlist_append_test()
|
/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 | 521 QemuOpts *opts = QTAILQ_FIRST(&qemu_spice_opts.head); in qmp_query_spice_real() 655 QemuOpts *opts = QTAILQ_FIRST(&qemu_spice_opts.head); in qemu_spice_init() 852 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 | 251 job = QTAILQ_FIRST(&queue->jobs); in vnc_worker_thread_loop()
|
H A D | spice-display.c | 430 while ((update = QTAILQ_FIRST(&ssd->updates)) != NULL) { in qemu_spice_display_switch() 543 update = QTAILQ_FIRST(&ssd->updates); in interface_get_command() 1195 QemuOpts *opts = QTAILQ_FIRST(&olist->head); in qemu_spice_display_init()
|
/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/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/contrib/ivshmem-client/ |
H A D | ivshmem-client.c | 254 while ((peer = QTAILQ_FIRST(&client->peer_list)) != NULL) { in ivshmem_client_close()
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-pci-bus.c | 54 sei_cont = QTAILQ_FIRST(&s->pending_sei); in pci_chsc_sei_nt2_get_event() 96 QTAILQ_FIRST(&s->zpci_devs); in s390_pci_find_next_avail_dev() 868 group = QTAILQ_FIRST(&s->zpci_groups); in s390_pcihost_unrealize()
|