Lines Matching refs:exp_err
49 int exp_err;
51 {.modes = SET_MODE, .exp_err = EPERM},
52 {.modes = SET_MODE, .exp_err = EFAULT},
53 {.modes = ADJ_TICK, .lowlimit = 900000, .delta = 1, .exp_err = EINVAL},
54 {.modes = ADJ_TICK, .highlimit = 1100000, .delta = 1, .exp_err = EINVAL},
78 if (tc[i].exp_err == EPERM)
81 if (tc[i].exp_err == EINVAL) {
91 if (tc[i].exp_err == EFAULT) {
100 TST_EXP_FAIL2(tv->adjtimex(bufp), tc[i].exp_err, "adjtimex() error");
102 if (tc[i].exp_err == EPERM)