HomeSort by: relevance | last modified time | path
    Searched defs:timeval (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libc/compat/gen/
compat_time.c 25 #define timeval timeval50 macro
  /src/lib/libc/compat/time/
compat_difftime.c 50 #define timeval timeval50 macro
compat_asctime.c 29 #define timeval timeval50 macro
compat_localtime.c 73 #define timeval timeval50 macro
  /src/sys/fs/nfs/common/
nfs_mountcommon.h 41 struct timeval *); typedef in typeref:typename:void nfs_getinfofromvp_ftype (struct vnode *,uint8_t *,size_t *,struct sockaddr_storage *,int *,off_t *,struct *)
  /src/sys/dev/
spkr.c 246 int sustain, timeval, tempo; local in function:playstring
303 GETNUM(cp, timeval);
304 if (timeval <= 0 || timeval > MIN_VALUE)
305 timeval = sc->sc_value;
314 playtone(sc, pitch, timeval, sustain);
369 GETNUM(cp, timeval);
370 if (timeval <= 0 || timeval > MIN_VALUE)
371 timeval = sc->sc_value
    [all...]
  /src/sys/sys/
time.h 44 struct timeval { struct
192 bintime2timeval(const struct bintime *bt, struct timeval *tv)
201 timeval2bintime(const struct timeval *tv, struct bintime *bt)
288 struct timeval it_interval; /* timer interval */
289 struct timeval it_value; /* current value */
332 int gettimeofday(struct timeval * __restrict, void *__restrict)
336 int utimes(const char *, const struct timeval [2]) __RENAME(__utimes50);
340 int adjtime(const struct timeval *, struct timeval *) __RENAME(__adjtime50);
341 int futimes(int, const struct timeval [2]) __RENAME(__futimes50)
    [all...]
  /src/usr.sbin/syslogd/
syslogd.c 674 &((struct timeval){TIMERINTVL, 0}),
1838 time_t timeval; local in function:check_timestamp
1862 timeval = mktime(&parsed);
1864 *to_buf = make_timestamp(&timeval, false, BSD_TIMESTAMPLEN);
1870 time_t timeval; local in function:check_timestamp
1885 timeval = mktime(&parsed);
1886 *to_buf = make_timestamp(&timeval, true, MAX_TIMESTAMPLEN - 1);
2837 &((struct timeval){TIMERINTVL, 0}),
3750 &((struct timeval){TLS_RECONNECT_SEC, 0}),
4355 schedule_event(struct event **ev, struct timeval *tv
    [all...]

Completed in 21 milliseconds