Searched refs:CLSET_RETRY_TIMEOUT (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/usr.bin/eject/ |
| H A D | am_glue.c | 113 (void)clnt_control(clnt, CLSET_RETRY_TIMEOUT, (void *)&tv); in am_init()
|
| /netbsd-src/lib/libc/rpc/ |
| H A D | clnt_simple.c | 194 CLSET_RETRY_TIMEOUT, (char *)(void *)&timeout); in rpc_call()
|
| H A D | rpc_soc.c | 196 (void) CLNT_CONTROL(cl, CLSET_RETRY_TIMEOUT, (char *)(void *)&wait); in clntudp_bufcreate()
|
| H A D | clnt_dg.c | 605 case CLSET_RETRY_TIMEOUT: in clnt_dg_control()
|
| H A D | rpcb_clnt.c | 1088 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, __UNCONST(&rmttimeout)); in rpcb_rmtcall()
|
| /netbsd-src/include/rpc/ |
| H A D | clnt.h | 276 #define CLSET_RETRY_TIMEOUT 4 /* set retry timeout (timeval) */ macro
|
| /netbsd-src/sbin/mount_nfs/ |
| H A D | getnfsargs.c | 212 CLNT_CONTROL(clp, CLSET_RETRY_TIMEOUT, in getnfsargs()
|
| /netbsd-src/external/bsd/am-utils/dist/amq/ |
| H A D | amq.c | 586 clnt_control(clnt, CLSET_RETRY_TIMEOUT, (char *) &tv); in main()
|
| /netbsd-src/external/bsd/am-utils/dist/conf/transp/ |
| H A D | transp_tli.c | 256 if (clnt_control(client, CLSET_RETRY_TIMEOUT, (char *) tv) == FALSE) { in get_mount_client()
|
| /netbsd-src/sys/fs/nfs/common/ |
| H A D | nfs_commonkrpc.c | 341 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, &timo); in newnfs_connect()
|