Searched refs:lst (Results 1 – 15 of 15) sorted by relevance
/qemu/block/monitor/ |
H A D | bitmap-qmp-cmds.c | 254 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 D | layout.py | 557 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 D | 012 | 25 owner=hch@lst.de
|
H A D | 001 | 23 owner=hch@lst.de
|
H A D | 008 | 23 owner=hch@lst.de
|
H A D | 005 | 26 owner=hch@lst.de
|
H A D | 021 | 23 owner=hch@lst.de
|
H A D | 003 | 23 owner=hch@lst.de
|
H A D | 004 | 23 owner=hch@lst.de
|
H A D | 002 | 23 owner=hch@lst.de
|
/qemu/hw/ide/ |
H A D | ahci.c | 730 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 D | ahci-internal.h | 316 uint8_t *lst; member
|
H A D | trace-events | 106 handle_cmd_nolist(void *s, int port) "ahci(%p)[%d]: handle_cmd called without s->dev[port].lst"
|
/qemu/hw/usb/ |
H A D | hcd-ohci.h | 72 uint32_t lst; member
|
H A D | hcd-ohci.c | 366 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),
|