/src/sys/arch/arm/imx/ |
imx51_wdog.c | 56 wdog_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/evbmips/atheros/ |
wdog.c | 98 static void wdog_attach(device_t, device_t, void *); 111 wdog_match, wdog_attach, NULL, NULL); 121 wdog_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/powerpc/ibm4xx/dev/ |
wdog.c | 61 static void wdog_attach(device_t, device_t, void *); 73 wdog_match, wdog_attach, NULL, NULL); 88 wdog_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|