Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dspice-core.c159 typedef struct ChannelList ChannelList;
160 struct ChannelList { argument
162 QTAILQ_ENTRY(ChannelList) link;
164 static QTAILQ_HEAD(, ChannelList) channel_list = QTAILQ_HEAD_INITIALIZER(channel_list); in channel_list_add()
168 ChannelList *item; in channel_list_add()
177 ChannelList *item; in channel_list_del()
382 ChannelList *item; in qmp_query_spice_channels()
157 typedef struct ChannelList ChannelList; global() typedef
158 struct ChannelList { global() struct