Home
last modified time | relevance | path

Searched refs:replay_put_dword (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/replay/
H A Dreplay-input.c26 replay_put_dword(evt->type); in replay_save_input_event()
31 replay_put_dword(key->key->type); in replay_save_input_event()
39 replay_put_dword(key->key->u.qcode.data); in replay_save_input_event()
49 replay_put_dword(btn->button); in replay_save_input_event()
54 replay_put_dword(move->axis); in replay_save_input_event()
59 replay_put_dword(move->axis); in replay_save_input_event()
64 replay_put_dword(mtt->type); in replay_save_input_event()
67 replay_put_dword(mtt->axis); in replay_save_input_event()
H A Dreplay-internal.c69 void replay_put_dword(uint32_t dword) in replay_put_dword() function
77 replay_put_dword(qword >> 32); in replay_put_qword()
78 replay_put_dword(qword); in replay_put_qword()
84 replay_put_dword(size); in replay_put_array()
254 replay_put_dword(diff); in replay_advance_current_icount()
H A Dreplay-char.c102 replay_put_dword(res); in replay_char_write_event_save()
103 replay_put_dword(offset); in replay_char_write_event_save()
147 replay_put_dword(res); in replay_char_read_all_save_error()
H A Dreplay-random.c23 replay_put_dword(ret); in replay_save_random()
H A Dreplay-net.c88 replay_put_dword(event->flags); in replay_event_net_save()
H A Dreplay-internal.h112 void replay_put_dword(uint32_t dword);
H A Dreplay.c475 replay_put_dword(REPLAY_VERSION); in replay_finish()