HomeSort by relevance Sort by last modified time
    Searched defs:adjtimex_status (Results 1 - 2 of 2) sorted by null

  /external/strace/xlat/
adjtimex_status.h 1 /* Generated by ./xlat/gen.sh from ./xlat/adjtimex_status.in; do not edit. */
5 extern const struct xlat adjtimex_status[];
12 const struct xlat adjtimex_status[] = { variable in typeref:struct:xlat
  /external/ltp/testcases/kernel/timers/leapsec/
leapsec_timer.c 42 static void adjtimex_status(struct timex *tx, int status);
77 static void adjtimex_status(struct timex *tx, int status) function
172 adjtimex_status(&tx, STA_PLL);
173 adjtimex_status(&tx, 0);
176 adjtimex_status(&tx, STA_INS);
180 adjtimex_status(&tx, tx.status);
186 adjtimex_status(&tx, STA_PLL);
187 adjtimex_status(&tx, 0);

Completed in 61 milliseconds