Searched refs:timeval (Results 126 - 150 of 1148) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Ddisplay.h64 void i_message(struct timeval *now);
65 void u_message(struct timeval *now);
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dclock.c57 static int vax_gettime(todr_chip_handle_t, struct timeval *);
58 static int vax_settime(todr_chip_handle_t, struct timeval *);
172 vax_gettime(todr_chip_handle_t handle, struct timeval *tvp)
179 vax_settime(todr_chip_handle_t handle, struct timeval *tvp)
227 generic_gettime(struct timeval *tvp)
250 generic_settime(struct timeval *tvp)
269 chip_gettime(struct timeval *tvp)
306 chip_settime(struct timeval *tvp)
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/test/
H A Dstand_user.c73 struct timeval t;
81 struct timeval to;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dsl811hsvar.h74 struct timeval sc_reserved_warn_rate;
75 struct timeval sc_overflow_warn_rate;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libgroff/
H A Dtmpname.cpp48 int gettimeofday(struct timeval *, void *);
83 timeval tv;
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Drtc.h41 extern int (*ugettod)(struct timeval *);
42 extern int (*usettod)(struct timeval *);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dread_wait.c70 struct timeval tv;
71 struct timeval *tp;
H A Dwrite_wait.c69 struct timeval tv;
70 struct timeval *tp;
/netbsd-6-1-5-RELEASE/usr.bin/touch/
H A Dtouch.c60 static void stime_arg1(char *, struct timeval *);
61 static void stime_arg2(char *, int, struct timeval *);
62 static void stime_file(char *, struct timeval *);
69 struct timeval tv[2];
72 int (*change_file_times)(const char *, const struct timeval *);
197 stime_arg1(char *arg, struct timeval *tvp)
261 stime_arg2(char *arg, int year, struct timeval *tvp)
294 stime_file(char *fname, struct timeval *tvp)
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dresource.h58 struct timeval ru_utime; /* user time used */
59 struct timeval ru_stime; /* system time used */
/netbsd-6-1-5-RELEASE/sys/dev/pcmcia/
H A Dif_cnwioctl.h90 struct timeval when;
91 struct timeval done;
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Ddispatch.c50 process_outstanding_timeouts ((struct timeval *)0);
54 struct timeval *process_outstanding_timeouts (struct timeval *tvp)
78 return (struct timeval *)0;
88 struct timeval tv, *tvp;
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_time.c50 tvhzto(const struct timeval *tvp)
52 struct timeval now, tv;
64 tvtohz(const struct timeval *tv)
150 struct timeval tv;
154 * timeval and use tvtohz() above.
167 itimerfix(struct timeval *tv)
/netbsd-6-1-5-RELEASE/sys/altq/
H A Daltq_rmclass.h173 struct timeval undertime_; /* time can next send */
174 struct timeval last_; /* time last packet sent */
175 struct timeval overtime_;
218 struct timeval now_[RM_MAXQUEUED]; /* Current packet time. */
223 struct timeval ifnow_; /* expected xmit completion time */
/netbsd-6-1-5-RELEASE/external/bsd/libevent/dist/
H A Devent.h226 struct timeval ev_timeout;
404 int event_loopexit(const struct timeval *);
421 int event_base_loopexit(struct event_base *, const struct timeval *);
457 @param tv timeval struct
564 const struct timeval *);
587 const struct timeval *timeout);
608 int event_add(struct event *ev, const struct timeval *timeout);
638 int event_pending(struct event *ev, short event, struct timeval *tv);
1151 struct timeval *tv);
1170 struct timeval *pt
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Disv.c98 const struct timeval *);
100 const struct timeval *);
167 struct timeval end, now,
271 isv_retrace_wait(struct isv_regs *ir, int *state, const struct timeval *end)
273 struct timeval now;
294 isv_capture_wait(struct isv_regs *ir, int *state, const struct timeval *end)
296 struct timeval now;
320 struct timeval diff, end, start, stop;
321 static const struct timeval wait = {.tv_sec = 0, .tv_usec = 200000};
/netbsd-6-1-5-RELEASE/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c80 const struct timeval *);
82 const char *, const struct timeval *);
88 const struct sockaddr_storage *ss, const struct timeval *);
90 const char *, const struct sockaddr_storage *ss, const struct timeval *);
117 struct timeval now;
271 const struct sockaddr_storage *ss, const struct timeval *now)
304 const struct timeval *now)
335 const struct timeval *now)
350 const char *hostname, const char *tty, const struct timeval *now)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dd1_lib.c69 static void get_current_time(struct timeval *t);
258 if (dtls1_get_timeout(s, (struct timeval*) parg) != NULL)
303 memset(&(s->d1->next_timeout), 0, sizeof(struct timeval));
322 struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft)
324 struct timeval timenow;
340 memset(timeleft, 0, sizeof(struct timeval));
345 memcpy(timeleft, &(s->d1->next_timeout), sizeof(struct timeval));
360 memset(timeleft, 0, sizeof(struct timeval));
369 struct timeval timelef
[all...]
/netbsd-6-1-5-RELEASE/lib/libukfs/
H A Dukfs.h41 struct timeval;
108 const struct timeval *);
110 const struct timeval *);
/netbsd-6-1-5-RELEASE/lib/libradius/
H A Dradlib.h185 struct timeval;
195 int *, struct timeval *);
203 struct timeval *);
/netbsd-6-1-5-RELEASE/usr.sbin/spray/
H A Dspray.c56 static struct timeval NO_DEFAULT = { -1, -1 };
57 static struct timeval ONE_WAY = { 0, 0 };
58 static struct timeval TIMEOUT = { 25, 0 };
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dtest_time.c45 struct timeval tv;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/include/
H A Dkdc-protos.h108 krb5_kdc_update_time (struct timeval */*tv*/);
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dmagic.c81 struct timeval t;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h107 struct timeval;
110 int gettimeofday(struct timeval *, struct timezone *);
149 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
196 int utimes(const char *, struct timeval *);

Completed in 282 milliseconds

1234567891011>>