Searched refs:ec_copyin (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/arch/sun2/dev/ |
| D | 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) in ec_copyin() function 507 ec_copyin(sc, mtod(m, uint8_t *), buf, length); in ec_recv()
|