OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_copybuf
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/x68k/dev/
fd.c
250
uint8_t *
sc_copybuf
; /* for secsize >=3 */
member in struct:fd_softc
654
fd->
sc_copybuf
= malloc(PAGE_SIZE, M_DEVBUF, M_WAITOK);
655
if (fd->
sc_copybuf
== 0)
1325
fdc_dmastart(fdc, B_READ, fd->
sc_copybuf
, 1024);
1368
memcpy((char *)bp->b_data + fd->sc_skip, fd->
sc_copybuf
1374
memcpy((char *)fd->
sc_copybuf
1377
fdc_dmastart(fdc, read, fd->
sc_copybuf
, 1024);
Completed in 15 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025