HomeSort by: relevance | last modified time | path
    Searched refs:clnt_destroy (Results 1 - 19 of 19) sorted by relevancy

  /src/lib/libc/yp/
yplib.c 131 clnt_destroy(ysd->dom_client);
239 clnt_destroy(client);
243 clnt_destroy(client);
261 clnt_destroy(ysd->dom_client);
288 clnt_destroy(ypb->dom_client);
313 clnt_destroy(ypb->dom_client);
yp_all.c 82 clnt_destroy(clnt);
  /src/usr.sbin/ypset/
ypset.c 146 clnt_destroy(client);
149 clnt_destroy(client);
  /src/lib/libc/rpc/
clnt_generic.c 134 clnt_destroy(clnt);
269 CLNT_DESTROY(cl);
278 clnt_destroy(cl);
376 clnt_destroy(cl);
Makefile.inc 55 rpc_clnt_create.3 clnt_destroy.3 \
  /src/usr.bin/ypwhich/
ypwhich.c 253 clnt_destroy(ypbind);
396 clnt_destroy(ypserv);
406 clnt_destroy(ypserv);
  /src/usr.bin/rup/
rup.c 303 clnt_destroy(rstat_clnt);
308 clnt_destroy(rstat_clnt);
  /src/usr.sbin/ypserv/yppush/
yppush.c 215 clnt_destroy(ypserv);
417 clnt_destroy(ypserv);
  /src/usr.sbin/ypserv/ypxfr/
ypxfr.c 250 clnt_destroy(client);
256 clnt_destroy(client);
263 clnt_destroy(client);
  /src/usr.sbin/yppoll/
yppoll.c 219 clnt_destroy(client);
  /src/tests/lib/libc/rpc/
t_rpc.c 159 clnt_destroy(clnt);
212 clnt_destroy(clnt);
  /src/usr.sbin/rpc.statd/
statd.c 586 clnt_destroy(cli);
589 clnt_destroy(cli);
stat_proc.c 350 clnt_destroy(cli);
  /src/include/rpc/
clnt.h 262 #define CLSET_FD_CLOSE 8 /* close fd while clnt_destroy */
263 #define CLSET_FD_NCLOSE 9 /* Do not close fd while clnt_destroy */
281 * CLNT_DESTROY(rh);
284 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
285 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) macro
  /src/sbin/mount_nfs/
getnfsargs.c 235 clnt_destroy(clp);
  /src/usr.bin/showmount/
showmount.c 254 clnt_destroy(client);
  /src/sbin/umount/
umount.c 358 clnt_destroy(clp);
  /src/usr.sbin/rpc.lockd/
lock_proc.c 175 clnt_destroy(client);
190 clnt_destroy(clnt_cache_ptr[clnt_cache_next_to_use]);
  /src/usr.bin/rpcinfo/
rpcinfo.c 406 (void)CLNT_DESTROY(client);
420 (void)CLNT_DESTROY(client);
447 (void)CLNT_DESTROY(client);
455 (void)CLNT_DESTROY(client);
873 clnt_destroy(client);
986 clnt_destroy(client);
1225 clnt_destroy(client);
1321 (void)CLNT_DESTROY(client);
1338 (void)CLNT_DESTROY(client);
1363 (void)CLNT_DESTROY(client)
    [all...]

Completed in 19 milliseconds