Searched refs:timeval (Results 26 - 50 of 1148) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dtop.h77 void gettime(struct timeval *);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
22 gettimeofday (struct timeval *tp, void *tz)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
22 gettimeofday (struct timeval *tp, void *tz)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
22 gettimeofday (struct timeval *tp, void *tz)
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dclock_subr.h67 * todr_gettime: convert time-of-day clock into a `struct timeval'
68 * todr_settime: set time-of-day clock from a `struct timeval'
80 int (*todr_gettime)(struct todr_chip_handle *, struct timeval *);
81 int (*todr_settime)(struct todr_chip_handle *, struct timeval *);
97 extern int todr_gettime(todr_chip_handle_t tch, struct timeval *);
98 extern int todr_settime(todr_chip_handle_t tch, struct timeval *);
/netbsd-6-1-5-RELEASE/lib/libc/sys/
H A Dadjtime.c54 int ____adjtime50(const struct timeval *, struct timeval *);
57 adjtime(const struct timeval *delta, struct timeval *olddelta)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
22 gettimeofday (struct timeval *tp, void *tz)
/netbsd-6-1-5-RELEASE/usr.sbin/rtadvd/
H A Dtimer.c49 static struct timeval tm_limit = {0x7fffffff, 0x7fffffff};
50 static struct timeval tm_max;
62 void (*update) (void *, struct timeval *),
102 rtadvd_set_timer(struct timeval *tm, struct rtadvd_timer *timer)
104 struct timeval now;
123 struct timeval *
126 static struct timeval returnval;
127 struct timeval now;
157 struct timeval *
160 static struct timeval returnva
[all...]
/netbsd-6-1-5-RELEASE/include/rpc/
H A Dclnt_soc.h88 * struct timeval wait;
97 * struct timeval wait;
106 struct timeval,
111 struct timeval,
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dschedule.h72 struct timeval xtime; /* expiration time */
73 struct timeval tick; /* relative timeout */
87 time_t sched_monotonic_to_time_t __P((struct timeval *tv,
88 struct timeval *now));
89 void sched_get_monotonic_time __P((struct timeval *tv));
91 struct timeval *schedular __P((void));
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Dtimer.cpp75 ::itimerval timeval; local
76 timeval.it_interval.tv_sec = 0;
77 timeval.it_interval.tv_usec = 0;
78 timeval.it_value.tv_sec = seconds;
79 timeval.it_value.tv_usec = 0;
81 if (::setitimer(ITIMER_REAL, &timeval, &m_old_timeval) == -1)
/netbsd-6-1-5-RELEASE/usr.sbin/timed/timed/
H A Dtimed-extern.h37 struct timeval;
44 struct tsp *readmsg(int, char *, struct timeval *, struct netinfo *);
49 void adj_msg_time(struct tsp *, struct timeval *);
70 void mstotvround(struct timeval *, long);
87 void update_time(struct timeval *, const struct tsp *);
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dresourcevar.h64 struct timeval p_start; /* starting time */
106 void calcru(struct proc *, struct timeval *, struct timeval *,
107 struct timeval *, struct timeval *);
H A Dtape.h70 struct timeval attachtime; /* time tape was attached */
71 struct timeval timestamp; /* timestamp of last unbusy */
72 struct timeval time; /* total time spent busy */
/netbsd-6-1-5-RELEASE/lib/libc/compat/sys/
H A Dcompat_utimes.c57 struct timeval tv[2];
69 struct timeval tv[2];
81 struct timeval tv[2];
H A Dcompat_adjtime.c62 struct timeval ts, *tsp;
63 struct timeval rts, *rtsp;
H A Dcompat_lfs_segwait.c54 int __lfs_segwait50(fsid_t *, struct timeval *);
58 struct timeval ts, *tsp;
/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_gettimeofday.c63 struct timeval tv1, tv2;
68 (void)memset(&tv1, 0, sizeof(struct timeval));
69 (void)memset(&tv2, 0, sizeof(struct timeval));
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dl_stdlib.h37 struct timeval;
38 extern int adjtime (struct timeval *, struct timeval *);
117 extern int select (int, fd_set *, fd_set *, fd_set *, struct timeval *);
212 extern int gettimeofday (struct timeval *);
213 extern int settimeofday (struct timeval *);
216 extern int gettimeofday (struct timeval *, struct timezone *);
217 extern int settimeofday (struct timeval *, void *);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dtio.h53 TFILE *tio_fdopen(int fd,struct timeval *readtimeout,struct timeval *writetimeout,
/netbsd-6-1-5-RELEASE/usr.sbin/altq/altqstat/
H A Daltqstat.h60 double calc_interval(struct timeval *, struct timeval *);
/netbsd-6-1-5-RELEASE/sys/nfs/
H A Dnfsrtt.h66 struct timeval tstamp; /* Timestamp of log entry */
96 struct timeval tstamp; /* Timestamp of log entry */
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Dadjtime.c26 int adjtime(struct timeval *delta, struct timeval *olddelta);
28 int adjtime(struct timeval *delta, struct timeval *olddelta)
165 register struct timeval *delta,
166 register struct timeval *olddelta
169 struct timeval newdelta;
213 register struct timeval *delta,
214 register struct timeval *olddelta
281 adjtime (struct timeval *delt
[all...]
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dpcap-ipf.h31 struct timeval ph_ts;
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/bsd/
H A Dutimes.c33 __utimes(char *filename, struct timeval *tvp) {

Completed in 201 milliseconds

1234567891011>>