Searched refs:remote_fd (Results 1 – 1 of 1) sorted by relevance
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/gx/ |
A D | gx_comm.c | 59 static int remote_fd; variable 98 if (remote_fd == -1) { in do_tcp() 111 setsockopt(remote_fd, IPPROTO_TCP, TCP_NODELAY, in do_tcp() 135 close(remote_fd); in gx_remote_open() 140 save_fcntl_flags = fcntl(remote_fd, F_GETFL, 0); in gx_remote_open() 143 fcntl (remote_fd, F_SETOWN, getpid ()); in gx_remote_open() 152 close(remote_fd); in gx_remote_close() 168 bufcnt = read(remote_fd, buf, sizeof (buf)); in readchar() 227 if (write(remote_fd, "-", 1) != 1) { in gx_getpkt() 236 if (write(remote_fd, "+", 1) != 1) { in gx_getpkt() [all …]
|
Completed in 3 milliseconds