Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dsclpconsole.c41 uint32_t iov_bs; /* offset in buf for char layer read operation */ member
76 memcpy(&scon->iov[scon->iov_bs], buf, size); in chr_read()
79 scon->iov_bs += size; in chr_read()
118 cons->iov_bs = 0; in get_console_data()
213 VMSTATE_UINT32(iov_bs, SCLPConsole),
248 scon->iov_bs = 0; in console_reset()