/external/qemu/ |
D | savevm.c | 517 void qemu_put_byte(QEMUFile *f, int v) in qemu_put_byte() function 655 qemu_put_byte(f, v >> 8); in qemu_put_be16() 656 qemu_put_byte(f, v); in qemu_put_be16() 661 qemu_put_byte(f, v >> 24); in qemu_put_be32() 662 qemu_put_byte(f, v >> 16); in qemu_put_be32() 663 qemu_put_byte(f, v >> 8); in qemu_put_be32() 664 qemu_put_byte(f, v); in qemu_put_be32() 709 qemu_put_byte(f, p[0]); in qemu_put_struct() 914 qemu_put_byte(f, QEMU_VM_SECTION_START); in qemu_savevm_state_begin() 919 qemu_put_byte(f, len); in qemu_savevm_state_begin() [all …]
|
D | arch_init.c | 140 qemu_put_byte(f, strlen(block->idstr)); in ram_save_block() 144 qemu_put_byte(f, *p); in ram_save_block() 149 qemu_put_byte(f, strlen(block->idstr)); in ram_save_block() 293 qemu_put_byte(f, strlen(block->idstr)); in ram_save_live()
|
/external/qemu/hw/ |
D | hw.h | 58 void qemu_put_byte(QEMUFile *f, int v); 62 qemu_put_byte(f, (int)v); in qemu_put_ubyte() 65 #define qemu_put_sbyte qemu_put_byte 117 qemu_put_byte(f, *pv); in qemu_put_8s()
|
D | goldfish_fb.c | 76 qemu_put_byte(f, 0); in goldfish_fb_save() 79 qemu_put_byte(f, s->base_valid); in goldfish_fb_save() 80 qemu_put_byte(f, s->need_update); in goldfish_fb_save() 81 qemu_put_byte(f, s->need_int); in goldfish_fb_save() 82 qemu_put_byte(f, s->set_rotation); in goldfish_fb_save() 83 qemu_put_byte(f, s->blank); in goldfish_fb_save()
|
D | goldfish_switch.c | 44 qemu_put_byte(f, s->state_changed); in goldfish_switch_save() 45 qemu_put_byte(f, s->int_enable); in goldfish_switch_save()
|
D | arm_gic.c | 672 qemu_put_byte(f, s->irq_state[i].enabled); in gic_save() 673 qemu_put_byte(f, s->irq_state[i].pending); in gic_save() 674 qemu_put_byte(f, s->irq_state[i].active); in gic_save() 675 qemu_put_byte(f, s->irq_state[i].level); in gic_save() 676 qemu_put_byte(f, s->irq_state[i].model); in gic_save() 677 qemu_put_byte(f, s->irq_state[i].trigger); in gic_save()
|
D | goldfish_tty.c | 52 qemu_put_byte( f, s->ready ); in goldfish_tty_save() 53 qemu_put_byte( f, s->data_count ); in goldfish_tty_save()
|
D | goldfish_pipe.c | 226 qemu_put_byte(file, 0); in pipe_save() 229 qemu_put_byte(file, 1); in pipe_save() 235 qemu_put_byte(file, (int)pipe->wanted); in pipe_save() 236 qemu_put_byte(file, (int)pipe->closed); in pipe_save() 240 qemu_put_byte(file, 1); in pipe_save() 243 qemu_put_byte(file, 0); in pipe_save()
|
D | goldfish_timer.c | 44 qemu_put_byte(f, s->armed); in goldfish_timer_save()
|
D | smc91c111.c | 84 qemu_put_byte(f, s->int_level); in smc91c111_save() 85 qemu_put_byte(f, s->int_mask); in smc91c111_save()
|
/external/qemu/slirp/ |
D | slirp.c | 901 qemu_put_byte(f, tp->t_oobflags); in slirp_tcp_save() 902 qemu_put_byte(f, tp->t_iobc); in slirp_tcp_save() 904 qemu_put_byte(f, tp->snd_scale); in slirp_tcp_save() 905 qemu_put_byte(f, tp->rcv_scale); in slirp_tcp_save() 906 qemu_put_byte(f, tp->request_r_scale); in slirp_tcp_save() 907 qemu_put_byte(f, tp->requested_s_scale); in slirp_tcp_save() 933 qemu_put_byte(f, so->so_iptos); in slirp_socket_save() 934 qemu_put_byte(f, so->so_emu); in slirp_socket_save() 935 qemu_put_byte(f, so->so_type); in slirp_socket_save() 953 qemu_put_byte(f, 42); in slirp_state_save() [all …]
|
/external/qemu/slirp-android/ |
D | slirp.c | 1304 qemu_put_byte(f, tp->t_oobflags); in slirp_tcp_save() 1305 qemu_put_byte(f, tp->t_iobc); in slirp_tcp_save() 1307 qemu_put_byte(f, tp->snd_scale); in slirp_tcp_save() 1308 qemu_put_byte(f, tp->rcv_scale); in slirp_tcp_save() 1309 qemu_put_byte(f, tp->request_r_scale); in slirp_tcp_save() 1310 qemu_put_byte(f, tp->requested_s_scale); in slirp_tcp_save() 1336 qemu_put_byte(f, so->so_iptos); in slirp_socket_save() 1337 qemu_put_byte(f, so->so_emu); in slirp_socket_save() 1338 qemu_put_byte(f, so->so_type); in slirp_socket_save() 1356 qemu_put_byte(f, 42); in slirp_state_save() [all …]
|
/external/qemu/telephony/ |
D | android_modem.c | 534 qemu_put_byte(f, modem->call_count); in android_modem_state_save() 541 qemu_put_byte( f, call->dir ); in android_modem_state_save() 542 qemu_put_byte( f, call->state ); in android_modem_state_save() 543 qemu_put_byte( f, call->mode ); in android_modem_state_save()
|