/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...] |
mqueue.h | 98 struct timespec mq_atime; 99 struct timespec mq_mtime; 100 struct timespec mq_btime; 113 int mq_send1(mqd_t, const char *, size_t, u_int, struct timespec *); 114 int mq_recv1(mqd_t, void *, size_t, u_int *, struct timespec *, ssize_t *);
|
poll.h | 74 struct timespec; 77 struct timespec *, sigset_t *); 92 struct timespec; 98 const struct timespec * __restrict, const sigset_t * __restrict) 102 const struct timespec * __restrict, const sigset_t * __restrict);
|
/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 *);
|
timer.c | 49 static struct timespec tm_limit = { LONG_MAX, 1000000000L - 1 }; 50 static struct timespec tm_max; 62 void (*update) (void *, struct timespec *), 100 rtadvd_set_timer(struct timespec *tm, struct rtadvd_timer *timer) 102 struct timespec now; 121 struct timespec * 124 static struct timespec returnval; 125 struct timespec now; 155 struct timespec * 158 static struct timespec returnval [all...] |
/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/sys/compat/linux32/common/ |
linux32_sched.h | 51 const struct timespec *); 52 void linux32_to_native_timespec(struct timespec *,
|
/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/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/sys/kern/ |
subr_time.c | 66 tshzto(const struct timespec *tsp) 68 struct timespec now, ts; 77 tshztoup(const struct timespec *tsp) 79 struct timespec now, ts; 88 inittimeleft(struct timespec *ts, struct timespec *sleepts) 100 gettimeleft(struct timespec *ts, struct timespec *sleepts) 102 struct timespec now, sleptts; 124 clock_timeleft(clockid_t clockid, struct timespec *ts, struct timespec *sleepts [all...] |
/src/lib/libc/sys/ |
sigtimedwait.c | 49 const struct timespec * __restrict timeout) 51 struct timespec ts;
|
/src/sys/compat/sys/ |
poll.h | 41 struct timespec; 48 const struct timespec * __restrict, const sigset_t * __restrict);
|
/src/sys/ddb/ |
db_output.h | 37 struct timespec; 50 void db_print_timespec(struct timespec *);
|
/src/lib/libc/include/isc/ |
eventlib.h | 60 struct timespec, struct timespec)); 166 struct timespec evConsTime __P((time_t sec, long nsec)); 167 struct timespec evAddTime __P((struct timespec, struct timespec)); 168 struct timespec evSubTime __P((struct timespec, struct timespec)); 169 struct timespec evNowTime __P((void)) [all...] |
/src/tests/kernel/ |
t_timeleft.c | 56 void (*fun)(struct timespec *); 57 struct timespec ts; 61 timeleft__lwp_park(struct timespec *ts) 69 timeleft_pselect(struct timespec *ts) 84 tester(void (*fun)(struct timespec *)) 86 const struct timespec ts = { 5, 0 }; 87 const struct timespec sts = { 1, 0 };
|
/src/sys/fs/cd9660/ |
cd9660_node.h | 54 struct timespec iso_atime; /* time of last access */ 55 struct timespec iso_mtime; /* time of last modification */ 56 struct timespec iso_ctime; /* time file changed */ 121 int cd9660_tstamp_conv7(const u_char *, struct timespec *); 122 int cd9660_tstamp_conv17(const u_char *, struct timespec *);
|
/src/lib/libc/isc/ |
ev_timers.c | 58 static void idle_timeout(evContext, void *, struct timespec, struct timespec); 65 struct timespec lastTouched; 66 struct timespec max_idle; 73 struct timespec 75 struct timespec x; 82 struct timespec 83 evAddTime(struct timespec addend1, struct timespec addend2) { 84 struct timespec x [all...] |
/src/common/include/x86emu/ |
x86emu_i8254.h | 82 struct timespec base_time; 84 void (*gettime)(struct timespec *); 89 void x86emu_i8254_init(struct x86emu_i8254 *, void (*)(struct timespec *));
|