Searched refs:tottimeout (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/lib/libc/rpc/
H A Dpmap_getport.c61 static const struct timeval tottimeout = { 60, 0 }; variable in typeref:struct:timeval
89 &parms, (xdrproc_t)xdr_u_short, &port, tottimeout) !=
H A Dclnt_simple.c126 struct timeval timeout, tottimeout; local
196 tottimeout.tv_sec = 25;
197 tottimeout.tv_usec = 0;
200 outproc, out, tottimeout);
H A Drpcb_clnt.c71 static struct timeval tottimeout = { 60, 0 }; variable in typeref:struct:timeval
116 *(struct timeval *)info = tottimeout;
119 tottimeout = *(struct timeval *)info;
569 (char *)(void *)&rslt, tottimeout);
610 (char *)(void *)&rslt, tottimeout);
732 tp = &tottimeout;
1060 (char *)(void *)&head, tottimeout);
1078 (char *)(void *)&head, tottimeout) == RPC_SUCCESS)
1215 (xdrproc_t) xdr_int, (char *)(void *)timep, tottimeout);
1226 tottimeout);
[all...]
/freebsd-11-stable/sys/rpc/
H A Drpcb_clnt.c66 static struct timeval tottimeout = { 60, 0 }; variable in typeref:struct:timeval
115 *(struct timeval *)info = tottimeout;
118 tottimeout = *(struct timeval *)info;
593 (char *)(void *)&rslt, tottimeout);
640 (char *)(void *)&rslt, tottimeout);
770 tp = &tottimeout;
1106 (char *)(void *)&head, tottimeout);
1124 (char *)(void *)&head, tottimeout) == RPC_SUCCESS)
1262 (xdrproc_t) xdr_int, (char *)(void *)timep, tottimeout);
1273 tottimeout);
[all...]
/freebsd-11-stable/usr.sbin/ypbind/
H A Dyp_ping.c105 static struct timeval tottimeout = { 1, 0 }; variable in typeref:struct:timeval
133 tottimeout) != RPC_SUCCESS){
/freebsd-11-stable/usr.bin/quota/
H A Dquota.c667 struct timeval timeout, tottimeout; local
679 tottimeout.tv_sec = 25;
680 tottimeout.tv_usec = 0;
682 outproc, out, tottimeout);

Completed in 90 milliseconds