Home
last modified time | relevance | path

Searched full:till (Results 1 – 16 of 16) sorted by relevance

/qemu/hw/audio/
H A Dcs4231a.c577 int till = -1; in cs_dma_read() local
582 till = (s->dregs[Playback_Lower_Base_Count] in cs_dma_read()
584 till -= s->transferred; in cs_dma_read()
585 copy = MIN (till, copy); in cs_dma_read()
597 if (written == till) { in cs_dma_read()
H A Dsb16.c1217 int till, copy, written, free; in SB_read_DMA() local
1241 till = s->left_till_irq; in SB_read_DMA()
1244 dolog ("pos:%06d %d till:%d len:%d\n", in SB_read_DMA()
1245 dma_pos, free, till, dma_len); in SB_read_DMA()
1248 if (till <= copy) { in SB_read_DMA()
1250 copy = till; in SB_read_DMA()
1268 ldebug ("pos %5d free %5d size %5d till % 5d copy %5d written %5d size %5d\n", in SB_read_DMA()
/qemu/migration/
H A Dqemu-file.h50 * The buffer should be available till it is sent asynchronously.
/qemu/audio/
H A Dmixeng_template.h26 * Tusen tack till Mike Nordell
/qemu/include/hw/virtio/
H A Dvirtio-serial.h122 * qemu chardevs) can cause the guest to block till all the output
/qemu/qga/
H A Dmain.c971 * attempt to save now. (we could wait till later when we have in read_persistent_state()
980 * initial creation till we actually have modified state to in read_persistent_state()
1458 /* delay opening/locking of pidfile till filesystems are unfrozen */ in initialize_agent()
1462 /* delay opening the log file till filesystems are unfrozen */ in initialize_agent()
H A Dcommands.c164 /* need to wait till output channels are closed in qmp_guest_exec_status()
/qemu/docs/devel/migration/
H A Dvfio.rst190 Iterate till total pending bytes converge and are less than threshold
/qemu/docs/
H A Dblock-replication.txt21 executes till the next checkpoint. To support disk contents checkpoint,
/qemu/hw/acpi/
H A Dcpu.c537 * Scan CPUs, till there are CPUs with events or in build_cpus_aml()
H A Daml-build.c1748 * acpi_table_begin() till acpi_table_end() in acpi_table_end()
/qemu/include/hw/core/
H A Dcpu.h992 * Requests the CPU to be removed and waits till it is removed.
/qemu/include/qom/
H A Dobject.h1732 * managed by the property from after the function returns till the
/qemu/pc-bios/
HDopenbios-sparc32( 8 H ! ` x p " p # $ 0 @ p % ` p x @ A B ( ...
HDopenbios-ppcIBM PPS Model 6015 | WH | k | W  |& k K { @ @ @ { ...
/qemu/target/i386/kvm/
H A Dkvm.c1852 /* Keep reading function 2 till all the input is received */ in kvm_x86_build_cpuid()