Home
last modified time | relevance | path

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

/minix/include/rpc/
H A Dclnt.h262 #define CLSET_FD_CLOSE 8 /* close fd while clnt_destroy */ macro
/minix/lib/libc/rpc/
H A Dclnt_generic.c369 (void) CLNT_CONTROL(cl, CLSET_FD_CLOSE, NULL); in clnt_tli_create()
H A Drpc_soc.c167 (void) CLNT_CONTROL(cl, CLSET_FD_CLOSE, NULL); in clnt_com_create()
H A Dclnt_dg.c576 case CLSET_FD_CLOSE: in clnt_dg_control()
H A Dclnt_vc.c560 case CLSET_FD_CLOSE: in clnt_vc_control()
H A Drpcb_clnt.c473 (void) CLNT_CONTROL(client, CLSET_FD_CLOSE, NULL); in local_rpcb()