Home
last modified time | relevance | path

Searched refs:CLNT_DESTROY (Results 1 – 9 of 9) sorted by relevance

/dragonfly/lib/libc/rpc/
H A Drpcb_clnt.c570 CLNT_DESTROY(client); in rpcb_set()
589 CLNT_DESTROY(client); in rpcb_set()
630 CLNT_DESTROY(client); in rpcb_unset()
939 CLNT_DESTROY(client); in __rpcb_findaddr_timed()
1004 CLNT_DESTROY(client); in __rpcb_findaddr_timed()
1018 CLNT_DESTROY(client); in __rpcb_findaddr_timed()
1106 CLNT_DESTROY(client); in rpcb_getmaps()
1181 CLNT_DESTROY(client); in rpcb_rmtcall()
1242 CLNT_DESTROY(client); in rpcb_gettime()
1274 CLNT_DESTROY(client); in rpcb_taddr2uaddr()
[all …]
H A Dclnt_simple.c84 CLNT_DESTROY(rcp->client); in rpc_call_destroy()
151 CLNT_DESTROY(rcp->client); in rpc_call()
H A Dpmap_getmaps.c91 CLNT_DESTROY(client); in pmap_getmaps()
H A Dpmap_getport.c93 CLNT_DESTROY(client); in pmap_getport()
H A Dpmap_rmt.c103 CLNT_DESTROY(client); in pmap_rmtcall()
H A Dclnt_generic.c326 CLNT_DESTROY(cl); in clnt_tp_create_timed()
/dragonfly/usr.bin/rpcinfo/
H A Drpcinfo.c398 CLNT_DESTROY(client);
412 CLNT_DESTROY(client);
438 CLNT_DESTROY(client);
446 CLNT_DESTROY(client);
1281 CLNT_DESTROY(client);
1298 CLNT_DESTROY(client);
1323 CLNT_DESTROY(client);
1330 CLNT_DESTROY(client);
1387 CLNT_DESTROY(client);
1435 CLNT_DESTROY(client);
/dragonfly/usr.sbin/ypbind/
H A Dyp_ping.c136 CLNT_DESTROY(client); in __pmap_getport()
/dragonfly/include/rpc/
H A Dclnt.h235 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) macro