OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:todr_handle
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/hp300/dev/
rtc.c
96
struct todr_chip_handle *
todr_handle
;
local in function:rtcattach
110
todr_handle
= &sc->sc_handle;
111
todr_handle
->todr_dev = self;
112
todr_handle
->todr_gettime_ymdhms = rtc_gettime_ymdhms;
113
todr_handle
->todr_settime_ymdhms = rtc_settime_ymdhms;
115
todr_attach(
todr_handle
);
/src/sys/arch/vax/vax/
clock.c
55
static struct todr_chip_handle
todr_handle
= {
variable in typeref:struct:todr_chip_handle
150
todr_attach(&
todr_handle
);
/src/sys/kern/
kern_todr.c
91
static todr_chip_handle_t
todr_handle
;
variable in typeref:typename:todr_chip_handle_t
175
* Attach the clock device to
todr_handle
.
193
if (
todr_handle
) {
198
todr_handle
= todr;
247
if (
todr_handle
)
248
todr_handle
->todr_base_time = base;
252
if ((
todr_handle
== NULL) ||
253
(todr_gettime(
todr_handle
, &tv) != 0) ||
256
if (
todr_handle
!= NULL)
339
if (
todr_handle
)
[
all
...]
Completed in 16 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025