Home
last modified time | relevance | path

Searched refs:ADJ_STATUS (Results 1 – 12 of 12) 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.h143 #define ADJ_STATUS 0x0010 /* clock status */ macro
161 #define MOD_STATUS ADJ_STATUS
/external/ltp/include/lapi/
Dtimex.h11 ADJ_ESTERROR | ADJ_STATUS | ADJ_TIMECONST | \
/external/ltp/testcases/kernel/syscalls/adjtimex/
Dadjtimex01.c13 ADJ_STATUS | ADJ_TIMECONST | ADJ_TICK)
Dadjtimex02.c15 ADJ_STATUS | ADJ_TIMECONST | ADJ_TICK )
/external/ltp/testcases/kernel/syscalls/clock_gettime/
Dleapsec01.c77 tx->modes = ADJ_STATUS; in adjtimex_status()
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1231 pub const ADJ_STATUS: ::c_uint = 0x0010; constant
1244 pub const MOD_STATUS: ::c_uint = ADJ_STATUS;