Home
last modified time | relevance | path

Searched refs:TIME_OK (Results 1 - 13 of 13) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/adjtimex/
H A Dadjtimex01.c23 if ((TST_RET >= TIME_OK) && (TST_RET <= TIME_ERROR)) { in verify_adjtimex()
32 if ((TST_RET >= TIME_OK) && (TST_RET <= TIME_ERROR)) { in verify_adjtimex()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dtimex.h81 #define TIME_OK 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dtimex.h81 #define TIME_OK 0 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dtimex.h81 #define TIME_OK 0 macro
/third_party/musl/include/sys/
H A Dtimex.h81 #define TIME_OK 0 macro
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
H A Dclock_adjtime02.c210 if (rval != TIME_OK && rval != TIME_ERROR) { in setup()
H A Dclock_adjtime01.c197 if (rval != TIME_OK && rval != TIME_ERROR) { in setup()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs687 pub const TIME_OK: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1085 pub const TIME_OK: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1408 pub const TIME_OK: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1850 pub const TIME_OK: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2487 pub const TIME_OK: i32 = 0; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4655 pub const TIME_OK: ::c_int = 0; consts

Completed in 39 milliseconds