Searched refs:itimerspec (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/sys/sys/
H A Dtimers.h50 struct itimerspec it_time;
103 struct itimerspec * new_value,
104 struct itimerspec * old_value);
107 struct itimerspec * cur_value);
H A Dtimespec.h58 struct itimerspec { struct
H A Dsyscallsubr.h240 struct itimerspec *val, struct itimerspec *oval);
242 struct itimerspec *val);
H A Dsysproto.h717 char value_l_[PADL_(const struct itimerspec *)]; const struct itimerspec * value; char value_r_[PADR_(const struct itimerspec *)];
718 char ovalue_l_[PADL_(struct itimerspec *)]; struct itimerspec * ovalue; char ovalue_r_[PADR_(struct itimerspec *)];
722 char value_l_[PADL_(struct itimerspec *)]; struct itimerspec * value; char value_r_[PADR_(struct itimerspec *)];
/freebsd-10.1-release/lib/librt/
H A Dtimer.c46 extern int __sys_ktimer_gettime(int, struct itimerspec *);
49 const struct itimerspec *__restrict, struct itimerspec *__restrict);
155 __timer_gettime(timer_t timerid, struct itimerspec *value)
170 const struct itimerspec *__restrict value,
171 struct itimerspec *__restrict ovalue)
/freebsd-10.1-release/include/
H A Dtime.h159 int timer_gettime(timer_t, struct itimerspec *);
161 int timer_settime(timer_t, int, const struct itimerspec *__restrict,
162 struct itimerspec *__restrict);
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c42 struct itimerspec ts;
/freebsd-10.1-release/sys/compat/linux/
H A Dlinux_timer.c138 struct itimerspec val, oval, *ovalp;
158 struct itimerspec val;
/freebsd-10.1-release/sys/kern/
H A Dkern_time.c95 static int realtimer_gettime(struct itimer *, struct itimerspec *);
97 struct itimerspec *, struct itimerspec *);
1272 const struct itimerspec * value;
1273 struct itimerspec * ovalue;
1279 struct itimerspec val, oval, *ovalp;
1294 struct itimerspec *val, struct itimerspec *oval)
1319 struct itimerspec * value;
1325 struct itimerspec va
[all...]
/freebsd-10.1-release/sys/i386/linux/
H A Dlinux_proto.h791 char new_l_[PADL_(const struct itimerspec *)]; const struct itimerspec * new; char new_r_[PADR_(const struct itimerspec *)];
792 char old_l_[PADL_(struct itimerspec *)]; struct itimerspec * old; char old_r_[PADR_(struct itimerspec *)];
796 char setting_l_[PADL_(struct itimerspec *)]; struct itimerspec * setting; char setting_r_[PADR_(struct itimerspec *)];
/freebsd-10.1-release/sys/amd64/linux32/
H A Dlinux32_proto.h791 char new_l_[PADL_(const struct itimerspec *)]; const struct itimerspec * new; char new_r_[PADR_(const struct itimerspec *)];
792 char old_l_[PADL_(struct itimerspec *)]; struct itimerspec * old; char old_r_[PADR_(struct itimerspec *)];
796 char setting_l_[PADL_(struct itimerspec *)]; struct itimerspec * setting; char setting_r_[PADR_(struct itimerspec *)];
/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Depoll.c424 struct itimerspec is;
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_timer.c118 typedef struct itimerspec intervaltimer;
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c839 struct itimerspec ts;
/freebsd-10.1-release/contrib/ntp/ntpdate/
H A Dntpdate.c1547 struct itimerspec its;
/freebsd-10.1-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2408 struct itimerspec val, oval, *ovalp;
2429 struct itimerspec val;

Completed in 282 milliseconds