Home
last modified time | relevance | path

Searched refs:ADJ_STATUS (Results 1 – 10 of 10) sorted by relevance

/external/strace/xlat/
Dadjtimex_modes.h48 #if defined(ADJ_STATUS) || (defined(HAVE_DECL_ADJ_STATUS) && HAVE_DECL_ADJ_STATUS)
50 static_assert((ADJ_STATUS) == (0x0010), "ADJ_STATUS != 0x0010");
53 # define ADJ_STATUS 0x0010
116 XLAT(ADJ_STATUS),
Dadjtimex_modes.in7 ADJ_STATUS 0x0010
/external/linux-kselftest/tools/testing/selftests/timers/
Dleapcrash.c39 tx.modes = ADJ_STATUS; in clear_time_state()
43 tx.modes = ADJ_STATUS; in clear_time_state()
98 tx.modes = ADJ_STATUS; in main()
Dleap-a-day.c106 tx.modes = ADJ_STATUS; in clear_time_state()
116 tx.modes = ADJ_STATUS; in clear_time_state()
262 tx.modes = ADJ_STATUS; in main()
319 tx.modes = ADJ_STATUS; in main()
Dadjtick.c123 tx1.modes |= ADJ_STATUS; in check_tick_adj()
Dvalid-adjtimex.c56 tx.modes = ADJ_STATUS; in clear_time_state()
/external/kernel-headers/original/uapi/linux/
Dtimex.h102 #define ADJ_STATUS 0x0010 /* clock status */ macro
120 #define MOD_STATUS ADJ_STATUS
/external/ltp/testcases/kernel/syscalls/adjtimex/
Dadjtimex01.c38 ADJ_STATUS | ADJ_TIMECONST | ADJ_TICK)
Dadjtimex02.c97 ADJ_STATUS | ADJ_TIMECONST | ADJ_TICK )
/external/ltp/testcases/kernel/timers/leapsec/
Dleapsec_timer.c90 tx->modes = ADJ_STATUS; in adjtimex_status()