Searched refs:rqtp (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/lib/libutil/
H A Dpidfile.c102 struct timespec rqtp; local
130 rqtp.tv_sec = 0;
131 rqtp.tv_nsec = 5000000;
139 nanosleep(&rqtp, 0);
/freebsd-9.3-release/contrib/openbsm/compat/
H A Dpidfile.h103 struct timespec rqtp; local
138 rqtp.tv_sec = 0;
139 rqtp.tv_nsec = 5000000;
144 nanosleep(&rqtp, 0);
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dclock.c513 struct timespec rqtp; local
517 rqtp.tv_sec = intvl;
518 rqtp.tv_nsec = 0;
519 nanosleep(&rqtp, NULL);
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_time.c307 LIN_SDT_PROBE2(time, linux_nanosleep, entry, args->rqtp, args->rmtp);
309 error = copyin(args->rqtp, &lrqts, sizeof lrqts);
358 args->flags, args->rqtp, args->rmtp);
375 error = copyin(args->rqtp, &lrqts, sizeof lrqts);
/freebsd-9.3-release/sys/kern/
H A Dkern_time.c520 struct timespec *rqtp; member in struct:nanosleep_args
531 error = copyin(uap->rqtp, &rqt, sizeof(rqt));
H A Dsystrace_args.c1335 uarg[0] = (intptr_t) p->rqtp; /* const struct timespec * */
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_systrace_args.c1146 uarg[0] = (intptr_t) p->rqtp; /* const struct l_timespec * */
1843 uarg[2] = (intptr_t) p->rqtp; /* struct l_timespec * */
H A Dlinux_proto.h489 char rqtp_l_[PADL_(const struct l_timespec *)]; const struct l_timespec * rqtp; char rqtp_r_[PADR_(const struct l_timespec *)]; member in struct:linux_nanosleep_args
819 char rqtp_l_[PADL_(struct l_timespec *)]; struct l_timespec * rqtp; char rqtp_r_[PADR_(struct l_timespec *)]; member in struct:linux_clock_nanosleep_args
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_systrace_args.c1108 uarg[0] = (intptr_t) p->rqtp; /* const struct l_timespec * */
1778 uarg[2] = (intptr_t) p->rqtp; /* struct l_timespec * */
H A Dlinux32_proto.h495 char rqtp_l_[PADL_(const struct l_timespec *)]; const struct l_timespec * rqtp; char rqtp_r_[PADR_(const struct l_timespec *)]; member in struct:linux_nanosleep_args
814 char rqtp_l_[PADL_(struct l_timespec *)]; struct l_timespec * rqtp; char rqtp_r_[PADR_(struct l_timespec *)]; member in struct:linux_clock_nanosleep_args
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_proto.h227 char rqtp_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * rqtp; char rqtp_r_[PADR_(const struct timespec32 *)]; member in struct:freebsd32_nanosleep_args
H A Dfreebsd32_misc.c2245 error = copyin(uap->rqtp, &rqt32, sizeof(rqt32));
H A Dfreebsd32_systrace_args.c1242 uarg[0] = (intptr_t) p->rqtp; /* const struct timespec32 * */
/freebsd-9.3-release/sys/sys/
H A Dsysproto.h727 char rqtp_l_[PADL_(const struct timespec *)]; const struct timespec * rqtp; char rqtp_r_[PADR_(const struct timespec *)]; member in struct:nanosleep_args

Completed in 494 milliseconds