Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dl2tpv3.c549 if ((l2tpv3->has_offset) && (l2tpv3->offset > 256)) { in net_init_l2tpv3()
697 if (l2tpv3->has_offset) { in net_init_l2tpv3()
/openbmc/qemu/
H A Dqemu-img.c3103 if (e->data && !e->has_offset) { in dump_map_entry()
3110 e->has_offset ? e->offset : 0, in dump_map_entry()
3130 if (e->has_offset) { in dump_map_entry()
3149 bool has_offset; in get_block_status() local
3181 has_offset = !!(ret & BDRV_BLOCK_OFFSET_VALID); in get_block_status()
3183 if (file && has_offset) { in get_block_status()
3195 .has_offset = has_offset, in get_block_status()
3215 curr->has_offset != next->has_offset) { in entry_mergeable()
3221 if (curr->has_offset && curr->offset + curr->length != next->offset) { in entry_mergeable()