HomeSort by: relevance | last modified time | path
    Searched defs:flash_erase (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/flash/
flash.c 412 err = flash_erase(sc->sc_dev, &ei);
533 flash_erase(device_t self, struct flash_erase_instruction * const ei) function
  /src/external/gpl3/gdb/dist/gdb/
target-delegates-gen.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) function in class:target_ops
2471 this->beneath ()->flash_erase (arg0, arg1);
2475 dummy_target::flash_erase (ULONGEST arg0, LONGEST arg1) function in class:dummy_target
2481 debug_target::flash_erase (ULONGEST arg0, LONGEST arg1) function in class:debug_target
2483 target_debug_printf_nofunc ("-> %s->flash_erase (...)", this->beneath ()->shortname ());
2484 this->beneath ()->flash_erase (arg0, arg1);
2485 target_debug_printf_nofunc ("<- %s->flash_erase (%s, %s)",
  /src/external/gpl3/gdb.old/dist/gdb/
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) function in class:target_ops
2471 this->beneath ()->flash_erase (arg0, arg1);
2475 dummy_target::flash_erase (ULONGEST arg0, LONGEST arg1) function in class:dummy_target
2481 debug_target::flash_erase (ULONGEST arg0, LONGEST arg1) function in class:debug_target
2483 target_debug_printf_nofunc ("-> %s->flash_erase (...)", this->beneath ()->shortname ());
2484 this->beneath ()->flash_erase (arg0, arg1);
2485 target_debug_printf_nofunc ("<- %s->flash_erase (%s, %s)",

Completed in 103 milliseconds