choke
void choke(int) __dead;
signal(SIGHUP, choke);
signal(SIGINT, choke);
bcsp_set_choke(struct bcsp_softc *sc, bool choke)
DPRINTFN(2, ("%s: mux set choke=%d\n", device_xname(sc->sc_dev), choke));
sc->sc_mux_choke = choke;
bth5_set_choke(struct bth5_softc *sc, bool choke)
DPRINTFN(2, ("%s: mux set choke=%d\n", device_xname(sc->sc_dev), choke));
sc->sc_mux_choke = choke;