HomeSort by relevance Sort by last modified time
    Searched full:adjtimex (Results 1 - 25 of 211) sorted by null

1 2 3 4 5 6 7 8 9

  /bionic/libc/arch-arm64/syscalls/
adjtimex.S 5 ENTRY(adjtimex) function
14 END(adjtimex)
  /bionic/libc/arch-arm/syscalls/
adjtimex.S 5 ENTRY(adjtimex) function
16 END(adjtimex)
  /bionic/libc/arch-mips/syscalls/
adjtimex.S 5 ENTRY(adjtimex) function
19 END(adjtimex)
  /bionic/libc/arch-x86_64/syscalls/
adjtimex.S 5 ENTRY(adjtimex) function
15 END(adjtimex)
  /external/strace/tests/
adjtimex.test 3 # Check adjtimex syscall decoding.
8 run_strace -a 15 -e adjtimex $args > "$OUT"
adjtimex.c 2 * This file is part of adjtimex strace test.
39 adjtimex(NULL);
40 printf("adjtimex\\(NULL\\) = -1 EFAULT \\(%m\\)\n");
45 int state = adjtimex(tx);
47 perror_msg_and_skip("adjtimex");
49 printf("adjtimex\\(\\{modes=0, offset=%jd, freq=%jd, maxerror=%jd"
  /external/strace/tests-m32/
adjtimex.test 3 # Check adjtimex syscall decoding.
8 run_strace -a 15 -e adjtimex $args > "$OUT"
adjtimex.c 2 * This file is part of adjtimex strace test.
39 adjtimex(NULL);
40 printf("adjtimex\\(NULL\\) = -1 EFAULT \\(%m\\)\n");
45 int state = adjtimex(tx);
47 perror_msg_and_skip("adjtimex");
49 printf("adjtimex\\(\\{modes=0, offset=%jd, freq=%jd, maxerror=%jd"
  /external/strace/tests-mx32/
adjtimex.test 3 # Check adjtimex syscall decoding.
8 run_strace -a 15 -e adjtimex $args > "$OUT"
adjtimex.c 2 * This file is part of adjtimex strace test.
39 adjtimex(NULL);
40 printf("adjtimex\\(NULL\\) = -1 EFAULT \\(%m\\)\n");
45 int state = adjtimex(tx);
47 perror_msg_and_skip("adjtimex");
49 printf("adjtimex\\(\\{modes=0, offset=%jd, freq=%jd, maxerror=%jd"
  /external/ltp/testcases/kernel/syscalls/adjtimex/
adjtimex01.c 22 1. Check to see if adjtimex succeed with mode combination :
25 2. Check to see if adjtimex succeed with mode ADJ_OFFSET_SINGLESHOT
60 /* Call adjtimex(2) */
63 TEST(adjtimex(&tim_save));
66 tst_resm(TPASS, "adjtimex() with mode %u returned %ld",
70 "Test Failed, adjtimex() with mode %u "
74 /* Call adjtimex(2) */
77 TEST(adjtimex(&tim_save));
80 tst_resm(TPASS, "adjtimex() with mode %u returned %ld",
84 "Test Failed, adjtimex() with mode %u returned
    [all...]
adjtimex02.c 35 * 1) adjtimex(2) fails with errno set to EFAULT if buf does
37 * 2) adjtimex(2) fails with errno set to EINVAL if an attempt
39 * 3) adjtimex(2) fails with errno set to EINVAL if an attempt
41 * 4) adjtimex(2) fails with errno set to EINVAL if an attempt
45 * 5) adjtimex(2) fails with errno set to EINVAL if an attempt
49 * 6) adjtimex(2) fails with errno set to EPERM if buf.mode is
60 * call adjtimex with saved timex structure
173 /* Call adjtimex(2) */
174 TEST(adjtimex(test_cases[i].buffp));
179 "Test Passed, adjtimex() returned -1")
    [all...]
  /bionic/libc/arch-mips64/syscalls/
adjtimex.S 5 ENTRY(adjtimex) function
25 END(adjtimex)
  /bionic/libc/arch-x86/syscalls/
adjtimex.S 5 ENTRY(adjtimex) function
29 END(adjtimex)
  /bionic/tests/
sys_timex_test.cpp 26 // adjtimex/clock_adjtime return the clock state on success, -1 on failure.
27 ASSERT_NE(-1, adjtimex(&t));
32 ASSERT_EQ(-1, adjtimex(nullptr));
39 // adjtimex/clock_adjtime return the clock state on success, -1 on failure.
  /external/linux-kselftest/tools/testing/selftests/timers/
.gitignore 18 valid-adjtimex
valid-adjtimex.c 1 /* valid adjtimex test
6 * This test validates adjtimex interface with valid
9 * Usage: valid-adjtimex
12 * $ gcc valid-adjtimex.c -o valid-adjtimex -lrt
69 ret = adjtimex(&tx);
142 ret = adjtimex(&tx);
145 printf("Error: adjtimex(ADJ_FREQ, %ld - %ld ppm\n",
151 ret = adjtimex(&tx);
161 ret = adjtimex(&tx)
    [all...]
leapcrash.c 54 ret = adjtimex(&tx);
58 ret = adjtimex(&tx);
106 adjtimex(&tx);
113 adjtimex(&tx);
Makefile 11 TEST_PROGS_EXTENDED = alarmtimer-suspend valid-adjtimex adjtick change_skew \
26 ./valid-adjtimex
change_skew.c 55 ret = adjtimex(&tx);
82 ret = adjtimex(&tx);
99 adjtimex(&tx);
leap-a-day.c 119 ret = adjtimex(&tx);
124 ret = adjtimex(&tx);
129 ret = adjtimex(&tx);
147 ret = adjtimex(&tx);
152 printf("adjtimex: %10ld sec + %6ld us (%i)\t%s\n",
161 printf("adjtimex: %10ld sec + %6ld us (%i)\t%s\n",
277 ret = adjtimex(&tx);
286 ret = adjtimex(&tx);
326 ret = adjtimex(&tx);
334 ret = adjtimex(&tx)
    [all...]
set-tai.c 48 return adjtimex(&tx);
57 adjtimex(&tx);
adjtick.c 0 /* adjtimex() tick adjustment test
141 adjtimex(&tx1);
152 adjtimex(&tx1);
156 printf("\tUnexpected adjtimex return values, make sure ntpd is not running.\n");
215 adjtimex(&tx1);
  /external/autotest/client/site_tests/security_AltSyscall/src/
Makefile 7 TARGETS = read mmap alt_syscall adjtimex clock_adjtime
adjtimex.c 20 ret = adjtimex(&buf);
25 ret = adjtimex(NULL);
34 ret = adjtimex(&buf);

Completed in 1403 milliseconds

1 2 3 4 5 6 7 8 9