Searched refs:olddelta (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dadjtime.c26 int adjtime(struct timeval *delta, struct timeval *olddelta);
28 int adjtime(struct timeval *delta, struct timeval *olddelta) argument
94 if (olddelta != NULL) {
96 (long)olddelta->tv_sec = prev_correction / 1000000LL;
97 olddelta->tv_usec = prev_correction % 1000000LL;
166 register struct timeval *olddelta
177 return(_adjtime(delta, olddelta));
194 return(_adjtime(&newdelta, olddelta));
203 if (olddelta)
204 olddelta
281 adjtime(struct timeval *delta, struct timeval *olddelta) argument
[all...]
/netbsd-current/lib/libc/sys/
H A Dadjtime.c57 adjtime(const struct timeval *delta, struct timeval *olddelta) argument
67 rv = ____adjtime50(delta, olddelta);
92 args.olddelta = olddelta;
/netbsd-current/sys/compat/sys/
H A Dclockctl.h51 struct timeval50 *olddelta; member in struct:clockctl50_adjtime
/netbsd-current/sys/compat/common/
H A Dclockctl_50.c93 args->olddelta ? &oldatv : NULL, l->l_proc);
94 if (args->olddelta) {
96 error = copyout(&atv50, args->olddelta, sizeof(atv50));
H A Dkern_time_50.c262 syscallarg(struct timeval50 *) olddelta;
266 struct timeval delta, olddelta; local
280 SCARG(uap, olddelta) ? &olddelta : NULL, l->l_proc);
281 if (SCARG(uap, olddelta)) {
282 timeval_to_timeval50(&olddelta, &olddelta50);
283 error = copyout(&olddelta50, SCARG(uap, olddelta),
284 sizeof(*SCARG(uap, olddelta)));
/netbsd-current/sys/sys/
H A Dclockctl.h51 struct timeval *olddelta; member in struct:clockctl_adjtime
H A Dsyscallargs.h886 syscallarg(struct timeval50 *) olddelta; member in struct:compat_50_sys_adjtime_args
2737 syscallarg(struct timeval *) olddelta; member in struct:sys___adjtime50_args
/netbsd-current/external/bsd/ntp/dist/adjtimed/
H A Dadjtimed.c51 int AdjustClockRate (register struct timeval *delta, register struct timeval *olddelta);
278 register struct timeval *olddelta
336 if (olddelta) {
339 olddelta->tv_sec = dt / MILLION;
340 olddelta->tv_usec = dt - (olddelta->tv_sec * MILLION);
/netbsd-current/sys/dev/
H A Dclockctl.c228 args->olddelta ? &oldatv : NULL, l->l_proc);
229 if (args->olddelta)
230 error = copyout(&oldatv, args->olddelta,
/netbsd-current/sys/kern/
H A Dkern_time.c582 syscallarg(struct timeval *) olddelta;
598 SCARG(uap, olddelta) ? &oldatv : NULL, l->l_proc);
599 if (SCARG(uap, olddelta))
600 error = copyout(&oldatv, SCARG(uap, olddelta),
601 sizeof(*SCARG(uap, olddelta)));
606 adjtime1(const struct timeval *delta, struct timeval *olddelta, struct proc *p) argument
609 if (olddelta) {
610 memset(olddelta, 0, sizeof(*olddelta));
612 olddelta
[all...]
H A Dsystrace_args.c1052 uarg[1] = (intptr_t) SCARG(p, olddelta); /* struct timeval50 * */
3168 uarg[1] = (intptr_t) SCARG(p, olddelta); /* struct timeval * */
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_time.c259 syscallarg(netbsd32_timevalp_t) olddelta;
269 if (SCARG_P32(uap, olddelta)) {
277 error = copyout(&atv, SCARG_P32(uap, olddelta), sizeof(atv));
H A Dnetbsd32_ioctl.c569 p->olddelta = NETBSD32PTR64(s32p->olddelta);
1092 NETBSD32PTR32(s32p->olddelta, p->olddelta);
H A Dnetbsd32_compat_50.c248 syscallarg(netbsd32_timeval50p_t) olddelta;
258 if (SCARG_P32(uap, olddelta)) {
270 error = copyout(&atv, SCARG_P32(uap, olddelta), sizeof(atv));
H A Dnetbsd32_ioctl.h620 netbsd32_timevalp_t olddelta; member in struct:netbsd32_clockctl_adjtime
H A Dnetbsd32_syscallargs.h770 syscallarg(netbsd32_timeval50p_t) olddelta; member in struct:compat_50_netbsd32_adjtime_args
2237 syscallarg(netbsd32_timevalp_t) olddelta; member in struct:netbsd32___adjtime50_args
H A Dnetbsd32_systrace_args.c1052 uarg[1] = (intptr_t) SCARG(p, olddelta).i32; /* netbsd32_timeval50p_t */
3002 uarg[1] = (intptr_t) SCARG(p, olddelta).i32; /* netbsd32_timevalp_t */
/netbsd-current/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dnetbsd_syscall_hooks.h733 #define __sanitizer_syscall_pre_compat_50_adjtime(delta, olddelta) \
735 (long long)(olddelta))
736 #define __sanitizer_syscall_post_compat_50_adjtime(res, delta, olddelta) \
738 (long long)(olddelta))
2284 #define __sanitizer_syscall_pre___adjtime50(delta, olddelta) \
2286 (long long)(olddelta))
2287 #define __sanitizer_syscall_post___adjtime50(res, delta, olddelta) \
2289 (long long)(olddelta))
3240 long long olddelta);
3243 long long olddelta);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dnetbsd_syscall_hooks.h737 #define __sanitizer_syscall_pre_compat_50_adjtime(delta, olddelta) \
739 (long long)(olddelta))
740 #define __sanitizer_syscall_post_compat_50_adjtime(res, delta, olddelta) \
742 (long long)(olddelta))
2312 #define __sanitizer_syscall_pre___adjtime50(delta, olddelta) \
2314 (long long)(olddelta))
2315 #define __sanitizer_syscall_post___adjtime50(res, delta, olddelta) \
2317 (long long)(olddelta))
3395 long long olddelta);
3398 long long olddelta);
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dnetbsd_syscall_hooks.h737 #define __sanitizer_syscall_pre_compat_50_adjtime(delta, olddelta) \
739 (long long)(olddelta))
740 #define __sanitizer_syscall_post_compat_50_adjtime(res, delta, olddelta) \
742 (long long)(olddelta))
2312 #define __sanitizer_syscall_pre___adjtime50(delta, olddelta) \
2314 (long long)(olddelta))
2315 #define __sanitizer_syscall_post___adjtime50(res, delta, olddelta) \
2317 (long long)(olddelta))
3395 long long olddelta);
3398 long long olddelta);
[all...]
/netbsd-current/sys/rump/librump/rumpkern/
H A Drump_syscalls.c5059 rump___sysimpl_adjtime50(const struct timeval * delta, struct timeval * olddelta) argument
5068 SPARG(&callarg, olddelta) = olddelta;

Completed in 443 milliseconds