Home
last modified time | relevance | path

Searched refs:set_time_msg (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodm5819p_rmc.c253 dp_set_date_time_t set_time_msg; in todm5819p_rmc_set() local
270 set_time_msg.year = year - 1900; in todm5819p_rmc_set()
271 set_time_msg.month = tod.tod_month - 1; in todm5819p_rmc_set()
272 set_time_msg.day = tod.tod_day; in todm5819p_rmc_set()
273 set_time_msg.hour = tod.tod_hour; in todm5819p_rmc_set()
274 set_time_msg.minute = tod.tod_min; in todm5819p_rmc_set()
275 set_time_msg.second = tod.tod_sec; in todm5819p_rmc_set()
278 request.msg_len = sizeof (set_time_msg); in todm5819p_rmc_set()
279 request.msg_buf = (caddr_t)&set_time_msg; in todm5819p_rmc_set()
H A Drmclomv.c3386 dp_set_date_time_t set_time_msg; in plat_timesync() local
3422 set_time_msg.year = tod.tod_year; in plat_timesync()
3423 set_time_msg.month = tod.tod_month - 1; in plat_timesync()
3424 set_time_msg.day = tod.tod_day; in plat_timesync()
3425 set_time_msg.hour = tod.tod_hour; in plat_timesync()
3426 set_time_msg.minute = tod.tod_min; in plat_timesync()
3427 set_time_msg.second = tod.tod_sec; in plat_timesync()
3430 request.msg_len = sizeof (set_time_msg); in plat_timesync()
3431 request.msg_buf = (caddr_t)&set_time_msg; in plat_timesync()