Symbol: itimerspec
usr/src/boot/include/time.h
159
int timer_gettime(timer_t, struct itimerspec *);
usr/src/boot/include/time.h
161
int timer_settime(timer_t, int, const struct itimerspec *__restrict,
usr/src/boot/include/time.h
162
struct itimerspec *__restrict);
usr/src/cmd/bhyve/common/mevent.c
426
struct itimerspec it = { 0 };
usr/src/cmd/cmd-inet/usr.sbin/ndp.c
302
struct itimerspec interval;
usr/src/cmd/cmd-inet/usr.sbin/ping/ping.c
1765
struct itimerspec it;
usr/src/cmd/cmd-inet/usr.sbin/ping/ping.c
1767
bzero(&it, sizeof (struct itimerspec));
usr/src/cmd/cmd-inet/usr.sbin/ping/ping.c
179
static struct itimerspec interval = { { 0, 0 }, { 1, 0 } }; /* Interval for */
usr/src/cmd/dtrace/test/tst/common/proc/tst.sigwait.c
38
struct itimerspec ts;
usr/src/cmd/intrstat/intrstat.c
362
struct itimerspec ts;
usr/src/cmd/lockstat/lockstat.c
793
struct itimerspec ts;
usr/src/cmd/trapstat/sun4/trapstat.c
304
struct itimerspec ts;
usr/src/head/time.h
150
extern int timer_gettime(timer_t, struct itimerspec *);
usr/src/head/time.h
151
extern int timer_settime(timer_t, int, const struct itimerspec *_RESTRICT_KYWD,
usr/src/head/time.h
152
struct itimerspec *_RESTRICT_KYWD);
usr/src/lib/libc/port/sys/timerfd.c
51
timerfd_settime(int fd, int flags, const struct itimerspec *new_value,
usr/src/lib/libc/port/sys/timerfd.c
52
struct itimerspec *old_value)
usr/src/lib/libc/port/sys/timerfd.c
81
timerfd_gettime(int fd, struct itimerspec *curr_value)
usr/src/lib/libfakekernel/common/callout.c
39
struct itimerspec its;
usr/src/lib/libfakekernel/common/callout.c
69
struct itimerspec its, oits;
usr/src/test/os-tests/tests/signalfd/basic_read.c
58
struct itimerspec its_1ms = {
usr/src/uts/common/os/clock_highres.c
109
struct itimerspec clamped;
usr/src/uts/common/os/clock_highres.c
262
clock_highres_timer_gettime(itimer_t *it, struct itimerspec *when)
usr/src/uts/common/os/clock_highres.c
96
const struct itimerspec *when)
usr/src/uts/common/os/clock_process.c
87
const struct itimerspec *when)
usr/src/uts/common/os/clock_process.c
93
clock_process_timer_gettime(itimer_t *it, struct itimerspec *when)
usr/src/uts/common/os/clock_realtime.c
185
const struct itimerspec *when)
usr/src/uts/common/os/clock_realtime.c
248
clock_realtime_timer_gettime(itimer_t *it, struct itimerspec *when)
usr/src/uts/common/os/clock_thread.c
134
const struct itimerspec *when)
usr/src/uts/common/os/clock_thread.c
140
clock_thread_timer_gettime(itimer_t *it, struct itimerspec *when)
usr/src/uts/common/sys/timer.h
110
int (*clk_timer_settime)(itimer_t *, int, const struct itimerspec *);
usr/src/uts/common/sys/timer.h
111
int (*clk_timer_gettime)(itimer_t *, struct itimerspec *);
usr/src/uts/common/sys/timerfd.h
59
const struct itimerspec *, struct itimerspec *);
usr/src/uts/common/sys/timerfd.h
60
extern int timerfd_gettime(int, struct itimerspec *);