Searched refs:STA_INS (Results 1 - 5 of 5) sorted by relevance

/external/strace/xlat/
H A Dadjtimex_status.h25 #if defined(STA_INS) || (defined(HAVE_DECL_STA_INS) && HAVE_DECL_STA_INS)
26 XLAT(STA_INS),
/external/linux-kselftest/tools/testing/selftests/timers/
H A Dleap-a-day.c115 * and wouldn't clear the STA_INS/DEL flag directly.
274 tx.status = STA_INS;
279 printf("Error: Problem setting STA_INS/STA_DEL!: %s\n",
284 /* Validate STA_INS was set */
287 if (tx.status != STA_INS && tx.status != STA_DEL) {
288 printf("Error: STA_INS/STA_DEL not set!: %s\n",
324 /* Validate STA_INS is still set */
327 if (tx.status != STA_INS && tx.status != STA_DEL) {
328 printf("Something cleared STA_INS/STA_DEL, setting it again.\n");
331 tx.status = STA_INS;
[all...]
H A Dleapcrash.c50 * and wouldn't clear the STA_INS/DEL flag directly.
108 /* hammer on adjtime w/ STA_INS */
112 tx.status = STA_INS;
/external/kernel-headers/original/uapi/linux/
H A Dtimex.h135 #define STA_INS 0x0010 /* insert leap (rw) */ macro
/external/ltp/testcases/kernel/timers/leapsec/
H A Dleapsec_timer.c176 adjtimex_status(&tx, STA_INS);

Completed in 98 milliseconds