Home
last modified time | relevance | path

Searched refs:CLSET_FD_CLOSE (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_rsvd.c89 clnt_control(clnt, CLSET_FD_CLOSE, NULL); in __yp_clnt_create_rsvdport_netid_req()
H A Dyp_bind.c504 (void) CLNT_CONTROL(pdomb->dom_client, CLSET_FD_CLOSE, NULL); in load_dom_binding_rsvdport()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt.h148 #define CLSET_FD_CLOSE 8 /* close fd while clnt_destroy */ macro
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c699 (void) clnt_control(client, CLSET_FD_CLOSE, NULL); in __map_addr()
831 (void) clnt_control(clnt, CLSET_FD_CLOSE, NULL); in __nis_clnt_create()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfrd_client.c286 (void) CLNT_CONTROL(clnt, CLSET_FD_CLOSE, (char *)NULL);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c443 (void) CLNT_CONTROL(clnt, CLSET_FD_CLOSE, NULL); in clnt_create_service_timed()
734 (void) CLNT_CONTROL(cl, CLSET_FD_CLOSE, NULL); in _clnt_tli_create_timed()
H A Dclnt_door.c341 case CLSET_FD_CLOSE: in clnt_door_control()
H A Drpc_soc.c132 (void) CLNT_CONTROL(cl, CLSET_FD_CLOSE, NULL); in clnt_com_create()
H A Dclnt_dg.c726 case CLSET_FD_CLOSE: in clnt_dg_control()
H A Dclnt_vc.c901 case CLSET_FD_CLOSE: in clnt_vc_control()
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c360 case CLSET_FD_CLOSE: in clnttcp_control()
H A Dclnt_udp.c489 case CLSET_FD_CLOSE:
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h607 #define CLSET_FD_CLOSE 8 /* close fd while clnt_destroy */ macro
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c438 if (clnt_control(handle->clnt, CLSET_FD_CLOSE, NULL) != TRUE) { in _kadm5_initialize_rpcsec_gss_handle()