OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_tpath
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/
cgdvar.h
109
char *
sc_tpath
; /* target device's path */
member in struct:cgd_softc
cgd.c
1377
kmem_free(sc->
sc_tpath
, sc->sc_tpathlen);
1447
sc->
sc_tpath
= NULL;
1453
sc->
sc_tpath
= kmem_alloc(sc->sc_tpathlen, KM_SLEEP);
1454
memcpy(sc->
sc_tpath
, tmppath, sc->sc_tpathlen);
1482
if (ret && sc->
sc_tpath
)
1483
kmem_free(sc->
sc_tpath
, sc->sc_tpathlen);
Completed in 14 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026