Home
last modified time | relevance | path

Searched refs:todinfo_t (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodm5819.c64 static todinfo_t rtc_to_tod(struct rtc_t *);
176 static todinfo_t
179 todinfo_t tod; in rtc_to_tod()
246 todinfo_t tod = utc_to_tod(ts.tv_sec); in todm5819_set()
336 todinfo_t tod; in todm5819_set_power_alarm()
H A Dtodm5819p_rmc.c80 static todinfo_t rtc_to_tod(struct rtc_t *);
191 static todinfo_t
194 todinfo_t tod; in rtc_to_tod()
250 todinfo_t tod = utc_to_tod(ts.tv_sec); in todm5819p_rmc_set()
364 todinfo_t tod; in todm5819p_rmc_set_power_alarm()
H A Dtodmostek.c122 todinfo_t tod; in todm_get()
161 todinfo_t tod = utc_to_tod(ts.tv_sec); in todm_set()
222 todinfo_t tod; in todm_set_power_alarm()
H A Dtodbq4802.c165 todinfo_t tod; in todbq4802_get()
249 todinfo_t tod = utc_to_tod(ts.tv_sec); in todbq4802_set()
319 todinfo_t tod; in todbq4802_set_power_alarm()
H A Dtodds1337.c396 todinfo_t tod; in todds1337_get()
443 todinfo_t tod = utc_to_tod(ts.tv_sec); in todds1337_set()
478 todinfo_t tod; in todds1337_set_power_alarm()
H A Dtodds1287.c825 todinfo_t tod; in todds_get()
952 todinfo_t tod = utc_to_tod(ts.tv_sec); in todds_set()
1071 todinfo_t tod; in todds_set_power_alarm()
H A Drmclomv.c3384 todinfo_t tod; in plat_timesync()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpsm_types.h166 int (*psm_tod_get)(todinfo_t *tod);
167 int (*psm_tod_set)(todinfo_t *tod);
/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h343 } todinfo_t; typedef
357 extern todinfo_t utc_to_tod(time_t);
358 extern time_t tod_to_utc(todinfo_t);
/illumos-gate/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c134 todinfo_t tod = utc_to_tod(ts.tv_sec - ggmtl()); in todpc_set()
175 todinfo_t tod; in todpc_get()
/illumos-gate/usr/src/uts/i86xpv/io/
H A Dxpvtod.c46 todinfo_t tod; in todxen_get()
/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c1391 todinfo_t saved_tod;
1394 todinfo_t
1398 todinfo_t tod; in utc_to_tod()
1442 tod_to_utc(todinfo_t tod) in tod_to_utc()
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge_osdep.h159 todinfo_t todinfo = utc_to_tod(ddi_get_time()); \
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_init.c2032 todinfo_t tod; in update_time()