Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dqxl-logger.c240 size_t datasz; in qxl_log_command() local
254 datasz = compat ? sizeof(QXLCompatDrawable) : sizeof(QXLDrawable); in qxl_log_command()
257 datasz = sizeof(QXLSurfaceCmd); in qxl_log_command()
260 datasz = sizeof(QXLCursorCmd); in qxl_log_command()
265 data = qxl_phys2virt(qxl, ext->cmd.data, ext->group_id, datasz); in qxl_log_command()
/qemu/linux-user/
H A Delfload.c3062 datasz -= *off; in parse_elf_property()
3071 datasz -= 2 * sizeof(uint32_t); in parse_elf_property()
3073 if (step > datasz) { in parse_elf_property()
3111 int n, off, datasz; in parse_elf_properties() local
3158 datasz = note.nhdr.n_descsz + off; in parse_elf_properties()
3159 if (datasz > n) { in parse_elf_properties()
3167 if (off == datasz) { in parse_elf_properties()
4045 datasz = ROUND_UP(datasz, 4); in size_note()
4057 n->n_descsz = datasz; in fill_note()
4065 datasz = ROUND_UP(datasz, 4); in fill_note()
[all …]