Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vboxvideo/
H A Dvbox_hgsmi.c66 memset(&h->u.header_data, 0, sizeof(h->u.header_data)); in hgsmi_buffer_alloc()
H A Dhgsmi_defs.h27 u8 header_data[8]; member
/openbmc/qemu/block/
H A Dqcow2-snapshot.c281 } QEMU_PACKED header_data; in qcow2_write_snapshots() local
406 header_data.nb_snapshots = cpu_to_be32(s->nb_snapshots); in qcow2_write_snapshots()
407 header_data.snapshots_offset = cpu_to_be64(snapshots_offset); in qcow2_write_snapshots()
410 sizeof(header_data), &header_data, 0); in qcow2_write_snapshots()