Searched refs:IvshmemClient (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/contrib/ivshmem-client/ |
H A D | ivshmem-client.h | 50 typedef struct IvshmemClient IvshmemClient; typedef 57 const IvshmemClient *client, 69 struct IvshmemClient { struct 96 int ivshmem_client_init(IvshmemClient *client, const char *unix_sock_path, 111 int ivshmem_client_connect(IvshmemClient *client); 118 void ivshmem_client_close(IvshmemClient *client); 133 void ivshmem_client_get_fds(const IvshmemClient *client, fd_set *fds, 150 int ivshmem_client_handle_fds(IvshmemClient *client, fd_set *fds, int maxfd); 161 int ivshmem_client_notify(const IvshmemClient *client, 173 int ivshmem_client_notify_all_vects(const IvshmemClient *client, [all …]
|
H A D | ivshmem-client.c | 26 ivshmem_client_read_one_msg(IvshmemClient *client, int64_t *index, int *fd) in ivshmem_client_read_one_msg() 77 ivshmem_client_free_peer(IvshmemClient *client, IvshmemClientPeer *peer) in ivshmem_client_free_peer() 91 ivshmem_client_handle_server_msg(IvshmemClient *client) in ivshmem_client_handle_server_msg() 144 ivshmem_client_init(IvshmemClient *client, const char *unix_sock_path, in ivshmem_client_init() 179 ivshmem_client_connect(IvshmemClient *client) in ivshmem_client_connect() 247 ivshmem_client_close(IvshmemClient *client) in ivshmem_client_close() 272 ivshmem_client_get_fds(const IvshmemClient *client, fd_set *fds, int *maxfd) in ivshmem_client_get_fds() 293 ivshmem_client_handle_event(IvshmemClient *client, const fd_set *cur, int maxfd) in ivshmem_client_handle_event() 328 ivshmem_client_handle_fds(IvshmemClient *client, fd_set *fds, int maxfd) in ivshmem_client_handle_fds() 346 ivshmem_client_notify(const IvshmemClient *client, in ivshmem_client_notify() [all …]
|
H A D | main.c | 78 ivshmem_client_handle_stdin_command(IvshmemClient *client) in ivshmem_client_handle_stdin_command() 133 ivshmem_client_poll_events(IvshmemClient *client) in ivshmem_client_poll_events() 176 ivshmem_client_notification_cb(const IvshmemClient *client, in ivshmem_client_notification_cb() 190 IvshmemClient client; in main()
|