pckbd_bell_fn     173 dev/pckbc/pckbd.c void	(*pckbd_bell_fn)(void *, u_int, u_int, u_int, int);
pckbd_bell_fn     634 dev/pckbc/pckbd.c 	if (pckbd_bell_fn != NULL)
pckbd_bell_fn     635 dev/pckbc/pckbd.c 		(*pckbd_bell_fn)(pckbd_bell_fn_arg, pitch, period,
pckbd_bell_fn     645 dev/pckbc/pckbd.c 	if (pckbd_bell_fn == NULL) {
pckbd_bell_fn     646 dev/pckbc/pckbd.c 		pckbd_bell_fn = fn;