Home
last modified time | relevance | path

Searched refs:sc_physpath (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/geom/nop/
H A Dg_nop.c238 if (sc->sc_physpath && in g_nop_start()
239 g_handleattr_str(bp, "GEOM::physpath", sc->sc_physpath)) in g_nop_start()
426 sc->sc_physpath = strndup(physpath, MAXPATHLEN, M_GEOM); in g_nop_create()
428 sc->sc_physpath = NULL; in g_nop_create()
478 free(sc->sc_physpath, M_GEOM); in g_nop_create()
494 free(sc->sc_physpath, M_GEOM); in g_nop_providergone()
H A Dg_nop.h75 char *sc_physpath; member