Searched refs:flash_erase (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/sys/dev/flash/ |
| D | flash.h | 131 int flash_erase(device_t, struct flash_erase_instruction *);
|
| D | flash.c | 412 err = flash_erase(sc->sc_dev, &ei); in flashioctl() 533 flash_erase(device_t self, struct flash_erase_instruction * const ei) in flash_erase() function
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | target-delegates.c | 120 void flash_erase (ULONGEST arg0, LONGEST arg1) override; 297 void flash_erase (ULONGEST arg0, LONGEST arg1) override; 2469 target_ops::flash_erase (ULONGEST arg0, LONGEST arg1) in flash_erase() function 2471 this->beneath ()->flash_erase (arg0, arg1); in flash_erase() 2475 dummy_target::flash_erase (ULONGEST arg0, LONGEST arg1) in flash_erase() function 2481 debug_target::flash_erase (ULONGEST arg0, LONGEST arg1) in flash_erase() function 2484 this->beneath ()->flash_erase (arg0, arg1); in flash_erase()
|
| D | target.h | 873 virtual void flash_erase (ULONGEST address, LONGEST length)
|
| D | target.c | 1901 current_inferior ()->top_target ()->flash_erase (address, length); in target_flash_erase()
|
| D | remote.c | 950 void flash_erase (ULONGEST address, LONGEST length) override; 9819 remote_target::flash_erase (ULONGEST address, LONGEST length) in flash_erase() function
|
| /netbsd/src/sys/ufs/chfs/ |
| D | ebh.c | 974 err = flash_erase(ebh->flash_dev, ei); in free_peb()
|