Home
last modified time | relevance | path

Searched refs:TIME_ERROR (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.h86 #define TIME_ERROR 5 macro
87 #define TIME_BAD TIME_ERROR
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dtimex.h86 #define TIME_ERROR 5 macro
87 #define TIME_BAD TIME_ERROR
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dtimex.h86 #define TIME_ERROR 5 macro
87 #define TIME_BAD TIME_ERROR
/third_party/musl/include/sys/
H A Dtimex.h86 #define TIME_ERROR 5 macro
87 #define TIME_BAD TIME_ERROR
/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.rs692 pub const TIME_ERROR: ::c_int = 5; consts
693 pub const TIME_BAD: ::c_int = TIME_ERROR;
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1090 pub const TIME_ERROR: ::c_int = 5; consts
1091 pub const TIME_BAD: ::c_int = TIME_ERROR;
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1413 pub const TIME_ERROR: ::c_int = 5; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1855 pub const TIME_ERROR: ::c_int = 5; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2492 pub const TIME_ERROR: i32 = 5; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4660 pub const TIME_ERROR: ::c_int = 5; consts

Completed in 39 milliseconds