Searched refs:timeval (Results 1 - 25 of 85) sorted by relevance

1234

/haiku/src/libs/bsd/
H A Dlutimes.c15 extern int _utimes(const char* path, const struct timeval times[2],
20 lutimes(const char* path, const struct timeval times[2])
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_time.c38 ratecheck(struct timeval *lasttime, const struct timeval *mininterval)
40 struct timeval tv, delta;
70 * Note that we maintain the struct timeval for compatibility
75 ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps)
96 timevalfix(struct timeval *t1)
117 timevaladd(struct timeval *t1, const struct timeval *t2)
126 timevalsub(struct timeval *t1, const struct timeval *t
[all...]
H A Dclock.c19 getmicrouptime(struct timeval *tvp)
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dtime.h66 void getmicrouptime(struct timeval *tvp);
68 int ppsratecheck(struct timeval *, int *, int);
69 int ratecheck(struct timeval *, const struct timeval *);
70 void timevaladd(struct timeval *t1, const struct timeval *t2);
71 void timevalsub(struct timeval *t1, const struct timeval *t2);
/haiku/src/system/libroot/posix/sys/
H A Dgettimeofday.c12 gettimeofday(struct timeval *tv, void *tz)
H A Dftime.c15 struct timeval tv;
H A Dutimes.c20 _utimes(const char* path, const struct timeval times[2], bool traverseLink);
24 _utimes(const char* path, const struct timeval times[2], bool traverseLink)
50 utimes(const char* path, const struct timeval times[2])
/haiku/headers/posix/sys/
H A Dtime.h12 struct timeval { struct
20 * needs struct timeval.
29 struct timeval it_interval;
30 struct timeval it_value;
44 extern int gettimeofday(struct timeval *tv, void *tz);
46 extern int utimes(const char *path, const struct timeval times[2]);
53 /* BSDish macros operating on timeval structs */
H A Dresource.h45 struct timeval ru_utime; /* user time used */
46 struct timeval ru_stime; /* system time used */
H A Dselect.h64 struct fd_set *errorBits, struct timeval *timeout);
/haiku/src/tools/fs_shell/
H A Dtime.cpp39 timeval tv;
49 timeval tv;
/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Dtime.h15 struct timeval tv;
22 USEC_TO_TIMEVAL(uint64_t us, struct timeval *tv)
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_rssadapt.h74 struct timeval ra_last_raise;
75 struct timeval ra_raise_interval;
/haiku/headers/build/host/darwin/
H A Dfcntl.h38 int futimesat(int fd, const char *path, const struct timeval times[2]);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_dfs.h46 struct timeval lastevent; /* time of last radar event */
/haiku/headers/private/libroot/
H A Dtime_private.h58 timeval_to_timespec(const timeval& val, timespec& spec)
71 timeval_to_bigtime(const timeval& val, bigtime_t& _time)
79 timespec_to_timeval(const timespec& spec, timeval& val)
/haiku/src/libs/uuid/
H A Duuid_time.c46 time_t uuid_time(const uuid_t uu, struct timeval *ret_tv)
48 struct timeval tv;
114 struct timeval tv;
/haiku/headers/posix/
H A Dutmpx.h15 struct timeval ut_tv; /* modification time */
/haiku/src/tests/system/network/
H A Dunix_send_test.c19 struct timeval v = {
H A Dfirefox_crash.cpp78 struct timeval tv;
100 struct timeval tv;
/haiku/src/tests/system/benchmarks/
H A Dsyscallbench.c30 struct timeval before, after;
H A Dexecbench.c14 struct timeval before, after;
H A Dforkbench.c28 struct timeval before, after;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dntfstime.h119 struct timeval microseconds;
/haiku/src/build/libroot/
H A Dmisc.cpp40 struct timeval tm;

Completed in 121 milliseconds

1234