OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dmatotal
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/isa/
wt.c
140
size_t
dmatotal
; /* size of i/o buffer */
member in struct:wt_softc
752
(sc->
dmatotal
- sc->dmacount) < sc->bsize) {
756
memcpy(sc->dmavaddr, sc->buf, sc->
dmatotal
- sc->dmacount);
774
if (sc->dmacount < sc->
dmatotal
) {
781
if (sc->dmacount > sc->
dmatotal
) /* short last block */
782
sc->dmacount = sc->
dmatotal
;
948
(sc->
dmatotal
- sc->dmacount) < sc->bsize) {
972
sc->
dmatotal
= len;
Completed in 11 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025