Home
last modified time | relevance | path

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

/devicemodel/core/
A Dmonitor.c312 static void name(struct mngr_msg *msg, int client_fd, void *param) \
337 mngr_send_msg(client_fd, &ack, NULL, ACK_TIMEOUT); \
342 static void handle_stop(struct mngr_msg *msg, int client_fd, void *param) in handle_stop() argument
372 mngr_send_msg(client_fd, &ack, NULL, ACK_TIMEOUT); in handle_stop()
375 static void handle_resume(struct mngr_msg *msg, int client_fd, void *param) in handle_resume() argument
401 mngr_send_msg(client_fd, &ack, NULL, ACK_TIMEOUT); in handle_resume()
404 static void handle_query(struct mngr_msg *msg, int client_fd, void *param) in handle_query() argument
421 mngr_send_msg(client_fd, &ack, NULL, ACK_TIMEOUT); in handle_query()
424 static void handle_blkrescan(struct mngr_msg *msg, int client_fd, void *param) in handle_blkrescan() argument
450 mngr_send_msg(client_fd, &ack, NULL, ACK_TIMEOUT); in handle_blkrescan()
/devicemodel/hw/pci/virtio/
A Dvirtio_mei.c306 int client_fd; member
382 if (hclient->client_fd > -1) { in vmei_rx_teardown()
383 close(hclient->client_fd); in vmei_rx_teardown()
384 hclient->client_fd = -1; in vmei_rx_teardown()
428 hclient->client_fd = -1; in vmei_host_client_create()
1022 if (hclient->client_fd < 0) { in vmei_host_client_native_connect()
1448 if (hclient->client_fd < 0) { in vmei_host_client_native_write()
1450 hclient->client_fd); in vmei_host_client_native_write()
1470 len = writev(hclient->client_fd, in vmei_host_client_native_write()
1741 if (hclient->client_fd < 0) { in vmei_host_client_native_read()
[all …]
A Dvirtio_console.c707 int client_fd = -1; in virtio_console_config_backend() local
724 client_fd = open(pts_name, O_RDWR); in virtio_console_config_backend()
725 if (client_fd == -1) { in virtio_console_config_backend()
731 tcgetattr(client_fd, &tio); in virtio_console_config_backend()
733 tcsetattr(client_fd, TCSAFLUSH, &tio); in virtio_console_config_backend()
734 be->pts_fd = client_fd; in virtio_console_config_backend()

Completed in 14 milliseconds