Searched refs:pClient (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | remote-vx.c | 99 CLIENT *pClient; /* client used in net debugging */ variable 138 status = clnt_call (pClient, VX_LOAD, xdr_wrapstring, &filename, xdr_ldfile, in net_load() 892 pClient = clnttcp_create (&destAddr, RDBPROG, RDBVERS, &ptraceSock, 0, 0); in net_connect() 896 if (pClient == NULL) in net_connect() 1066 extern CLIENT *pClient; in vx_open() 1121 clnt_freeres (pClient, xdr_wrapstring, &bootFile); in vx_open() 1157 clnt_freeres (pClient, xdr_ldtabl, &loadTable); in vx_open() 1307 status = clnt_call (pClient, procNum, inProc, in, outProc, out, rpcTimeout); in net_clnt_call() 1320 if (pClient) in vx_close() 1321 clnt_destroy (pClient); /* The net connection */ in vx_close() [all …]
|