Searched refs:marker (Results 1 – 8 of 8) sorted by relevance
/xen/tools/python/scripts/ |
A D | convert-legacy-stream | 208 marker, = unpack_ulongs(1) 215 if marker != expected: 365 marker, = unpack_exact("=i") 366 if marker <= 0: 368 (marker, legacy.chunk_type_to_str.get(marker, "unknown"))) 370 if marker == legacy.CHUNK_end: 378 elif marker > 0: 380 if marker > legacy.MAX_BATCH: 383 pfns = unpack_ulongs(marker) 433 elif marker == legacy.CHUNK_tmem: [all …]
|
/xen/tools/python/xen/migration/ |
A D | libxc.py | 148 marker, ident, version, options, res1, res2 = \ 151 if marker != IHDR_MARKER: 153 (IHDR_MARKER, marker))
|
/xen/tools/libxc/ |
A D | xc_sr_stream_format.h | 16 uint64_t marker; member
|
A D | xc_sr_restore.c | 26 if ( ihdr.marker != IHDR_MARKER ) in read_headers() 28 ERROR("Invalid marker: Got 0x%016"PRIx64, ihdr.marker); in read_headers()
|
A D | xc_sr_save.c | 14 .marker = IHDR_MARKER, in write_headers()
|
/xen/docs/specs/ |
A D | libxc-migration-stream.pandoc | 106 The marker field can be used to distinguish between legacy images and 115 | marker | 126 marker 0xFFFFFFFFFFFFFFFF. 796 fields. In particular, the `marker`, `id` and `version` fields must
|
A D | libxl-migration-stream.pandoc | 188 A libxc context record is a marker, indicating that the stream should be
|
/xen/xen/arch/x86/boot/ |
A D | video.S | 681 movw $ASK_VGA, (%di) # End marker
|
Completed in 12 milliseconds