| /src/external/bsd/ntp/dist/libntp/ |
| adjtime.c | 26 int adjtime(struct timeval *delta, struct timeval *olddelta); 28 int adjtime(struct timeval *delta, struct timeval *olddelta) 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->tv_sec = olddelta->tv_usec = 0 [all...] |
| adjtime.c | 26 int adjtime(struct timeval *delta, struct timeval *olddelta); 28 int adjtime(struct timeval *delta, struct timeval *olddelta) 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->tv_sec = olddelta->tv_usec = 0 [all...] |
| /src/lib/libc/sys/ |
| adjtime.c | 57 adjtime(const struct timeval *delta, struct timeval *olddelta) 67 rv = ____adjtime50(delta, olddelta); 92 args.olddelta = olddelta;
|
| adjtime.c | 57 adjtime(const struct timeval *delta, struct timeval *olddelta) 67 rv = ____adjtime50(delta, olddelta); 92 args.olddelta = olddelta;
|
| /src/sys/compat/sys/ |
| clockctl.h | 51 struct timeval50 *olddelta; member in struct:clockctl50_adjtime
|
| clockctl.h | 51 struct timeval50 *olddelta; member in struct:clockctl50_adjtime
|
| /src/sys/compat/common/ |
| clockctl_50.c | 93 args->olddelta ? &oldatv : NULL, l->l_proc); 94 if (args->olddelta) { 96 error = copyout(&atv50, args->olddelta, sizeof(atv50));
|
| clockctl_50.c | 93 args->olddelta ? &oldatv : NULL, l->l_proc); 94 if (args->olddelta) { 96 error = copyout(&atv50, args->olddelta, sizeof(atv50));
|
| kern_time_50.c | 262 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)));
|
| kern_time_50.c | 262 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)));
|
| /src/sys/sys/ |
| clockctl.h | 51 struct timeval *olddelta; member in struct:clockctl_adjtime
|
| clockctl.h | 51 struct timeval *olddelta; member in struct:clockctl_adjtime
|
| /src/external/bsd/ntp/dist/adjtimed/ |
| adjtimed.c | 51 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);
|
| adjtimed.c | 51 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);
|
| /src/sys/dev/ |
| clockctl.c | 228 args->olddelta ? &oldatv : NULL, l->l_proc); 229 if (args->olddelta) 230 error = copyout(&oldatv, args->olddelta,
|
| clockctl.c | 228 args->olddelta ? &oldatv : NULL, l->l_proc); 229 if (args->olddelta) 230 error = copyout(&oldatv, args->olddelta,
|
| /src/sys/kern/ |
| kern_time.c | 608 syscallarg(struct timeval *) olddelta; 624 SCARG(uap, olddelta) ? &oldatv : NULL, l->l_proc); 625 if (SCARG(uap, olddelta)) 626 error = copyout(&oldatv, SCARG(uap, olddelta), 627 sizeof(*SCARG(uap, olddelta))); 632 adjtime1(const struct timeval *delta, struct timeval *olddelta, struct proc *p) 635 if (olddelta) { 636 memset(olddelta, 0, sizeof(*olddelta)); 638 olddelta->tv_sec = time_adjtime / 1000000 [all...] |
| kern_time.c | 608 syscallarg(struct timeval *) olddelta; 624 SCARG(uap, olddelta) ? &oldatv : NULL, l->l_proc); 625 if (SCARG(uap, olddelta)) 626 error = copyout(&oldatv, SCARG(uap, olddelta), 627 sizeof(*SCARG(uap, olddelta))); 632 adjtime1(const struct timeval *delta, struct timeval *olddelta, struct proc *p) 635 if (olddelta) { 636 memset(olddelta, 0, sizeof(*olddelta)); 638 olddelta->tv_sec = time_adjtime / 1000000 [all...] |
| /src/sys/compat/netbsd32/ |
| netbsd32_time.c | 259 syscallarg(netbsd32_timevalp_t) olddelta; 269 if (SCARG_P32(uap, olddelta)) { 277 error = copyout(&atv, SCARG_P32(uap, olddelta), sizeof(atv));
|
| netbsd32_time.c | 259 syscallarg(netbsd32_timevalp_t) olddelta; 269 if (SCARG_P32(uap, olddelta)) { 277 error = copyout(&atv, SCARG_P32(uap, olddelta), sizeof(atv));
|
| netbsd32_ioctl.c | 569 p->olddelta = NETBSD32PTR64(s32p->olddelta); 1092 NETBSD32PTR32(s32p->olddelta, p->olddelta);
|
| netbsd32_ioctl.c | 569 p->olddelta = NETBSD32PTR64(s32p->olddelta); 1092 NETBSD32PTR32(s32p->olddelta, p->olddelta);
|
| netbsd32_compat_50.c | 248 syscallarg(netbsd32_timeval50p_t) olddelta; 258 if (SCARG_P32(uap, olddelta)) { 270 error = copyout(&atv, SCARG_P32(uap, olddelta), sizeof(atv));
|
| /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
| netbsd_syscall_hooks.h | 733 #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_syscall_hooks.h | 733 #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...] |