OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cachep
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amiga/dev/
fd.c
154
void *
cachep
; /* cached track data (write through) */
member in struct:fd_softc
485
if (sc->
cachep
== NULL)
486
sc->
cachep
= malloc(MAXTRKSZ, M_DEVBUF, M_WAITOK);
1559
data = sc->
cachep
;
1733
dp = sc->
cachep
;
1837
dp = sc->
cachep
;
1870
cp = sc->
cachep
;
1957
cp = sc->
cachep
;
fd.c
154
void *
cachep
; /* cached track data (write through) */
member in struct:fd_softc
485
if (sc->
cachep
== NULL)
486
sc->
cachep
= malloc(MAXTRKSZ, M_DEVBUF, M_WAITOK);
1559
data = sc->
cachep
;
1733
dp = sc->
cachep
;
1837
dp = sc->
cachep
;
1870
cp = sc->
cachep
;
1957
cp = sc->
cachep
;
Completed in 25 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025