Home | History | Annotate | Download | only in adjtimex

Lines Matching full:adjtimex

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");
182 "Test Failed, adjtimex() returned %ld",
216 if ((adjtimex(&tim_save)) == -1) {
230 if ((adjtimex(&tim_save)) == -1) {