/src/sys/arch/evbppc/pmppc/dev/ |
flash.c | 52 static void flash_attach(device_t, device_t, void *); 55 flash_match, flash_attach, NULL, NULL); 66 flash_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/mips/atheros/dev/ |
athflash.c | 118 static void flash_attach(device_t, device_t, void *); 129 flash_probe, flash_attach, NULL, NULL); 204 flash_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/dev/flash/ |
flash.c | 84 void flash_attach(device_t parent, device_t self, void *aux); 88 flash_match, flash_attach, flash_detach, NULL); 132 flash_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/hpcmips/vr/ |
flash_vrip.c | 62 static void flash_attach(device_t, device_t, void *); 79 flash_probe, flash_attach, NULL, NULL); 210 flash_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|