Searched refs:ntvp (Results 1 – 5 of 5) sorted by relevance
215 static void ntp_gettime1(struct ntptimeval *ntvp);256 ntp_gettime1(struct ntptimeval *ntvp) in ntp_gettime1() argument263 ntvp->time.tv_sec = atv.tv_sec; in ntp_gettime1()264 ntvp->time.tv_nsec = atv.tv_nsec; in ntp_gettime1()265 ntvp->maxerror = time_maxerror; in ntp_gettime1()266 ntvp->esterror = time_esterror; in ntp_gettime1()267 ntvp->tai = time_tai; in ntp_gettime1()268 ntvp->time_state = time_state; in ntp_gettime1()271 ntvp->time_state = TIME_ERROR; in ntp_gettime1()282 struct ntptimeval *ntvp; member[all …]
1252 uarg[a++] = (intptr_t)p->ntvp; /* struct ntptimeval * */ in systrace_args()
935 #define __sanitizer_syscall_pre_compat_30_ntp_gettime(ntvp) \ argument936 __sanitizer_syscall_pre_impl_compat_30_ntp_gettime((long long)(ntvp))937 #define __sanitizer_syscall_post_compat_30_ntp_gettime(res, ntvp) \ argument938 __sanitizer_syscall_post_impl_compat_30_ntp_gettime(res, (long long)(ntvp))2151 #define __sanitizer_syscall_pre_compat_50___ntp_gettime30(ntvp) \ argument2152 __sanitizer_syscall_pre_impl_compat_50___ntp_gettime30((long long)(ntvp))2153 #define __sanitizer_syscall_post_compat_50___ntp_gettime30(res, ntvp) \ argument2155 (long long)(ntvp))2494 #define __sanitizer_syscall_pre___ntp_gettime50(ntvp) \ argument2495 __sanitizer_syscall_pre_impl___ntp_gettime50((long long)(ntvp))[all …]
613 int __sys_ntp_gettime(struct ntptimeval * ntvp);
677 …char ntvp_l_[PADL_(struct ntptimeval *)]; struct ntptimeval * ntvp; char ntvp_r_[PADR_(struct ntpt… member