Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dguest-agent-core.h22 typedef struct GACommandState GACommandState; typedef
28 void ga_command_state_init(GAState *s, GACommandState *cs);
29 void ga_command_state_add(GACommandState *cs,
32 void ga_command_state_init_all(GACommandState *cs);
33 void ga_command_state_cleanup_all(GACommandState *cs);
34 GACommandState *ga_command_state_new(void);
35 void ga_command_state_free(GACommandState *cs);
H A Dguest-agent-command-state.c15 struct GACommandState { struct
26 void ga_command_state_add(GACommandState *cs, in ga_command_state_add() argument
46 void ga_command_state_init_all(GACommandState *cs) in ga_command_state_init_all()
62 void ga_command_state_cleanup_all(GACommandState *cs) in ga_command_state_cleanup_all()
68 GACommandState *ga_command_state_new(void) in ga_command_state_new()
70 GACommandState *cs = g_new0(GACommandState, 1); in ga_command_state_new()
75 void ga_command_state_free(GACommandState *cs) in ga_command_state_free()
H A Dcommands-posix.c1139 void ga_command_state_init(GAState *s, GACommandState *cs) in ga_command_state_init()
H A Dmain.c100 GACommandState *command_state;
H A Dcommands-win32.c1962 void ga_command_state_init(GAState *s, GACommandState *cs) in ga_command_state_init()