the_beep           47 kern/dev/generic/beep.c static struct beep_softc *the_beep = NULL;
the_beep           57 kern/dev/generic/beep.c 	KASSERT(the_beep==NULL);
the_beep           58 kern/dev/generic/beep.c 	the_beep = bs;
the_beep           65 kern/dev/generic/beep.c 	if (the_beep!=NULL) {
the_beep           66 kern/dev/generic/beep.c 		the_beep->bs_beep(the_beep->bs_devdata);