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

  /src/lib/libc/rpc/
pmap_getmaps.c 103 CLNT_DESTROY(client);
rpcb_clnt.c 558 CLNT_DESTROY(client);
580 CLNT_DESTROY(client);
622 CLNT_DESTROY(client);
798 CLNT_DESTROY(client);
888 CLNT_DESTROY(client);
950 CLNT_DESTROY(client);
957 CLNT_DESTROY(client);
964 CLNT_DESTROY(client);
1051 CLNT_DESTROY(client);
1130 CLNT_DESTROY(client)
    [all...]
clnt_simple.c 99 CLNT_DESTROY(rcp->client);
177 CLNT_DESTROY(rcp->client);
pmap_getport.c 89 CLNT_DESTROY(client);
pmap_rmt.c 117 CLNT_DESTROY(client);
clnt_generic.c 134 clnt_destroy(clnt);
269 CLNT_DESTROY(cl);
278 clnt_destroy(cl);
376 clnt_destroy(cl);
  /src/usr.bin/eject/
am_glue.c 86 CLNT_DESTROY(cl);
  /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...]
  /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/sys/fs/nfs/nlm/
nlm_prot_impl.c 521 CLNT_DESTROY(rpcb);
532 CLNT_DESTROY(rpcb);
1301 CLNT_DESTROY(client);

Completed in 128 milliseconds