Searched refs:CLSET_FD_CLOSE (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | yp_rsvd.c | 89 clnt_control(clnt, CLSET_FD_CLOSE, NULL); in __yp_clnt_create_rsvdport_netid_req()
|
H A D | yp_bind.c | 504 (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 D | clnt.h | 148 #define CLSET_FD_CLOSE 8 /* close fd while clnt_destroy */ macro
|
/illumos-gate/usr/src/lib/libnsl/nis/gen/ |
H A D | nis_subr.c | 699 (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 D | ypxfrd_client.c | 286 (void) CLNT_CONTROL(clnt, CLSET_FD_CLOSE, (char *)NULL);
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | clnt_generic.c | 443 (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 D | clnt_door.c | 341 case CLSET_FD_CLOSE: in clnt_door_control()
|
H A D | rpc_soc.c | 132 (void) CLNT_CONTROL(cl, CLSET_FD_CLOSE, NULL); in clnt_com_create()
|
H A D | clnt_dg.c | 726 case CLSET_FD_CLOSE: in clnt_dg_control()
|
H A D | clnt_vc.c | 901 case CLSET_FD_CLOSE: in clnt_vc_control()
|
/illumos-gate/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 360 case CLSET_FD_CLOSE: in clnttcp_control()
|
H A D | clnt_udp.c | 489 case CLSET_FD_CLOSE:
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt.h | 607 #define CLSET_FD_CLOSE 8 /* close fd while clnt_destroy */ macro
|
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/ |
H A D | client_init.c | 438 if (clnt_control(handle->clnt, CLSET_FD_CLOSE, NULL) != TRUE) { in _kadm5_initialize_rpcsec_gss_handle()
|