Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
DT_MONTHS
drivers/rtc/rtc-pcf85363.c
173
tm->tm_mon = bcd2bin(buf[DT_MONTHS]) - 1;
drivers/rtc/rtc-pcf85363.c
194
buf[DT_MONTHS] = bin2bcd(tm->tm_mon + 1);