Home
last modified time | relevance | path

Searched refs:rtc_t (Results 1 – 16 of 16) sorted by last modified time

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_output.c2065 rtc_t rtc; in ip_postfrag_loopback()
H A Dip_input.c204 rtc_t rtc; in ip_input_common_v4()
428 ip_recv_attr_t *ira, rtc_t *rtc) in ill_input_full_v4()
559 ip_recv_attr_t *ira, rtc_t *rtc) in ill_input_short_v4()
H A Dip6_input.c200 rtc_t rtc; in ip_input_common_v6()
410 ip_recv_attr_t *ira, rtc_t *rtc) in ill_input_full_v6()
516 ip_recv_attr_t *ira, rtc_t *rtc) in ill_input_short_v6()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1319 } rtc_t; typedef
1329 rtc_t *);
3266 ip_recv_attr_t *, rtc_t *);
3268 ip_recv_attr_t *, rtc_t *);
3270 ip_recv_attr_t *, rtc_t *);
3272 ip_recv_attr_t *, rtc_t *);
/illumos-gate/usr/src/uts/common/sys/
H A Drtc.h102 struct rtc_t { /* registers 0x0 to 0xD, 0x32 */ struct
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dtodbq4802.h98 struct rtc_t { struct
H A Dtodds1287.h158 struct rtc_t { struct
H A Dtodds1337.h44 struct rtc_t { struct
117 struct rtc_t rtc;
H A Dtodm5819.h138 struct rtc_t { struct
H A Dtodm5819p.h113 struct rtc_t { struct
/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodbq4802.c94 static void read_rtc(struct rtc_t *);
95 static void write_rtc_time(struct rtc_t *);
96 static void write_rtc_alarm(struct rtc_t *);
166 struct rtc_t rtc; in todbq4802_get()
212 read_rtc(struct rtc_t *rtc) in read_rtc()
248 struct rtc_t rtc; in todbq4802_set()
279 write_rtc_time(struct rtc_t *rtc) in write_rtc_time()
305 write_rtc_alarm(struct rtc_t *rtc) in write_rtc_alarm()
321 struct rtc_t rtc; in todbq4802_set_power_alarm()
H A Dtodds1287.c101 static void read_rtc(struct rtc_t *);
102 static void write_rtc_time(struct rtc_t *);
103 static void write_rtc_alarm(struct rtc_t *);
826 struct rtc_t rtc; in todds_get()
862 read_rtc(struct rtc_t *rtc) in read_rtc()
951 struct rtc_t rtc; in todds_set()
974 write_rtc_time(struct rtc_t *rtc) in write_rtc_time()
1034 write_rtc_alarm(struct rtc_t *rtc) in write_rtc_alarm()
1073 struct rtc_t rtc; in todds_set_power_alarm()
H A Dtodds1337.c72 static int todds1337_prom_getdate(struct rtc_t *rtc);
73 static int todds1337_prom_setdate(struct rtc_t *rtc);
78 static int todds1337_read_rtc(struct rtc_t *);
79 static int todds1337_write_rtc(struct rtc_t *);
93 static struct rtc_t soft_rtc;
221 (void) todds1337_read_rtc((struct rtc_t *)arg); in todds1337_cyclic()
397 struct rtc_t rtc; in todds1337_get()
442 struct rtc_t rtc; in todds1337_set()
733 todds1337_read_rtc(struct rtc_t *rtc) in todds1337_read_rtc()
823 todds1337_write_rtc(struct rtc_t *rtc) in todds1337_write_rtc()
[all …]
H A Dtodm5819.c64 static todinfo_t rtc_to_tod(struct rtc_t *);
65 static uint_t read_rtc(struct rtc_t *);
66 static void write_rtc_time(struct rtc_t *);
67 static void write_rtc_alarm(struct rtc_t *);
144 struct rtc_t rtc; in todm5819_get()
177 rtc_to_tod(struct rtc_t *rtc) in rtc_to_tod()
197 read_rtc(struct rtc_t *rtc) in read_rtc()
245 struct rtc_t rtc; in todm5819_set()
268 write_rtc_time(struct rtc_t *rtc) in write_rtc_time()
322 write_rtc_alarm(struct rtc_t *rtc) in write_rtc_alarm()
[all …]
H A Dtodm5819p_rmc.c80 static todinfo_t rtc_to_tod(struct rtc_t *);
81 static void read_rtc(struct rtc_t *);
82 static void write_rtc_time(struct rtc_t *);
83 static void write_rtc_alarm(struct rtc_t *);
142 struct rtc_t rtc; in todm5819p_rmc_get()
192 rtc_to_tod(struct rtc_t *rtc) in rtc_to_tod()
212 read_rtc(struct rtc_t *rtc) in read_rtc()
249 struct rtc_t rtc; in todm5819p_rmc_set()
285 write_rtc_time(struct rtc_t *rtc) in write_rtc_time()
345 write_rtc_alarm(struct rtc_t *rtc) in write_rtc_alarm()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c135 struct rtc_t rtc; in todpc_set()
176 struct rtc_t rtc; in todpc_get()
238 struct rtc_t rtc; in todpc_setalarm()
393 ((struct rtc_t *)buf)->rtc_century = inb(RTC_DATA); in todpc_rtcget()
397 ((struct rtc_t *)buf)->rtc_adom = inb(RTC_DATA) & 0x3f; in todpc_rtcget()
401 ((struct rtc_t *)buf)->rtc_amon = inb(RTC_DATA); in todpc_rtcget()
406 if (reg != ((struct rtc_t *)buf)->rtc_sec || in todpc_rtcget()
407 (((struct rtc_t *)buf)->rtc_statusa & RTC_UIP)) in todpc_rtcget()
443 outb(RTC_DATA, ((struct rtc_t *)buf)->rtc_century); in todpc_rtcput()
449 tmp |= ((struct rtc_t *)buf)->rtc_adom & ~RTC_VRT; in todpc_rtcput()
[all …]