Searched refs:timex (Results 1 – 25 of 36) sorted by relevance
12
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | valid-adjtimex.c | 44 static int clock_adjtime(clockid_t id, struct timex *tx) in clock_adjtime() 53 struct timex tx; in clear_time_state() 117 struct timex tx; in validate_freq() 123 memset(&tx, 0, sizeof(struct timex)); in validate_freq() 198 struct timex tmx = {}; in set_offset() 233 struct timex tmx = {}; in set_bad_offset()
|
D | set-tai.c | 30 struct timex tx; in set_tai() 42 struct timex tx; in get_tai()
|
D | change_skew.c | 38 struct timex tx; in change_skew_test() 60 struct timex tx; in main()
|
D | leapcrash.c | 30 struct timex tx; in clear_time_state() 60 struct timex tx; in main()
|
D | leap-a-day.c | 97 struct timex tx; in clear_time_state() 132 struct timex tx; in sigalarm() 239 struct timex tx; in main()
|
D | adjtick.c | 118 struct timex tx1; in check_tick_adj() 171 struct timex tx1; in main()
|
D | skew_consistency.c | 44 struct timex tx; in main()
|
D | freq-step.c | 90 struct timex txc; in reset_ntp_error() 104 struct timex txc; in set_frequency()
|
D | raw_skew.c | 96 struct timex tx1, tx2; in main()
|
/external/ltp/testcases/kernel/syscalls/adjtimex/ |
D | adjtimex02.c | 112 static struct timex tim_save; 113 static struct timex buff; 119 struct timex *buffp; 127 (struct timex *)-1, NULL, NULL, EFAULT},
|
D | adjtimex01.c | 46 static struct timex tim_save;
|
/external/ltp/testcases/kernel/timers/leapsec/ |
D | leapsec_timer.c | 42 static void adjtimex_status(struct timex *tx, int status); 77 static void adjtimex_status(struct timex *tx, int status) in adjtimex_status() 151 struct timex tx; in run_leapsec()
|
/external/autotest/client/site_tests/security_AltSyscall/src/ |
D | adjtimex.c | 15 struct timex buf; in main()
|
D | clock_adjtime.c | 19 struct timex buf; in main()
|
/external/strace/ |
D | print_timex.c | 37 typedef struct timex struct_timex;
|
D | configure.ac | 351 AC_CHECK_MEMBERS([struct timex.tai],,, [#include <sys/timex.h>])
|
/external/strace/tests/ |
D | adjtimex.c | 46 TAIL_ALLOC_OBJECT_CONST_PTR(struct timex, tx); in main()
|
/external/strace/tests-m32/ |
D | adjtimex.c | 46 TAIL_ALLOC_OBJECT_CONST_PTR(struct timex, tx); in main()
|
/external/strace/tests-mx32/ |
D | adjtimex.c | 46 TAIL_ALLOC_OBJECT_CONST_PTR(struct timex, tx); in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | timex.h | 64 struct timex { struct
|
/external/linux-kselftest/tools/testing/selftests/ptp/ |
D | testptp.c | 54 static int clock_adjtime(clockid_t id, struct timex *tx) in clock_adjtime() 150 struct timex tx; in main()
|
/external/linux-kselftest/android/patches/ |
D | 0001-Removes-unsupported-testcases-for-ftrace-compiles-me.patch | 41 static int clock_adjtime(clockid_t id, struct timex *tx)
|
/external/autotest/client/tests/ltp/patches/ |
D | sysctl.patch | 166 #include <sys/timex.h>
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 263 unsigned struct_timex_sz = sizeof(struct timex);
|
/external/syzkaller/sys/linux/ |
D | sys.txt | 424 clock_adjtime(id flags[clock_id], tx ptr[in, timex]) 816 timex {
|
12