/src/sys/arch/evbppc/pmppc/dev/ |
ds17485.c | 172 static void rtc_attach(device_t, device_t, void *); 178 rtc_match, rtc_attach, NULL, NULL); 190 rtc_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/arm/imx/ |
imx23_rtc.c | 50 static void rtc_attach(device_t, device_t, void *); 61 rtc_attach, 89 rtc_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/sh3/dev/ |
rtc.c | 61 static void rtc_attach(device_t, device_t, void *); 64 rtc_match, rtc_attach, NULL, NULL); 85 rtc_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/x68k/dev/ |
rtclock.c | 61 static void rtc_attach(device_t, device_t, void *); 64 rtc_match, rtc_attach, NULL, NULL); 88 rtc_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|