/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);
|
/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/strace/ |
print_timex.c | 41 #include "xlat/adjtimex_status.h" 56 printflags(adjtimex_status, tx.status, "STA_???");
|
mpers_xlat.h | 52 extern const struct xlat adjtimex_status[];
|
Makefile | 719 xlat/adjtimex_status.in xlat/advise.in xlat/af_packet_types.in \ [all...] |