bell_softc
void bell_on(struct bell_softc *);
void bell_off(struct bell_softc *);
struct bell_softc *sc;
size = num * sizeof(struct bell_softc);
bell_softc = malloc(size, M_DEVBUF, M_WAITOK | M_ZERO);
sc = &bell_softc[unit];
struct bell_softc *sc = &bell_softc[unit];
struct bell_softc *sc = &bell_softc[unit];
struct bell_softc *sc = &bell_softc[unit];
bell_on(struct bell_softc *sc)
bell_off(struct bell_softc *sc)
struct bell_softc *sc = &bell_softc[0];
struct bell_softc *sc = &bell_softc[0];
struct bell_softc *sc = &bell_softc[0];
struct bell_softc *sc = &bell_softc[0];
struct bell_softc *sc = &bell_softc[0];
struct bell_softc *bell_softc;