Searched refs:sc_physpath (Results 1 – 2 of 2) sorted by relevance
238 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()
75 char *sc_physpath; member