HomeSort by relevance Sort by last modified time
    Searched refs:qemu_put_byte (Results 1 - 11 of 11) sorted by null

  /external/qemu/hw/
goldfish_fb.c 57 qemu_put_byte(f, q->rotation);
60 qemu_put_byte(f, s->base_valid);
61 qemu_put_byte(f, s->need_update);
62 qemu_put_byte(f, s->need_int);
63 qemu_put_byte(f, s->set_rotation);
64 qemu_put_byte(f, s->blank);
hw.h 53 void qemu_put_byte(QEMUFile *f, int v);
57 qemu_put_byte(f, (int)v);
60 #define qemu_put_sbyte qemu_put_byte
105 qemu_put_byte(f, *pv);
goldfish_switch.c 44 qemu_put_byte(f, s->state_changed);
45 qemu_put_byte(f, s->int_enable);
goldfish_tty.c 48 qemu_put_byte( f, s->ready );
49 qemu_put_byte( f, s->data_count );
arm_gic.c 672 qemu_put_byte(f, s->irq_state[i].enabled);
673 qemu_put_byte(f, s->irq_state[i].pending);
674 qemu_put_byte(f, s->irq_state[i].active);
675 qemu_put_byte(f, s->irq_state[i].level);
676 qemu_put_byte(f, s->irq_state[i].model);
677 qemu_put_byte(f, s->irq_state[i].trigger);
goldfish_timer.c 43 qemu_put_byte(f, s->armed);
  /external/qemu/
savevm.c 489 void qemu_put_byte(QEMUFile *f, int v) function
586 qemu_put_byte(f, v >> 8);
587 qemu_put_byte(f, v);
592 qemu_put_byte(f, v >> 24);
593 qemu_put_byte(f, v >> 16);
594 qemu_put_byte(f, v >> 8);
595 qemu_put_byte(f, v);
641 qemu_put_byte(f, p[0]);
831 qemu_put_byte(f, QEMU_VM_SECTION_START);
836 qemu_put_byte(f, len)
    [all...]
vl-android.c     [all...]
vl.c     [all...]
  /external/qemu/slirp/
slirp.c 901 qemu_put_byte(f, tp->t_oobflags);
902 qemu_put_byte(f, tp->t_iobc);
904 qemu_put_byte(f, tp->snd_scale);
905 qemu_put_byte(f, tp->rcv_scale);
906 qemu_put_byte(f, tp->request_r_scale);
907 qemu_put_byte(f, tp->requested_s_scale);
933 qemu_put_byte(f, so->so_iptos);
934 qemu_put_byte(f, so->so_emu);
935 qemu_put_byte(f, so->so_type);
953 qemu_put_byte(f, 42)
    [all...]
  /external/qemu/slirp-android/
slirp.c 996 qemu_put_byte(f, tp->t_oobflags);
997 qemu_put_byte(f, tp->t_iobc);
999 qemu_put_byte(f, tp->snd_scale);
1000 qemu_put_byte(f, tp->rcv_scale);
1001 qemu_put_byte(f, tp->request_r_scale);
1002 qemu_put_byte(f, tp->requested_s_scale);
1028 qemu_put_byte(f, so->so_iptos);
1029 qemu_put_byte(f, so->so_emu);
1030 qemu_put_byte(f, so->so_type);
1048 qemu_put_byte(f, 42)
    [all...]

Completed in 164 milliseconds