OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:todr_settime
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/
clock_subr.h
74
*
todr_settime
: set time-of-day clock from a `struct timeval'
88
int (*
todr_settime
)(struct todr_chip_handle *, struct timeval *);
member in struct:todr_chip_handle
/src/sys/kern/
kern_todr.c
88
static int
todr_settime
(todr_chip_handle_t, struct timeval *);
340
if (
todr_settime
(todr_handle, &tv) != 0)
494
todr_settime
(todr_chip_handle_t tch, struct timeval *tvp)
function in typeref:typename:int
498
if (tch->
todr_settime
) {
502
rv = tch->
todr_settime
(tch, ©);
Completed in 10 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025