Home
last modified time | relevance | path

Searched refs:STA_INS (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dadjtimex_status.h34 #if defined(STA_INS) || (defined(HAVE_DECL_STA_INS) && HAVE_DECL_STA_INS)
36 static_assert((STA_INS) == (0x0010), "STA_INS != 0x0010");
39 # define STA_INS 0x0010
135 XLAT(STA_INS),
Dadjtimex_status.in5 STA_INS 0x0010
/external/linux-kselftest/tools/testing/selftests/timers/
Dleap-a-day.c264 tx.status = STA_INS; in main()
277 if (tx.status != STA_INS && tx.status != STA_DEL) { in main()
317 if (tx.status != STA_INS && tx.status != STA_DEL) { in main()
321 tx.status = STA_INS; in main()
Dleapcrash.c99 tx.status = STA_INS; in main()
/external/kernel-headers/original/uapi/linux/
Dtimex.h135 #define STA_INS 0x0010 /* insert leap (rw) */ macro
/external/ltp/testcases/kernel/timers/leapsec/
Dleapsec_timer.c176 adjtimex_status(&tx, STA_INS); in run_leapsec()