Searched refs:socket_dev (Results 1 – 5 of 5) sorted by relevance
32 struct socket_dev { struct56 struct socket_client *find_socket_client(struct socket_dev *sock, int fd); argument61 int open_socket(struct socket_dev *sock, data_handler_f *fn);65 void close_socket(struct socket_dev *sock);72 struct socket_dev *init_socket(char *path);78 void deinit_socket(struct socket_dev *sock);
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()180 struct socket_dev *sock = (struct socket_dev *)arg; in listen_socket_client()204 struct socket_dev *sock = (struct socket_dev *)arg; in socket_poll_events()244 struct socket_client *find_socket_client(struct socket_dev *sock, int fd) in find_socket_client()255 int open_socket(struct socket_dev *sock, data_handler_f *fn) in open_socket()270 void close_socket(struct socket_dev *sock) in close_socket()293 struct socket_dev *init_socket(char *path) in init_socket()295 struct socket_dev *sock; in init_socket()302 memset(sock, 0x0, sizeof(struct socket_dev)); in init_socket()[all …]
45 static int send_socket_ack(struct socket_dev *sock, int fd, bool normal) in send_socket_ack()121 struct socket_dev *sock = (struct socket_dev *)hdl_arg->channel_arg; in user_vm_register_vm_event_client_handler()147 struct socket_dev *sock = (struct socket_dev *)hdl_arg->channel_arg; in user_vm_destroy_handler()176 struct socket_dev *sock = (struct socket_dev *)hdl_arg->channel_arg; in user_vm_blkrescan_handler()
8 extern struct socket_dev *sock_server;
30 struct socket_dev *sock_server; /* socket server instance */
Completed in 7 milliseconds