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

  /src/sys/arch/sun2/dev/
if_ec.c 125 void ec_copyin(struct ec_softc *, void *, int, size_t);
141 ec_copyin(struct ec_softc *sc, void *p, int offset, size_t size) function in typeref:typename:void
507 ec_copyin(sc, mtod(m, uint8_t *), buf, length);

Completed in 11 milliseconds