Searched refs:CLSET_FD_NCLOSE (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | clnt.h | 149 #define CLSET_FD_NCLOSE 9 /* Do not close fd while clnt_destroy */ macro
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | key_call.c | 999 clnt_control(kcp->client, CLSET_FD_NCLOSE, NULL); in check_rdev() 1008 clnt_control(kcp->client, CLSET_FD_NCLOSE, NULL); in check_rdev()
|
H A D | clnt_door.c | 345 case CLSET_FD_NCLOSE: in clnt_door_control()
|
H A D | clnt_dg.c | 730 case CLSET_FD_NCLOSE: in clnt_dg_control()
|
H A D | clnt_vc.c | 905 case CLSET_FD_NCLOSE: in clnt_vc_control()
|
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | yp_bind.c | 1197 clnt_control(pdomb->dom_client, CLSET_FD_NCLOSE, NULL); in check_rdev() 1205 clnt_control(pdomb->dom_client, CLSET_FD_NCLOSE, NULL); in check_rdev()
|
/illumos-gate/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 363 case CLSET_FD_NCLOSE: in clnttcp_control()
|
H A D | clnt_udp.c | 492 case CLSET_FD_NCLOSE:
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt.h | 608 #define CLSET_FD_NCLOSE 9 /* Do not close fd while clnt_destroy */ macro
|
/illumos-gate/usr/src/cmd/rpcinfo/ |
H A D | rpcinfo.c | 427 (void) CLNT_CONTROL(client, CLSET_FD_NCLOSE, (char *)NULL); 1417 (void) CLNT_CONTROL(client, CLSET_FD_NCLOSE, (char *)NULL);
|