Searched refs:timeval (Results 101 - 125 of 1148) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/dhcpcd/dist/
H A Deloop.h45 void add_q_timeout_tv(int queue, const struct timeval *, void (*)(void *),
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/
H A Dutilities.h25 char *tv_to_str (const struct timeval *tv);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Dtrans.c41 struct timeval timeout;
/netbsd-6-1-5-RELEASE/include/rpc/
H A Dpmap_clnt.h77 struct timeval, u_long *)
H A Drpcb_clnt.h75 const struct timeval,
/netbsd-6-1-5-RELEASE/sys/arch/dreamcast/dev/g2/
H A Dg2rtc.c65 static int g2rtc_todr_gettime(todr_chip_handle_t, struct timeval *);
66 static int g2rtc_todr_settime(todr_chip_handle_t, struct timeval *);
118 * Get time-of-day and convert to `struct timeval'.
122 g2rtc_todr_gettime(todr_chip_handle_t handle, struct timeval *tv)
148 * Set the time-of-day clock based on the value of the `struct timeval' arg.
152 g2rtc_todr_settime(todr_chip_handle_t handle, struct timeval *tv)
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dutime.c54 struct timeval tv[2], *tvp;
/netbsd-6-1-5-RELEASE/lib/libcompat/4.1/
H A Dftime.c54 struct timeval t;
/netbsd-6-1-5-RELEASE/sys/arch/arm/gemini/
H A Dgemini_timervar.h67 extern struct timeval hardtime;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmail_queue.h56 extern struct VSTREAM *mail_queue_enter(const char *, mode_t, struct timeval *);
H A Dmail_stream.h47 struct timeval ctime; /* creation time */
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Ddoze.c48 struct timeval tv;
/netbsd-6-1-5-RELEASE/usr.bin/vmstat/
H A Ddrvstats.h48 struct timeval *time; /* Time spent in disk i/o. */
/netbsd-6-1-5-RELEASE/usr.bin/who/
H A Dutmpentry.h51 struct timeval tv;
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_raid.h79 struct timeval start; /* the time when the stats were last started */
80 struct timeval stop; /* the time when the stats were last stopped */
89 struct timeval start; /* timer started when numOutstandingRequests
91 struct timeval stop; /* timer stopped when numOutstandingRequests
/netbsd-6-1-5-RELEASE/sys/dev/sun/
H A Dvuid_event.h67 struct timeval tv;
/netbsd-6-1-5-RELEASE/sys/netisdn/
H A Di4b_trace.h57 struct timeval time; /* timestamp for this frame */
/netbsd-6-1-5-RELEASE/sys/dev/pckbport/
H A Dpmsvar.h60 struct timeval last, current;
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dschedule.c65 struct timeval *tv;
80 struct timeval *tv, *now;
83 struct timeval mynow, res;
103 struct timeval *
106 static struct timeval timeout;
107 struct timeval now;
141 struct timeval now;
187 struct timeval now, created;
282 struct timeval *timeout;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dtio.c68 struct timeval readtimeout;
69 struct timeval writetimeout;
79 /* add the second timeval to the first modifing the first */
80 static inline void tio_tv_add(struct timeval *tv1, const struct timeval *tv2)
92 /* build a timeval for comparison to when the operation should be finished */
93 static inline void tio_tv_prepare(struct timeval *deadline, const struct timeval *timeout)
105 /* update the timeval to the value that is remaining before deadline
107 static inline int tio_tv_remaining(struct timeval *t
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dspkr.c224 int sustain, timeval, tempo; local
279 GETNUM(cp, timeval);
280 if (timeval <= 0 || timeval > MIN_VALUE)
281 timeval = value;
291 playtone(pitch, timeval, sustain);
347 GETNUM(cp, timeval);
348 if (timeval <= 0 || timeval > MIN_VALUE)
349 timeval
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dtime.c57 struct timeval tv;
101 struct timeval tv;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dldapauth.h103 struct timeval b_timeout; /* bind timeout */
104 struct timeval s_timeout; /* search timeout */
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/pthreads/
H A Dmutex.c67 struct timeval locked_total;
68 struct timeval wait_total;
75 struct timeval lock_t;
76 struct timeval locked_total;
77 struct timeval wait_total;
137 struct timeval prelock_t;
138 struct timeval postlock_t;
180 struct timeval unlock_t;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/pthreads/
H A Dmutex.c67 struct timeval locked_total;
68 struct timeval wait_total;
75 struct timeval lock_t;
76 struct timeval locked_total;
77 struct timeval wait_total;
137 struct timeval prelock_t;
138 struct timeval postlock_t;
180 struct timeval unlock_t;

Completed in 664 milliseconds

1234567891011>>