Home
last modified time | relevance | path

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

/devicemodel/core/cmd_monitor/
A Dsocket.h18 struct socket_client { struct
28 void (*free_client_cb)(struct socket_client *self); argument
29 LIST_ENTRY(socket_client) list;
44 LIST_HEAD(client_list, socket_client) client_head; /* clients for this server */
52 int write_socket_char(struct socket_client *client);
56 struct socket_client *find_socket_client(struct socket_dev *sock, int fd);
A Dcommand_handler.c49 struct socket_client *client = NULL; in send_socket_ack()
70 static struct socket_client *vm_event_client = NULL;
73 static void vm_event_free_cb(struct socket_client *self) in vm_event_free_cb()
78 static int set_vm_event_client(struct socket_client *client) in set_vm_event_client()
94 struct socket_client *client; in vm_monitor_send_vm_event()
122 struct socket_client *client = NULL; in user_vm_register_vm_event_client_handler()
148 struct socket_client *client = NULL; in user_vm_destroy_handler()
177 struct socket_client *client = NULL; in user_vm_blkrescan_handler()
A Dsocket.c48 static void free_socket_client(struct socket_dev *sock, struct socket_client *client) in free_socket_client()
69 int write_socket_char(struct socket_client *client) in write_socket_char()
102 int read_socket_char(struct socket_dev *sock, struct socket_client *client) in read_socket_char()
145 static struct socket_client *new_socket_client(struct socket_dev *sock) in new_socket_client()
147 struct socket_client *client; in new_socket_client()
181 struct socket_client *client; in listen_socket_client()
205 struct socket_client *client; in socket_poll_events()
209 struct socket_client *poll_client[SOCKET_MAX_CLIENT]; in socket_poll_events()
244 struct socket_client *find_socket_client(struct socket_dev *sock, int fd) in find_socket_client()
246 struct socket_client *client = NULL; in find_socket_client()
[all …]

Completed in 4 milliseconds