OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtc_handle
(Results
1 - 4
of
4
) sorted by null
/external/tlsdate/src/
rtc.h
4
struct
rtc_handle
struct
util.h
76
int (*rtc_open)(struct
rtc_handle
*);
77
int (*rtc_write)(struct
rtc_handle
*, const struct timeval *tv);
78
int (*rtc_read)(struct
rtc_handle
*, struct timeval *tv);
79
int (*rtc_close)(struct
rtc_handle
*);
util.c
215
int rtc_open(struct
rtc_handle
*h)
237
int rtc_write(struct
rtc_handle
*handle, const struct timeval *tv)
267
int rtc_read(struct
rtc_handle
*handle, struct timeval *tv)
295
int rtc_close(struct
rtc_handle
*handle)
297
struct
rtc_handle
*h = handle;
tlsdate.h
175
struct
rtc_handle
hwclock;
Completed in 92 milliseconds