Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pccbb/
H A Dpccbbvar.h88 struct root_hold_token *sc_root_token; member
H A Dpccbb.c496 if (sc->sc_root_token) { in cbb_event_thread()
497 root_mount_rel(sc->sc_root_token); in cbb_event_thread()
498 sc->sc_root_token = NULL; in cbb_event_thread()
H A Dpccbb_pci.c417 sc->sc_root_token = root_mount_hold(device_get_nameunit(sc->dev)); in cbb_pci_attach()