Searched refs:itimerval (Results 26 - 50 of 60) sorted by relevance

123

/freebsd-10-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_sem.c222 struct itimerval timer;
H A Dt_once.c164 struct itimerval it;
/freebsd-10-stable/sys/sys/
H A Dktrace.h274 ktrstruct("itimerval", (s), sizeof(struct itimerval))
H A Dsyscallsubr.h39 struct itimerval;
117 int kern_getitimer(struct thread *, u_int, struct itimerval *);
224 int kern_setitimer(struct thread *, u_int, struct itimerval *,
225 struct itimerval *);
H A Dsysproto.h310 char itv_l_[PADL_(struct itimerval *)]; struct itimerval * itv; char itv_r_[PADR_(struct itimerval *)];
311 char oitv_l_[PADL_(struct itimerval *)]; struct itimerval * oitv; char oitv_r_[PADR_(struct itimerval *)];
321 char itv_l_[PADL_(struct itimerval *)]; struct itimerval * itv; char itv_r_[PADR_(struct itimerval *)];
/freebsd-10-stable/sys/kern/
H A Dkern_time.c662 struct itimerval *itv;
668 struct itimerval aitv;
674 return (copyout(&aitv, uap->itv, sizeof (struct itimerval)));
678 kern_getitimer(struct thread *td, u_int which, struct itimerval *aitv)
718 struct itimerval *itv, *oitv;
724 struct itimerval aitv, oitv;
732 if ((error = copyin(uap->itv, &aitv, sizeof(struct itimerval))))
737 return (copyout(&oitv, uap->oitv, sizeof(struct itimerval)));
741 kern_setitimer(struct thread *td, u_int which, struct itimerval *aitv,
742 struct itimerval *oit
[all...]
/freebsd-10-stable/tools/regression/sockets/sendfile/
H A Dsendfile.c132 struct itimerval itv;
144 struct itimerval itv;
/freebsd-10-stable/lib/libc/gmon/
H A Dgmon.c244 struct itimerval tim;
/freebsd-10-stable/usr.bin/lock/
H A Dlock.c93 struct itimerval ntimer, otimer;
/freebsd-10-stable/usr.bin/timeout/
H A Dtimeout.c151 struct itimerval tim;
/freebsd-10-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vnops.c285 struct itimerval it;
287 memset(&it, 0, sizeof(struct itimerval));
/freebsd-10-stable/contrib/amd/include/
H A Dam_defs.h1525 extern int setitimer(int, struct itimerval *, struct itimerval *);
/freebsd-10-stable/contrib/amd/hlfsd/
H A Dhlfsd.c63 static struct itimerval reloadinterval = {
743 if (setitimer(ITIMER_REAL, &reloadinterval, (struct itimerval *) NULL) < 0)
/freebsd-10-stable/contrib/tnftp/src/
H A Dprogressbar.c405 struct itimerval itv;
/freebsd-10-stable/usr.sbin/IPXrouted/
H A Dmain.c108 struct itimerval tval;
/freebsd-10-stable/usr.sbin/mld6query/
H A Dmld6.c99 struct itimerval itimer;
/freebsd-10-stable/contrib/gcc/
H A Dsys-protos.h457 extern int getitimer(int, struct itimerval *);
981 extern int setitimer(int, struct itimerval *, struct itimerval *);
/freebsd-10-stable/usr.sbin/iscsid/
H A Discsid.c376 struct itimerval itv;
/freebsd-10-stable/usr.bin/netstat/
H A Dif.c531 struct itimerval interval_it;
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_timer.c121 typedef struct itimerval intervaltimer;
/freebsd-10-stable/usr.bin/kdump/
H A Dkdump.c107 void ktritimerval(struct itimerval *it);
1661 ktritimerval(struct itimerval *it)
1664 printf("itimerval { .interval = ");
1854 struct itimerval it;
1879 } else if (strcmp(name, "itimerval") == 0) {
1880 if (datalen != sizeof(struct itimerval))
/freebsd-10-stable/tools/regression/posixsem/
H A Dposixsem.c730 struct itimerval it;
757 struct itimerval it;
/freebsd-10-stable/contrib/ntp/parseutil/
H A Ddcfd.c1623 struct itimerval it;
1630 if (setitimer(ITIMER_REAL, &it, (struct itimerval *)0) == -1)
/freebsd-10-stable/tests/sys/file/
H A Dflock_helper.c1059 struct itimerval itv;
1146 struct itimerval itv;
/freebsd-10-stable/usr.sbin/iostat/
H A Diostat.c184 struct itimerval alarmspec;

Completed in 345 milliseconds

123