Home
last modified time | relevance | path

Searched refs:tod_month (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodm5819p_rmc.c201 tod.tod_month = rtc->rtc_mon; in rtc_to_tod()
261 rtc.rtc_mon = (uint8_t)tod.tod_month; in todm5819p_rmc_set()
271 set_time_msg.month = tod.tod_month - 1; in todm5819p_rmc_set()
H A Dtodmostek.c131 tod.tod_month = BCD_TO_BYTE(CLOCK->clk_month & 0x1f); in todm_get()
167 CLOCK->clk_month = BYTE_TO_BCD(tod.tod_month); in todm_set()
H A Dtodm5819.c186 tod.tod_month = rtc->rtc_mon; in rtc_to_tod()
255 rtc.rtc_mon = (uint8_t)tod.tod_month; in todm5819_set()
H A Dtodbq4802.c180 tod.tod_month = rtc.rtc_mon; in todbq4802_get()
258 rtc.rtc_mon = (uint8_t)tod.tod_month; in todbq4802_set()
H A Dtodds1287.c839 tod.tod_month = rtc.rtc_mon; in todds_get()
961 rtc.rtc_mon = (uint8_t)tod.tod_month; in todds_set()
1095 rtc.rtc_amon = (uint8_t)tod.tod_month; in todds_set_power_alarm()
1099 rtc.apc_wmr = (uint8_t)tod.tod_month; in todds_set_power_alarm()
H A Dtodds1337.c418 tod.tod_month = rtc.rtc_mon; in todds1337_get()
460 rtc.rtc_mon = (uint8_t)tod.tod_month; in todds1337_set()
H A Drmclomv.c3423 set_time_msg.month = tod.tod_month - 1; in plat_timesync()
/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c1434 tod.tod_month = month & 15; in utc_to_tod()
1446 int month = tod.tod_month + ((year & 3) << 4); in tod_to_utc()
1469 if (month_warn && (tod.tod_month < 1 || tod.tod_month > 12)) { in tod_to_utc()
1473 tod.tod_month); in tod_to_utc()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c154 rtc.rtc_mon = BYTE_TO_BCD(tod.tod_month); in todpc_set()
213 tod.tod_month = BCD_TO_BYTE(rtc.rtc_mon); in todpc_get()
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge_osdep.h161 todinfo.tod_day, todinfo.tod_month, \
/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h341 int tod_month; /* month 1-12 */ member
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_clnt.c521 tm->tm_mon = tod->tod_month - 1; in srvsvc_net_remote_tod()
H A Dsrvsvc_svc.c1876 tod->tod_month = tm.tm_mon+1; in srvsvc_s_NetRemoteTOD()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_init.c2052 ht->time[4] = BIN2BCD(tod.tod_month); /* Month */ in update_time()
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsrvsvc.ndl1231 DWORD tod_month;