Searched refs:sc_bufp (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/ct/
H A Dbshwvar.h63 u_int8_t *sc_bufp; member in struct:bshw_softc
H A Dbshw_machdep.c410 bs->sc_bufp = bs->sc_bounce_addr;
412 bcopy(sp->scp_data, bs->sc_bufp, bs->sc_seglen);
437 bs->sc_bufp = NULL;
467 if (bs->sc_bufp != NULL &&
469 bcopy(bs->sc_bufp, sp->scp_data, transbytes);
490 bs->sc_bufp = NULL;

Completed in 64 milliseconds