OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:init_seconds
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/i2c/
m41t00.c
308
uint8_t
init_seconds
, final_seconds;
local
356
cmdbuf, 1, &
init_seconds
, 1, 0)) != 0) {
363
init_seconds
= bcdtobin(
init_seconds
& M41T00_SEC_MASK);
390
if ((
init_seconds
!= final_seconds) &&
391
(((
init_seconds
+ 1) % 60) != final_seconds)) {
394
device_xname(sc->sc_dev),
init_seconds
, final_seconds);
max6900.c
339
uint8_t
init_seconds
, final_seconds;
local
398
cmdbuf, 1, &
init_seconds
, 1, 0)) != 0) {
431
if ((
init_seconds
== 59 && final_seconds != 59) ||
432
(
init_seconds
!= 59 && final_seconds !=
init_seconds
+ 1)) {
435
device_xname(sc->sc_dev),
init_seconds
, final_seconds);
Completed in 17 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026