Home
last modified time | relevance | path

Searched refs:QLIST_FIRST (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/qemu/hw/i2c/
H A Dcore.c39 bus->saved_address = QLIST_FIRST(&bus->current_devs)->elt->address; in i2c_bus_pre_save()
279 I2CNode *node = QLIST_FIRST(&bus->current_devs); in i2c_send_async()
301 sc = I2C_SLAVE_GET_CLASS(QLIST_FIRST(&bus->current_devs)->elt); in i2c_recv()
303 s = QLIST_FIRST(&bus->current_devs)->elt; in i2c_recv()
/openbmc/qemu/hw/ppc/
H A Dspapr_pci_vfio.c56 if (QLIST_NEXT(QLIST_FIRST(&container->group_list), container_next)) { in vfio_eeh_container_ok()
96 bcontainer = QLIST_FIRST(&space->containers); in vfio_eeh_as_container()
/openbmc/qemu/qobject/
H A Dqdict.c310 return QLIST_FIRST(&qdict->table[i]); in qdict_next_entry()
434 QDictEntry *entry = QLIST_FIRST(&qdict->table[i]); in qdict_destroy_obj()
/openbmc/qemu/hw/i3c/
H A Dcore.c453 tc = I3C_TARGET_GET_CLASS(QLIST_FIRST(&bus->current_devs)->target); in i3c_recv()
454 t = QLIST_FIRST(&bus->current_devs)->target; in i3c_recv()
/openbmc/qemu/hw/block/dataplane/
H A Dxen-block.c113 request = QLIST_FIRST(&dataplane->freelist); in xen_block_start_request()
646 request = QLIST_FIRST(&dataplane->freelist); in xen_block_dataplane_destroy()
/openbmc/qemu/tests/unit/
H A Dcheck-qdict.c50 ent = QLIST_FIRST(&qdict->table[12345 % QDICT_BUCKET_MAX]); in qdict_put_obj_test()
H A Dtest-vmstate.c1308 first_item_c1 = QLIST_FIRST(&c1->list); in compare_containers()
1309 first_item_c2 = QLIST_FIRST(&c2->list); in compare_containers()
1327 TestQListElement *prev = NULL, *iter = QLIST_FIRST(&c->list); in manipulate_container()
H A Dtest-bdrv-drain.c1279 g_assert(QLIST_FIRST(&parent_b->children) == child_a); in test_detach_indirect()
1308 g_assert(QLIST_FIRST(&parent_b->children) == detach_by_parent_data.child_c); in test_detach_indirect()
H A Dtest-block-iothread.c482 c = QLIST_FIRST(&bs->parents); in test_sync_op()
/openbmc/qemu/
H A Djob.c342 return QLIST_FIRST(&jobs); in job_next_locked()
953 other_job = QLIST_FIRST(&txn->jobs); in job_completed_txn_abort_locked()
/openbmc/qemu/monitor/
H A Dfds.c356 MonFdset *mon_fdset_cur = QLIST_FIRST(&mon_fdsets); in monitor_fdset_add_fd()
/openbmc/qemu/hw/vfio/
H A Dpci-quirks.c1242 VFIOQuirk *quirk = QLIST_FIRST(&vdev->vga->region[i].quirks); in vfio_vga_quirk_finalize()
1275 vfio_ioeventfd_exit(vdev, QLIST_FIRST(&quirk->ioeventfds)); in vfio_bar_quirk_exit()
1290 VFIOQuirk *quirk = QLIST_FIRST(&bar->quirks); in vfio_bar_quirk_finalize()
/openbmc/qemu/hw/intc/
H A Ds390_flic.c250 io = QLIST_FIRST(&flic->io[isc]); in qemu_s390_flic_dequeue_io()
/openbmc/qemu/util/
H A Daio-posix.c400 while ((node = QLIST_FIRST(ready_list))) { in aio_dispatch_ready_handlers()
/openbmc/qemu/hw/i386/
H A Dpc_q35.c114 usbbus = QLIST_FIRST(&ehci->qdev.child_bus); in ehci_create_ich9_with_companions()
/openbmc/qemu/block/
H A Dthrottle-groups.c188 next = QLIST_FIRST(&tg->head); in throttle_group_next_tgm()
H A Ddirty-bitmap.c765 return QLIST_FIRST(&bs->dirty_bitmaps); in bdrv_dirty_bitmap_first()
H A Dquorum.c873 return QLIST_FIRST(&to_replace->parents) == s->children[i] && in quorum_recurse_can_replace()
H A Dmirror.c1500 if (QLIST_FIRST(&source->bs->parents) == source && in active_write_settle()
H A Dvhdx.c1541 child = QLIST_FIRST(&bs->parents); in vhdx_create_new_headers()
/openbmc/qemu/include/qemu/
H A Dqueue.h180 #define QLIST_FIRST(head) ((head)->lh_first) macro
/openbmc/qemu/hw/core/
H A Dqdev.c717 bus = QLIST_FIRST(&dev->child_bus); in device_unparent()
/openbmc/qemu/system/
H A Dqdev-monitor.c559 bus = QLIST_FIRST(&dev->child_bus); in qbus_find()
/openbmc/qemu/hw/virtio/
H A Dvhost.c159 return dev == QLIST_FIRST(&vhost_log_devs[dev->vhost_ops->backend_type]); in vhost_dev_should_log()
186 QLIST_INSERT_AFTER(QLIST_FIRST(&vhost_log_devs[backend_type]), in vhost_dev_elect_mem_logger()
/openbmc/qemu/hw/audio/
H A Dintel-hda.c1315 hdabus = QLIST_FIRST(&controller->child_bus); in intel_hda_and_codec_init()

12