Home
last modified time | relevance | path

Searched refs:lst (Results 1 – 15 of 15) sorted by relevance

/qemu/block/monitor/
H A Dbitmap-qmp-cmds.c254 BlockDirtyBitmapOrStrList *lst; in block_dirty_bitmap_merge() local
265 for (lst = bms; lst; lst = lst->next) { in block_dirty_bitmap_merge()
266 switch (lst->value->type) { in block_dirty_bitmap_merge()
268 src_bitmap = lst->value->u.local; in block_dirty_bitmap_merge()
276 src_node = lst->value->u.external.node; in block_dirty_bitmap_merge()
277 src_bitmap = lst->value->u.external.name; in block_dirty_bitmap_merge()
/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py557 def get_cluster_id(lst, length): argument
561 if len(lst) != 0:
563 pair = (lst[0], 1)
564 for i in range(1, len(lst)):
565 if lst[i] == lst[i-1] + 1:
566 pair = (lst[i], pair[1] + 1)
569 pair = (lst[i], 1)
/qemu/tests/qemu-iotests/
H A D01225 owner=hch@lst.de
H A D00123 owner=hch@lst.de
H A D00823 owner=hch@lst.de
H A D00526 owner=hch@lst.de
H A D02123 owner=hch@lst.de
H A D00323 owner=hch@lst.de
H A D00423 owner=hch@lst.de
H A D00223 owner=hch@lst.de
/qemu/hw/ide/
H A Dahci.c730 map_page(ad->hba->as, &ad->lst, in ahci_map_clb_address()
732 if (ad->lst != NULL) { in ahci_map_clb_address()
743 if (ad->lst == NULL) { in ahci_unmap_clb_address()
748 dma_memory_unmap(ad->hba->as, ad->lst, 1024, in ahci_unmap_clb_address()
750 ad->lst = NULL; in ahci_unmap_clb_address()
1131 ncq_tfs->cmdh = &((AHCICmdHdr *)ad->lst)[slot]; in process_ncq_command()
1192 return s->dev[port].lst ? &((AHCICmdHdr *)s->dev[port].lst)[slot] : NULL; in get_cmd_header()
1323 if (!s->dev[port].lst) { in handle_cmd()
H A Dahci-internal.h316 uint8_t *lst; member
H A Dtrace-events106 handle_cmd_nolist(void *s, int port) "ahci(%p)[%d]: handle_cmd called without s->dev[port].lst"
/qemu/hw/usb/
H A Dhcd-ohci.h72 uint32_t lst; member
H A Dhcd-ohci.c366 ohci->lst = OHCI_LS_THRESH; in ohci_soft_reset()
1591 retval = ohci->lst; in ohci_mem_read()
1728 ohci->lst = val & 0xffff; in ohci_mem_write()
2016 VMSTATE_UINT32(lst, OHCIState),