Searched refs:STA_NANO (Results 1 – 11 of 11) sorted by relevance
97 #if defined(STA_NANO) || (defined(HAVE_DECL_STA_NANO) && HAVE_DECL_STA_NANO)99 static_assert((STA_NANO) == (0x2000), "STA_NANO != 0x2000");102 # define STA_NANO 0x2000144 XLAT(STA_NANO),
14 STA_NANO 0x2000
22 #ifndef STA_NANO23 # define STA_NANO 0x2000 macro
187 #define STA_NANO 0x2000 /* resolution (0 = us, 1 = ns) (ro) */ macro193 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
209 if (saved.status & STA_NANO) in cleanup()
1264 pub const STA_NANO: ::c_int = 0x2000; constant1272 | STA_NANO
1328 pub const STA_NANO: ::c_int = 0x2000; constant1336 | STA_NANO
1383 pub const STA_NANO: ::c_int = 0x2000; constant1391 | STA_NANO
3343 pub const STA_NANO: ::c_int = 0x2000; constant3351 | STA_NANO
47607 * time.c (adjtimex_status): Add STA_NANO, STA_MODE, and STA_CLK.