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

  /src/sys/arch/mips/atheros/dev/
athflash.c 120 static int is_block_same(struct flash_softc *, bus_size_t, const void *);
336 if (is_block_same(sc, off, sc->sc_buf))
351 is_block_same(struct flash_softc *sc, bus_size_t offset, const void *bufp) function in typeref:typename:int
  /src/sys/arch/hpcmips/vr/
flash_vrip.c 68 static int is_block_same(struct flash_softc *, bus_size_t, const void *);
392 if (is_block_same(sc, off, sc->sc_buf))
490 is_block_same(struct flash_softc *sc, bus_size_t offset, const void *bufp) function in typeref:typename:int

Completed in 13 milliseconds