Home
last modified time | relevance | path

Searched refs:timeval (Results 51 – 75 of 535) sorted by relevance

12345678910>>...22

/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts_opt_data.c63 sizeof (struct timeval), 0 },
65 sizeof (struct timeval), 0 },
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_protocol.h74 struct timeval *, int);
77 struct timeval *m, boolean_t, boolean_t, boolean_t, boolean_t, nvlist_t *,
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/threadname/
H A Dtst.threadname.c46 struct timeval tv1; in busy()
47 struct timeval tv2; in busy()
/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp_mpathd.h144 extern int ipmp_read(int, void *, size_t, const struct timeval *);
148 const struct timeval *);
H A Dipmp_mpathd.c125 const struct timeval *endtp) in ipmp_readtlv()
222 ipmp_read(int fd, void *buffer, size_t buflen, const struct timeval *endtp) in ipmp_read()
226 struct timeval curtime; in ipmp_read()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c95 extern void tvsub(struct timeval *, struct timeval *);
233 struct timeval *tp; in check_reply()
234 struct timeval tv; in check_reply()
475 if (valid_reply && datalen >= sizeof (struct timeval) && in check_reply()
476 cc_left >= sizeof (struct timeval)) { in check_reply()
478 tp = (struct timeval *)((char *)up + in check_reply()
676 if (valid_reply && datalen >= sizeof (struct timeval) && in check_reply()
677 cc_left >= sizeof (struct timeval)) { in check_reply()
679 tp = (struct timeval *)&icp->icmp_data[0]; in check_reply()
/illumos-gate/usr/src/head/rpcsvc/
H A Drstat.x74 %xdr_timeval(XDR *xdrs, struct timeval *tvp)
78 % struct timeval *tvp;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c64 static struct timeval tottimeout = { 60, 0 };
65 static const struct timeval rmttimeout = { 3, 0 };
66 static struct timeval rpcbrmttime = { 15, 0 };
74 const struct timeval *);
77 struct timeval *);
114 *(struct timeval *)info = tottimeout; in __rpc_control()
117 tottimeout = *(struct timeval *)info; in __rpc_control()
126 *(struct timeval *)info = rpcbrmttime; in __rpc_control()
129 rpcbrmttime = *(struct timeval *)info; in __rpc_control()
300 struct timeval *tp) in _getclnthandle_timed()
[all …]
H A Dclnt_vc.c81 extern int __rpc_timeval_to_msec(struct timeval *);
88 rpcvers_t, uint_t, uint_t, const struct timeval *);
94 static bool_t time_not_ok(struct timeval *);
98 struct ct_data *, const struct timeval *);
242 struct timeval now; in _clnt_vc_create_timed()
455 const struct timeval *tp) in set_up_connection()
930 if (time_not_ok((struct timeval *)info)) { in clnt_vc_control()
938 ((struct timeval *)info)->tv_sec = ct->ct_wait / 1000; in clnt_vc_control()
1123 struct timeval starttime; in read_vc()
1124 struct timeval curtime; in read_vc()
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c46 static int nsldapi_timeval2ldaplimit( struct timeval *timeoutp,
65 struct timeval *localtimeoutp, int timelimit, int sizelimit,
124 struct timeval *timeoutp, /* NULL means use ld->ld_timelimit */ in ldap_search_ext()
244 nsldapi_timeval2ldaplimit( struct timeval *timeoutp, int defaultvalue ) in nsldapi_timeval2ldaplimit()
925 struct timeval *timeout, in ldap_search_st()
959 struct timeval *timeoutp, in ldap_search_ext_s()
980 struct timeval *localtimeoutp, in nsldapi_search_s()
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_order.c47 static int doorder(char *, char *, struct dom_binding *, struct timeval,
105 struct timeval timeout, unsigned long *order) in doorder()
H A Dyp_enum.c50 static int dofirst(char *, char *, struct dom_binding *, struct timeval,
54 struct timeval, char **, int *, char **val, int *);
137 struct timeval timeout;
309 struct timeval timeout;
H A Dyp_match.c55 struct timeval *, char **, int *);
126 struct timeval now; in in_cache()
183 struct timeval now; in __yp_match_cflookup()
367 struct timeval now; in __yp_match_rsvdport_cflookup()
506 struct dom_binding *pdomb, struct timeval *timeoutp, char **val, in domatch()
H A Dyp_b.h83 struct timeval lastping; /* info to avoid a ping storm */
148 extern struct timeval _ypserv_timeout;
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c84 struct timeval ct_wait;
113 struct timeval now; in clnttcp_create()
218 xdrproc_t xdr_results, caddr_t results_ptr, struct timeval timeout) in clnttcp_call()
348 ct->ct_wait = *(struct timeval *)info; in clnttcp_control()
352 *(struct timeval *)info = ct->ct_wait; in clnttcp_control()
H A Drtime.c76 struct timeval *timep;
77 struct timeval *timeout;
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dclock.c95 auto struct timeval now, nowi, ival;
327 struct timeval now;
527 struct timeval sm_io_to;
531 struct timeval now, begin, diff;
533 struct timeval slpv;
/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Duppc.c1055 hrtime_t timeval, temp; in uppc_gethrtime() local
1069 timeval = (hrtime_t)ctr0 * (NANOSEC / PIT_HZ); in uppc_gethrtime()
1072 timeval -= temp; in uppc_gethrtime()
1073 if (timeval < uppc_lasthrtime) in uppc_gethrtime()
1074 timeval = uppc_lasthrtime; in uppc_gethrtime()
1075 uppc_lasthrtime = timeval; in uppc_gethrtime()
1078 return (timeval); in uppc_gethrtime()
/illumos-gate/usr/src/cmd/fs.d/nfs/showmount/
H A Dshowmount.c71 struct timeval rpc_totout_new = {15, 0};
85 struct timeval tout, rpc_totout_old; in main()
255 struct timeval tout; in printex()
/illumos-gate/usr/src/ucbcmd/rusage/
H A Drusage.c43 struct timeval *tv;
56 struct timeval before, after; in main()
/illumos-gate/usr/src/uts/common/io/
H A Dbufmod.c311 struct timeval *tb; in sbioc()
313 tb = (struct timeval *)mp->b_cont->b_rptr; in sbioc()
574 struct timeval *t; in sbioctl()
617 error = miocpullup(mp, sizeof (struct timeval)); in sbioctl()
623 t = (struct timeval *)mp->b_cont->b_rptr; in sbioctl()
639 struct timeval *t; in sbioctl()
655 error = miocpullup(mp, sizeof (struct timeval)); in sbioctl()
703 t = (struct timeval *)mp->b_cont->b_rptr; in sbioctl()
959 struct timeval t; in sbaddmsg()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_impl.h75 extern void hs_parse_dirdate(uchar_t *dp, struct timeval *tvp);
76 extern void hs_parse_longdate(uchar_t *dp, struct timeval *tvp);
/illumos-gate/usr/src/uts/common/sys/
H A Dtimex.h199 struct timeval time; /* current time (ro) */
267 extern void ddi_hardpps(struct timeval *, int);
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h140 caddr_t, struct timeval);
422 caddr_t, xdrproc_t, caddr_t, struct timeval, struct netbuf *);
749 const rpcvers_t, const char *, const struct timeval *);
788 const struct timeval *);
826 const rpcvers_t, const struct netconfig *, const struct timeval *);
934 const struct timeval *);
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c105 struct timeval now; in evNowTime()
124 struct timeval now; in evUTCTime()
143 evTimeSpec(struct timeval tv) { in evTimeSpec()
151 struct timeval
153 struct timeval tv; in evTimeVal()

12345678910>>...22