Searched refs:flash_erase (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/dev/flash/
H A Dflash.h131 int flash_erase(device_t, struct flash_erase_instruction *);
H A Dflash.c412 err = flash_erase(sc->sc_dev, &ei);
533 flash_erase(device_t self, struct flash_erase_instruction * const ei) function
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-delegates.c98 void flash_erase (ULONGEST arg0, LONGEST arg1) override;
269 void flash_erase (ULONGEST arg0, LONGEST arg1) override;
2494 target_ops::flash_erase (ULONGEST arg0, LONGEST arg1) function in class:target_ops
2496 this->beneath ()->flash_erase (arg0, arg1);
2500 dummy_target::flash_erase (ULONGEST arg0, LONGEST arg1) function in class:dummy_target
2506 debug_target::flash_erase (ULONGEST arg0, LONGEST arg1) function in class:debug_target
2508 fprintf_unfiltered (gdb_stdlog, "-> %s->flash_erase (...)\n", this->beneath ()->shortname ());
2509 this->beneath ()->flash_erase (arg0, arg1);
2510 fprintf_unfiltered (gdb_stdlog, "<- %s->flash_erase (", this->beneath ()->shortname ());
H A Dtarget.h810 virtual void flash_erase (ULONGEST address, LONGEST length)
H A Dtarget.c1360 current_top_target ()->flash_erase (address, length);
H A Dremote.c530 void flash_erase (ULONGEST address, LONGEST length) override;
9040 remote_target::flash_erase (ULONGEST address, LONGEST length)
9028 remote_target::flash_erase (ULONGEST address, LONGEST length) function in class:remote_target
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-delegates.c118 void flash_erase (ULONGEST arg0, LONGEST arg1) override;
292 void flash_erase (ULONGEST arg0, LONGEST arg1) override;
2528 target_ops::flash_erase (ULONGEST arg0, LONGEST arg1) function in class:target_ops
2530 this->beneath ()->flash_erase (arg0, arg1);
2534 dummy_target::flash_erase (ULONGEST arg0, LONGEST arg1) function in class:dummy_target
2540 debug_target::flash_erase (ULONGEST arg0, LONGEST arg1) function in class:debug_target
2542 gdb_printf (gdb_stdlog, "-> %s->flash_erase (...)\n", this->beneath ()->shortname ());
2543 this->beneath ()->flash_erase (arg0, arg1);
2544 gdb_printf (gdb_stdlog, "<- %s->flash_erase (", this->beneath ()->shortname ());
H A Dtarget.h832 virtual void flash_erase (ULONGEST address, LONGEST length)
H A Dtarget.c1910 current_inferior ()->top_target ()->flash_erase (address, length);
H A Dremote.c526 void flash_erase (ULONGEST address, LONGEST length) override;
9381 remote_target::flash_erase (ULONGEST address, LONGEST length)
/netbsd-current/sys/ufs/chfs/
H A Debh.c974 err = flash_erase(ebh->flash_dev, ei);

Completed in 657 milliseconds