Home
last modified time | relevance | path

Searched refs:ADJ_STATUS (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dadjtimex.c37 tx.status = ADJ_STATUS; in adjtimex_0100()
65 tx.status = ADJ_STATUS; in adjtimex_time64_0100()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dtimex.h36 #define ADJ_STATUS 0x0010 macro
50 #define MOD_STATUS ADJ_STATUS
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dtimex.h36 #define ADJ_STATUS 0x0010 macro
50 #define MOD_STATUS ADJ_STATUS
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dtimex.h36 #define ADJ_STATUS 0x0010 macro
50 #define MOD_STATUS ADJ_STATUS
/third_party/musl/include/sys/
H A Dtimex.h36 #define ADJ_STATUS 0x0010 macro
50 #define MOD_STATUS ADJ_STATUS
/third_party/ltp/include/lapi/
H A Dtimex.h11 ADJ_ESTERROR | ADJ_STATUS | ADJ_TIMECONST | \
/third_party/ltp/testcases/kernel/syscalls/adjtimex/
H A Dadjtimex01.c13 ADJ_STATUS | ADJ_TIMECONST | ADJ_TICK)
H A Dadjtimex02.c27 ADJ_STATUS | ADJ_TIMECONST | ADJ_TICK)
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
H A Dclock_adjtime02.c38 * For ADJ_STATUS, consider the following flags:
239 if (timex_get_field_uint(&saved, ADJ_STATUS) & STA_NANO) in cleanup()
H A Dclock_adjtime.h191 case ADJ_STATUS: \
H A Dclock_adjtime01.c27 * - ADJ_STATUS - clock command/status of ntp implementation
37 * For ADJ_STATUS, consider the following flags:
234 if (timex_get_field_uint(&saved, ADJ_STATUS) & STA_NANO) in cleanup()
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
H A Dleapsec01.c77 tx->modes = ADJ_STATUS; in adjtimex_status()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs642 pub const ADJ_STATUS: ::c_uint = 0x0010; consts
655 pub const MOD_STATUS: ::c_uint = ADJ_STATUS;
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1040 pub const ADJ_STATUS: ::c_uint = 0x0010; consts
1053 pub const MOD_STATUS: ::c_uint = ADJ_STATUS;

Completed in 9 milliseconds