Home
last modified time | relevance | path

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

/freebsd/sys/geom/
H A Dgeom_dev.c63 struct cdev *sc_alias; member
272 old_alias_dev = sc->sc_alias; in g_dev_set_physpath()
273 alias_devp = (struct cdev **)&sc->sc_alias; in g_dev_set_physpath()
276 } else if (sc->sc_alias) { in g_dev_set_physpath()
277 destroy_dev((struct cdev *)sc->sc_alias); in g_dev_set_physpath()
278 sc->sc_alias = NULL; in g_dev_set_physpath()
295 dev = sc->sc_alias; in g_dev_set_media()
834 sc->sc_alias = NULL; in g_dev_callback()