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

/netbsd-6-1-5-RELEASE/sys/dev/
H A Daudiovar.h203 u_long sc_wstamp; /* # of bytes read with read(2) */ member in struct:audio_softc
H A Daudio.c1767 sc->sc_wstamp = sc->sc_pr.stamp;
1919 cc = sc->sc_pr.stamp - sc->sc_wstamp;
1923 sc->sc_pr.stamp, sc->sc_wstamp));
1938 sc->sc_wstamp += cc;
2560 sc->sc_pr.stamp > sc->sc_wstamp :
2610 kn->kn_data = sc->sc_pr.stamp - sc->sc_wstamp;

Completed in 181 milliseconds