OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ADJ_SETOFFSET
(Results
1 - 5
of
5
) sorted by null
/external/linux-kselftest/tools/testing/selftests/timers/
valid-adjtimex.c
40
#define
ADJ_SETOFFSET
0x0100
201
tmx.modes =
ADJ_SETOFFSET
;
236
tmx.modes =
ADJ_SETOFFSET
;
253
printf("Testing
ADJ_SETOFFSET
... ");
freq-step.c
36
#ifndef
ADJ_SETOFFSET
37
#define
ADJ_SETOFFSET
0x0100
92
txc.modes =
ADJ_SETOFFSET
;
/external/linux-kselftest/tools/testing/selftests/ptp/
testptp.c
43
#ifndef
ADJ_SETOFFSET
44
#define
ADJ_SETOFFSET
0x0100
304
tx.modes =
ADJ_SETOFFSET
;
/bionic/libc/kernel/uapi/linux/
timex.h
63
#define
ADJ_SETOFFSET
0x0100
/external/kernel-headers/original/uapi/linux/
timex.h
76
struct timeval time; /* (read only, except for
ADJ_SETOFFSET
) */
105
#define
ADJ_SETOFFSET
0x0100 /* add 'time' to current time */
Completed in 3139 milliseconds