| /src/external/gpl2/xcvs/dist/lib/ |
| getdate.h | 20 #include "timespec.h" 22 bool get_date (struct timespec *, char const *, struct timespec const *);
|
| timespec.h | 0 /* timespec -- System time interface 36 struct timespec struct 46 timespec_cmp (struct timespec a, struct timespec b) 59 void gettime (struct timespec *); 60 int settime (struct timespec const *);
|
| /src/usr.bin/time/ |
| ext.h | 5 struct timespec *, struct timespec *);
|
| /src/sys/sys/ |
| timearith.h | 64 struct timespec; 67 int tstohz(const struct timespec *); 71 int itimespecfix(struct timespec *); 74 const struct timespec *restrict, 75 struct timespec *restrict, int *restrict);
|
| memfd.h | 36 #include <sys/timespec.h> /* for struct timespec */ 44 struct timespec mfd_btime; 45 struct timespec mfd_atime; 46 struct timespec mfd_mtime;
|
| timespec.h | 1 /* $NetBSD: timespec.h,v 1.1 2015/07/31 12:51:32 kamil Exp $ */ 47 struct timespec { struct
|
| timevar.h | 153 * "nano" == struct timespec == seconds + nanoseconds. 170 void nanouptime(struct timespec *); 174 void nanotime(struct timespec *); 178 void getnanouptime(struct timespec *); 182 void getnanotime(struct timespec *); 186 void getnanoboottime(struct timespec *); 190 int ts2timo(clockid_t, int, struct timespec *, int *, struct timespec *); 192 int clock_getres1(clockid_t, struct timespec *); 193 int clock_gettime1(clockid_t, struct timespec *); [all...] |
| /src/external/bsd/ntp/dist/include/ |
| timespecops.h | 4 * timespecops.h -- calculations on 'struct timespec' values 12 * Doing basic arithmetic on a 'struct timespec' is not exceedingly 14 * normalised. We consider a timespec normalised when the nanosecond 22 * nanoseconds of a timespec are signed values. IMHO, the easiest way is 65 extern struct timespec normalize_tspec(struct timespec x); 68 static inline struct timespec 70 struct timespec a, 71 struct timespec b 74 struct timespec x [all...] |
| refclock_atom.h | 14 struct timespec ts;
|
| /src/usr.sbin/rtadvd/ |
| timer.h | 37 struct timespec tm; 42 void (*update)(void *, struct timespec *); /* update function */ 48 void (*) (void *, struct timespec *), void *, void *); 49 void rtadvd_set_timer(struct timespec *, struct rtadvd_timer *); 51 struct timespec * rtadvd_check_timer(void); 52 struct timespec * rtadvd_timer_rest(struct rtadvd_timer *);
|
| /src/lib/libc/compat/include/ |
| aio.h | 44 struct timespec; 48 const struct timespec *);
|
| lwp.h | 44 int ___lwp_park50(const struct timespec *, lwpid_t, const void *, const void *); 45 int ___lwp_park60(clockid_t, int, struct timespec *, lwpid_t,
|
| mqueue.h | 47 unsigned * __restrict, const struct timespec * __restrict); 49 const struct timespec *);
|
| /src/sys/external/bsd/drm2/include/linux/ |
| time.h | 40 #define timespec64 timespec /* take that, 2038 */ 62 getrawmonotonic(struct timespec *ts) 74 timespec_valid(const struct timespec *ts) 83 static inline struct timespec 86 struct timespec ts; 99 timespec_to_ns(const struct timespec *ts) 107 struct timespec ts; 122 static inline struct timespec 123 timespec_sub(struct timespec a, struct timespec b [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| time.d | 118 int clock_nanosleep(clockid_t, int, const scope timespec*, timespec*); 170 NOTE: timespec must be defined in core.sys.posix.signal to break 173 struct timespec 181 timespec it_interval; 182 timespec it_value; 191 int clock_getres(clockid_t, timespec*); 192 int clock_gettime(clockid_t, timespec*); 193 int clock_settime(clockid_t, const scope timespec*); 194 int nanosleep(const scope timespec*, timespec*) [all...] |
| /src/lib/libc/gen/ |
| utimens.c | 43 utimens(const char *path, const struct timespec times[2]) 49 lutimens(const char *path, const struct timespec times[2])
|
| /src/sys/compat/linux32/common/ |
| linux32_sched.h | 51 const struct timespec *); 52 void linux32_to_native_timespec(struct timespec *,
|
| /src/external/bsd/ntp/dist/tests/libntp/ |
| timespecops.c | 68 const bool timespec_isValid(struct timespec V); 69 struct timespec timespec_init(time_t hi, long lo); 72 bool AssertTimespecClose(const struct timespec m, 73 const struct timespec n, 74 const struct timespec limit); 90 timespec_isValid(struct timespec V) 97 struct timespec 100 struct timespec V; 145 AssertTimespecClose(const struct timespec m, const struct timespec n [all...] |
| /src/sys/kern/ |
| subr_time.c | 67 tshzto(const struct timespec *tsp) 69 struct timespec now, ts; 78 tshztoup(const struct timespec *tsp) 80 struct timespec now, ts; 89 inittimeleft(struct timespec *ts, struct timespec *sleepts) 101 gettimeleft(struct timespec *ts, struct timespec *sleepts) 103 struct timespec now, sleptts; 125 clock_timeleft(clockid_t clockid, struct timespec *ts, struct timespec *sleepts [all...] |
| /src/tests/lib/libc/gen/ |
| t_sleep.c | 80 int sleeptest(int (*)(struct timespec *, struct timespec *), bool, bool); 81 int do_nanosleep(struct timespec *, struct timespec *); 82 int do_select(struct timespec *, struct timespec *); 83 int do_poll(struct timespec *, struct timespec *); 84 int do_sleep(struct timespec *, struct timespec *); [all...] |
| /src/external/bsd/libfido2/dist/fuzz/ |
| clock.c | 15 * the end of time (as measured by struct timespec). 19 extern int __wrap_clock_gettime(clockid_t, struct timespec *); 20 extern int __real_clock_gettime(clockid_t, struct timespec *); 22 static TLS struct timespec fuzz_clock; 52 __wrap_clock_gettime(clockid_t clk_id, struct timespec *tp)
|
| /src/external/bsd/libfido2/dist/src/ |
| time.c | 12 timespec_to_ms(const struct timespec *ts) 33 fido_time_now(struct timespec *ts_now) 44 fido_time_delta(const struct timespec *ts_start, int *ms_remain) 46 struct timespec ts_end, ts_delta;
|
| /src/external/bsd/mdocml/dist/ |
| test-nanosleep.c | 7 struct timespec timeout;
|
| /src/external/bsd/nsd/dist/ |
| netio.h | 84 struct timespec cached_current_time; 115 struct timespec *timeout; 164 const struct timespec *netio_current_time(netio_type *netio); 174 const struct timespec *timeout,
|
| /src/external/bsd/ntp/dist/libntp/ |
| timespecops.c | 4 * timespecops.c -- calculations on 'struct timespec' values 45 struct timespec 47 struct timespec x 89 struct timespec 91 struct timespec a 94 struct timespec c; 115 struct timespec a, 116 struct timespec b 135 struct timespec a 151 /* convert from timespec duration to l_fp duration * [all...] |