Home
last modified time | relevance | path

Searched defs:can_write (Results 1 – 3 of 3) sorted by relevance

/qemu/chardev/
H A Dspice.c26 int can_write = qemu_chr_be_can_write(chr); in vmc_write() local
/qemu/hw/audio/
H A Dsb16.c84 int can_write; member
/qemu/block/
H A Dqcow2-bitmap.c103 static inline bool can_write(BlockDriverState *bs) in can_write() function