OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_tpathlen
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/
cgdvar.h
112
size_t
sc_tpathlen
; /* length of prior string */
member in struct:cgd_softc
cgd.c
1377
kmem_free(sc->sc_tpath, sc->
sc_tpathlen
);
1450
ret = copyinstr(cpath, tmppath, MAXPATHLEN, &sc->
sc_tpathlen
);
1453
sc->sc_tpath = kmem_alloc(sc->
sc_tpathlen
, KM_SLEEP);
1454
memcpy(sc->sc_tpath, tmppath, sc->
sc_tpathlen
);
1483
kmem_free(sc->sc_tpath, sc->
sc_tpathlen
);
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025