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

/freebsd-11.0-release/lib/libc/sys/
H A Dnanosleep.c44 nanosleep(const struct timespec *rqtp, struct timespec *rmtp) argument
48 __libc_interposing[INTERPOS_nanosleep])(rqtp, rmtp));
/freebsd-11.0-release/contrib/openbsm/compat/
H A Dpidfile.h102 struct timespec rqtp; local
137 rqtp.tv_sec = 0;
138 rqtp.tv_nsec = 5000000;
143 nanosleep(&rqtp, 0);
/freebsd-11.0-release/lib/libutil/
H A Dpidfile.c102 struct timespec rqtp; local
134 rqtp.tv_sec = 0;
135 rqtp.tv_nsec = 5000000;
141 nanosleep(&rqtp, 0);
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc259 PRE_SYSCALL(nanosleep)(void *rqtp, void *rmtp) {}
261 POST_SYSCALL(nanosleep)(long res, void *rqtp, void *rmtp) {
263 if (rqtp) POST_WRITE(rqtp, struct_timespec_sz);
516 PRE_SYSCALL(clock_nanosleep)(long which_clock, long flags, const void *rqtp,
518 if (rqtp) PRE_READ(rqtp, struct_timespec_sz);
522 const void *rqtp, void *rmtp) {
/freebsd-11.0-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-11.0-release/sys/compat/linux/
H A Dlinux_time.c471 LIN_SDT_PROBE2(time, linux_nanosleep, entry, args->rqtp, args->rmtp);
473 error = copyin(args->rqtp, &lrqts, sizeof lrqts);
516 args->flags, args->rqtp, args->rmtp);
533 error = copyin(args->rqtp, &lrqts, sizeof(lrqts));
/freebsd-11.0-release/contrib/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h51 #define __sanitizer_syscall_pre_nanosleep(rqtp, rmtp) \
52 __sanitizer_syscall_pre_impl_nanosleep((long)(rqtp), (long)(rmtp))
53 #define __sanitizer_syscall_post_nanosleep(res, rqtp, rmtp) \
54 __sanitizer_syscall_post_impl_nanosleep(res, (long)(rqtp), (long)(rmtp))
241 #define __sanitizer_syscall_pre_clock_nanosleep(which_clock, flags, rqtp, \
244 (long)(which_clock), (long)(flags), (long)(rqtp), (long)(rmtp))
246 rqtp, rmtp) \
248 res, (long)(which_clock), (long)(flags), (long)(rqtp), (long)(rmtp))
2023 void __sanitizer_syscall_pre_impl_nanosleep(long rqtp, long rmtp);
2024 void __sanitizer_syscall_post_impl_nanosleep(long res, long rqtp, lon
[all...]
/freebsd-11.0-release/sys/kern/
H A Dkern_time.c531 struct timespec *rqtp; member in struct:nanosleep_args
542 error = copyin(uap->rqtp, &rqt, sizeof(rqt));
H A Dsystrace_args.c1267 uarg[0] = (intptr_t) p->rqtp; /* const struct timespec * */
/freebsd-11.0-release/sys/i386/linux/
H A Dlinux_systrace_args.c1146 uarg[0] = (intptr_t) p->rqtp; /* const struct l_timespec * */
1857 uarg[2] = (intptr_t) p->rqtp; /* struct l_timespec * */
H A Dlinux_proto.h506 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
842 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-11.0-release/sys/amd64/linux/
H A Dlinux_systrace_args.c320 uarg[0] = (intptr_t) p->rqtp; /* const struct l_timespec * */
1702 uarg[2] = (intptr_t) p->rqtp; /* struct l_timespec * */
H A Dlinux_proto.h158 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
780 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-11.0-release/sys/amd64/linux32/
H A Dlinux32_systrace_args.c1108 uarg[0] = (intptr_t) p->rqtp; /* const struct l_timespec * */
1807 uarg[2] = (intptr_t) p->rqtp; /* struct l_timespec * */
H A Dlinux32_proto.h508 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
838 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-11.0-release/sys/compat/freebsd32/
H A Dfreebsd32_proto.h236 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.c2269 error = copyin(uap->rqtp, &rqt32, sizeof(rqt32));
H A Dfreebsd32_systrace_args.c1237 uarg[0] = (intptr_t) p->rqtp; /* const struct timespec32 * */
/freebsd-11.0-release/sys/sys/
H A Dsysproto.h689 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 261 milliseconds