Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dmain.c101 GACommandState *command_state; member
1486 s->command_state = ga_command_state_new(); in initialize_agent()
1487 ga_command_state_init(s, s->command_state); in initialize_agent()
1488 ga_command_state_init_all(s->command_state); in initialize_agent()
1553 if (s->command_state) { in cleanup_agent()
1554 ga_command_state_cleanup_all(s->command_state); in cleanup_agent()
1555 ga_command_state_free(s->command_state); in cleanup_agent()