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

  /src/sys/dev/flash/
flash_io.c 58 void flash_io_done(struct flash_io *, struct buf *, int);
163 flash_io_done(fio, bp, ENODEV);
270 flash_io_done(fio, bp, error);
323 flash_io_done(fio, bp, error);
349 flash_io_done(struct flash_io *fio, struct buf *bp, int error) function in typeref:typename:void

Completed in 13 milliseconds