HomeSort by: relevance | last modified time | path
    Searched refs:timespec50 (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/lib/libc/compat/include/
aio.h 43 struct timespec50;
46 const struct timespec50 *);
lwp.h 42 struct timespec50;
43 int _lwp_park(const struct timespec50 *, lwpid_t, const void *, const void *);
mqueue.h 43 unsigned * __restrict, const struct timespec50 * __restrict);
45 const struct timespec50 *);
sched.h 43 struct timespec50;
44 int sched_rr_get_interval(pid_t, struct timespec50 *);
time.h 72 int clock_getres(clockid_t, struct timespec50 *);
73 int clock_gettime(clockid_t, struct timespec50 *);
74 int clock_settime(clockid_t, const struct timespec50 *);
78 int nanosleep(const struct timespec50 *, struct timespec50 *);
signal.h 70 siginfo_t * __restrict, const struct timespec50 * __restrict);
72 siginfo_t * __restrict, struct timespec50 * __restrict);
  /src/sys/compat/aoutm68k/
aoutm68k_stat.h 51 struct timespec50 st_atimespec;/* time of last access */
52 struct timespec50 st_mtimespec;/* time of last data modification */
53 struct timespec50 st_ctimespec;/* time of last file status change */
70 struct timespec50 st_atimespec;/* time of last access */
71 struct timespec50 st_mtimespec;/* time of last data modification */
72 struct timespec50 st_ctimespec;/* time of last file status change */
91 struct timespec50 st_atimespec;/* time of last access */
92 struct timespec50 st_mtimespec;/* time of last data modification */
93 struct timespec50 st_ctimespec;/* time of last file status change */
  /src/sys/compat/sys/
poll.h 42 struct timespec50;
46 const struct timespec50 * __restrict, const sigset_t * __restrict);
stat.h 54 struct timespec50 st_atimespec;/* time of last access */
55 struct timespec50 st_mtimespec;/* time of last data modification */
56 struct timespec50 st_ctimespec;/* time of last file status change */
72 struct timespec50 st_atimespec;/* time of last access */
73 struct timespec50 st_mtimespec;/* time of last data modification */
74 struct timespec50 st_ctimespec;/* time of last file status change */
107 struct timespec50 st_atimespec;/* time of last access */
108 struct timespec50 st_mtimespec;/* time of last data modification */
109 struct timespec50 st_ctimespec;/* time of last file status change */
129 struct timespec50 st_birthtimespec
    [all...]
timex.h 32 struct timespec50 time; /* current time (ns) (ro) */
time_types.h 61 struct timespec50 { struct
71 struct timespec50 it_interval;
72 struct timespec50 it_value;
92 timespec50_to_timespec(const struct timespec50 *ts50, struct timespec *ts)
100 timespec_to_timespec50(const struct timespec *ts, struct timespec50 *ts50)
clockctl.h 58 const struct timespec50 *tp;
select.h 49 fd_set * __restrict, const struct timespec50 * __restrict,
  /src/lib/libc/compat/sys/
compat_nanosleep.c 60 nanosleep(const struct timespec50 *ts50, struct timespec50 *rts50)
compat_sigtimedwait.c 59 const struct timespec50 * __restrict timeout)
72 struct timespec50 * __restrict timeout)
compat_sched.c 51 sched_rr_get_interval(pid_t pid, struct timespec50 *interval)
compat__lwp_park.c 56 _lwp_park(const struct timespec50 *ts50, lwpid_t unpark,
compat_clock.c 61 clock_settime(clockid_t clockid, const struct timespec50 * tim50)
77 clock_gettime(clockid_t clockid, struct timespec50 *tim50)
89 clock_getres(clockid_t clockid, struct timespec50 *tim50)
compat_aio_suspend.c 61 const struct timespec50 * ts50)
compat_mqueue.c 64 unsigned * __restrict buf, const struct timespec50 * __restrict ts50)
77 unsigned buf, const struct timespec50 *ts50)
  /src/lib/libc/compat/time/
compat_difftime.c 51 #define timespec timespec50
compat_asctime.c 30 #define timespec timespec50
  /src/sys/dev/wscons/
wseventvar.h 110 struct timespec50 time;
  /src/tests/lib/libpthread/
t_compat_cancel.c 100 struct timespec50 t = {.tv_sec = 2, .tv_nsec = 0};
143 RL(kevent(kq, &ev, 1, NULL, 1, &(const struct timespec50){0,0}));
153 struct timespec50 t = {.tv_sec = 2, .tv_nsec = 0};
165 struct timespec50 t = {.tv_sec = 2, .tv_nsec = 0};
175 struct timespec50 t = {.tv_sec = 2, .tv_nsec = 0};
186 struct timespec50 t = {.tv_sec = 2, .tv_nsec = 0};
200 struct timespec50 t = {.tv_sec = 2, .tv_nsec = 0};
241 struct timespec50 t = {.tv_sec = 2, .tv_nsec = 0};
  /src/sys/compat/common/
kern_50.c 63 syscallarg(const struct timespec50 *) ts;
69 struct timespec50 ts50;
94 struct timespec50 ts50;
108 struct timespec50 ts50;

Completed in 22 milliseconds

1 2