Searched refs:socket_dev (Results 1 – 5 of 5) sorted by relevance
30 struct socket_dev { struct54 struct socket_client *find_socket_client(struct socket_dev *sock, int fd); argument59 int open_socket(struct socket_dev *sock, data_handler_f *fn);63 void close_socket(struct socket_dev *sock);70 struct socket_dev *init_socket(char *path);76 void deinit_socket(struct socket_dev *sock);
102 int read_socket_char(struct socket_dev *sock, struct socket_client *client) in read_socket_char()146 static struct socket_client *new_socket_client(struct socket_dev *sock) in new_socket_client()181 struct socket_dev *sock = (struct socket_dev *)arg; in listen_socket_client()205 struct socket_dev *sock = (struct socket_dev *)arg; in socket_poll_events()245 struct socket_client *find_socket_client(struct socket_dev *sock, int fd) in find_socket_client()256 int open_socket(struct socket_dev *sock, data_handler_f *fn) in open_socket()271 void close_socket(struct socket_dev *sock) in close_socket()294 struct socket_dev *init_socket(char *path) in init_socket()296 struct socket_dev *sock; in init_socket()303 memset(sock, 0x0, sizeof(struct socket_dev)); in init_socket()[all …]
11 extern struct socket_dev *sock_server;
109 struct socket_dev *sock = (struct socket_dev *)arg; in send_socket_ack()141 struct socket_dev *sock = (struct socket_dev *)arg; in req_user_vm_shutdown_reboot()
30 struct socket_dev *sock_server; /* socket server instance */
Completed in 10 milliseconds