Searched refs:sc_root_token (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/pccbb/
H A Dpccbbvar.h88 struct root_hold_token *sc_root_token; member in struct:cbb_softc
H A Dpccbb.c495 if (sc->sc_root_token) {
496 root_mount_rel(sc->sc_root_token);
497 sc->sc_root_token = NULL;
H A Dpccbb_pci.c416 sc->sc_root_token = root_mount_hold(device_get_nameunit(sc->dev));

Completed in 98 milliseconds