Home
last modified time | relevance | path

Searched refs:memcopyin (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/ic/
H A Di82596var.h206 void (*memcopyin)(struct ie_softc *, void *, int, size_t); member
H A Di82596.c972 (sc->memcopyin)(sc, &eh, IE_RBUF_ADDR(sc, head), in i82596_get()
1038 (sc->memcopyin)(sc, mtod(m, caddr_t) + thismboff, off, len); in i82596_get()
/openbsd/sys/arch/hppa/gsc/
H A Dif_ie_gsc.c349 sc->memcopyin = ie_gsc_memcopyin;