Searched refs:SET_MODE (Results 1 – 3 of 3) sorted by relevance
12 #define SET_MODE (ADJ_OFFSET | ADJ_FREQUENCY | ADJ_MAXERROR | ADJ_ESTERROR | \ macro21 buf->modes = SET_MODE; in verify_adjtimex()24 tst_res(TPASS, "adjtimex() with mode 0x%x ", SET_MODE); in verify_adjtimex()27 SET_MODE); in verify_adjtimex()
31 #define SET_MODE (ADJ_OFFSET | ADJ_FREQUENCY | ADJ_MAXERROR | ADJ_ESTERROR | \ macro56 {.modes = SET_MODE, .exp_err = EPERM},57 {.modes = SET_MODE, .exp_err = EFAULT},150 tim_save->modes = SET_MODE; in cleanup()
2691 CP(SET_MODE, cp_set_mode),