Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dcommands.c94 struct GuestExecInfo { struct
103 QTAILQ_ENTRY(GuestExecInfo) next; argument
105 typedef struct GuestExecInfo GuestExecInfo; typedef
108 QTAILQ_HEAD(, GuestExecInfo) processes;
122 static GuestExecInfo *guest_exec_info_add(GPid pid) in guest_exec_info_add()
124 GuestExecInfo *gei; in guest_exec_info_add()
126 gei = g_new0(GuestExecInfo, 1); in guest_exec_info_add()
136 GuestExecInfo *gei; in guest_exec_info_find()
149 GuestExecInfo *gei; in qmp_guest_exec_status()
261 GuestExecInfo *gei = (GuestExecInfo *)data; in guest_exec_child_watch()
[all …]