Home
last modified time | relevance | path

Searched refs:STA_NANO (Results 1 - 12 of 12) sorted by relevance

/third_party/ltp/include/lapi/
H A Dtimex.h22 #ifndef STA_NANO
23 # define STA_NANO 0x2000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dtimex.h74 #define STA_NANO 0x2000 macro
79 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dtimex.h74 #define STA_NANO 0x2000 macro
79 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dtimex.h74 #define STA_NANO 0x2000 macro
79 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/third_party/musl/include/sys/
H A Dtimex.h74 #define STA_NANO 0x2000 macro
79 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
H A Dclock_adjtime02.c53 * ro STA_NANO - 0 = us, 1 = ns (set = ADJ_NANO, cl = ADJ_MICRO)
239 if (timex_get_field_uint(&saved, ADJ_STATUS) & STA_NANO) in cleanup()
H A Dclock_adjtime01.c52 * ro STA_NANO - 0 = us, 1 = ns (set = ADJ_NANO, cl = ADJ_MICRO)
234 if (timex_get_field_uint(&saved, ADJ_STATUS) & STA_NANO) in cleanup()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs675 pub const STA_NANO: ::c_int = 0x2000; consts
683 | STA_NANO
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1073 pub const STA_NANO: ::c_int = 0x2000; consts
1081 | STA_NANO
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1397 pub const STA_NANO: ::c_int = 0x2000; consts
1405 | STA_NANO
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1839 pub const STA_NANO: ::c_int = 0x2000; consts
1847 | STA_NANO
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4644 pub const STA_NANO: ::c_int = 0x2000; consts
4652 | STA_NANO

Completed in 30 milliseconds