Home | History | Annotate | Download | only in qemu

Lines Matching refs:qemu_put_byte

517 void qemu_put_byte(QEMUFile *f, int v)
655 qemu_put_byte(f, v >> 8);
656 qemu_put_byte(f, v);
661 qemu_put_byte(f, v >> 24);
662 qemu_put_byte(f, v >> 16);
663 qemu_put_byte(f, v >> 8);
664 qemu_put_byte(f, v);
709 qemu_put_byte(f, p[0]);
914 qemu_put_byte(f, QEMU_VM_SECTION_START);
919 qemu_put_byte(f, len);
944 qemu_put_byte(f, QEMU_VM_SECTION_PART);
968 qemu_put_byte(f, QEMU_VM_SECTION_END);
981 qemu_put_byte(f, QEMU_VM_SECTION_FULL);
986 qemu_put_byte(f, len);
995 qemu_put_byte(f, QEMU_VM_EOF);