Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnsl/yp/
H A Dyp_rsvd.c91 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()
/titanic_50/usr/src/stand/lib/fs/nfs/
H A Dclnt.h148 #define CLSET_FD_CLOSE 8 /* close fd while clnt_destroy */ macro
/titanic_50/usr/src/lib/libbc/inc/include/rpc/
H A Dclnt.h190 #define CLSET_FD_CLOSE 8 /* close fd while clnt_destroy */ macro
/titanic_50/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()
/titanic_50/usr/src/cmd/ypcmd/
H A Dypxfrd_client.c286 (void) CLNT_CONTROL(clnt, CLSET_FD_CLOSE, (char *)NULL);
/titanic_50/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c448 (void) CLNT_CONTROL(clnt, CLSET_FD_CLOSE, NULL); in clnt_create_service_timed()
738 (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.c134 (void) CLNT_CONTROL(cl, CLSET_FD_CLOSE, NULL); in clnt_com_create()
H A Dclnt_dg.c725 case CLSET_FD_CLOSE: in clnt_dg_control()
H A Dclnt_vc.c915 case CLSET_FD_CLOSE: in clnt_vc_control()
/titanic_50/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c374 case CLSET_FD_CLOSE:
H A Dclnt_udp.c491 case CLSET_FD_CLOSE:
/titanic_50/usr/src/uts/common/rpc/
H A Dclnt.h607 #define CLSET_FD_CLOSE 8 /* close fd while clnt_destroy */ macro
/titanic_50/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()