pitch 432 dev/adb/akbd.c mac68k_ring_bell(d->pitch, d->period * hz / 1000, d->volume);
pitch 271 dev/cons.c cnbell(u_int pitch, u_int period, u_int volume)
pitch 276 dev/cons.c (*cn_tab->cn_bell)(cn_tab->cn_dev, pitch, period, volume);
pitch 324 dev/hil/hilkbd.c d->pitch, d->period, d->volume);
pitch 362 dev/hil/hilkbd.c hilkbd_cnbell(void *v, u_int pitch, u_int period, u_int volume)
pitch 367 dev/hil/hilkbd.c pitch, period, volume);
pitch 371 dev/hil/hilkbd.c hilkbd_bell(struct hil_softc *sc, u_int pitch, u_int period, u_int volume)
pitch 182 dev/isa/pcppi.c pcppi_bell(self, pitch, period, slp)
pitch 184 dev/isa/pcppi.c int pitch, period;
pitch 199 dev/isa/pcppi.c if (pitch == 0 || period == 0) {
pitch 205 dev/isa/pcppi.c if (!sc->sc_bellactive || sc->sc_bellpitch != pitch) {
pitch 210 dev/isa/pcppi.c TIMER_DIV(pitch) % 256);
pitch 212 dev/isa/pcppi.c TIMER_DIV(pitch) / 256);
pitch 219 dev/isa/pcppi.c sc->sc_bellpitch = pitch;
pitch 260 dev/isa/pcppi.c pcppi_pckbd_bell(arg, pitch, period, volume, poll)
pitch 262 dev/isa/pcppi.c u_int pitch, period, volume;
pitch 268 dev/isa/pcppi.c pcppi_bell(arg, volume ? pitch : 0, (period * hz) / 1000,
pitch 185 dev/isa/spkr.c playtone(pitch, value, sustain)
pitch 186 dev/isa/spkr.c int pitch, value, sustain;
pitch 196 dev/isa/spkr.c if (pitch == -1)
pitch 198 dev/isa/spkr.c else if (pitch >= 0 &&
pitch 199 dev/isa/spkr.c pitch < (sizeof(pitchtab) / sizeof(pitchtab[0]))) {
pitch 207 dev/isa/spkr.c pitch, sound, silence);
pitch 210 dev/isa/spkr.c tone(pitchtab[pitch], sound);
pitch 222 dev/isa/spkr.c int pitch, lastpitch = OCTAVE_NOTES * DFLT_OCTAVE;
pitch 249 dev/isa/spkr.c pitch = notetab[c - 'A'] + octave * OCTAVE_NOTES;
pitch 253 dev/isa/spkr.c ++pitch;
pitch 257 dev/isa/spkr.c --pitch;
pitch 269 dev/isa/spkr.c if (abs(pitch - lastpitch) >
pitch 270 dev/isa/spkr.c abs(pitch + OCTAVE_NOTES - lastpitch)) {
pitch 272 dev/isa/spkr.c pitch += OCTAVE_NOTES;
pitch 275 dev/isa/spkr.c if (abs(pitch - lastpitch) >
pitch 276 dev/isa/spkr.c abs(pitch - OCTAVE_NOTES - lastpitch)) {
pitch 278 dev/isa/spkr.c pitch -= OCTAVE_NOTES;
pitch 282 dev/isa/spkr.c lastpitch = pitch;
pitch 299 dev/isa/spkr.c playtone(pitch, timeval, sustain);
pitch 332 dev/isa/spkr.c GETNUM(cp, pitch);
pitch 337 dev/isa/spkr.c playtone(pitch - 1, value, sustain);
pitch 2535 dev/pci/bktr/bktr_core.c u_int pitch;
pitch 2580 dev/pci/bktr/bktr_core.c pitch = bktr->video.width;
pitch 2584 dev/pci/bktr/bktr_core.c pitch = cols*Bpp;
pitch 2632 dev/pci/bktr/bktr_core.c target_buffer += interlace * pitch;
pitch 2656 dev/pci/bktr/bktr_core.c target_buffer = buffer+pitch;
pitch 2682 dev/pci/bktr/bktr_core.c target_buffer += interlace * pitch;
pitch 2702 dev/pci/bktr/bktr_core.c u_int pitch;
pitch 2737 dev/pci/bktr/bktr_core.c pitch = bktr->video.width;
pitch 2741 dev/pci/bktr/bktr_core.c pitch = cols*Bpp;
pitch 2771 dev/pci/bktr/bktr_core.c target_buffer += interlace * pitch;
pitch 2805 dev/pci/bktr/bktr_core.c target_buffer = buffer + pitch;
pitch 2831 dev/pci/bktr/bktr_core.c target_buffer += interlace * pitch;
pitch 1082 dev/pci/emuxki.c chan->pitch.initial = 0x0000; /* shouldn't it be 0xE000 ? */
pitch 1083 dev/pci/emuxki.c chan->pitch.current = 0x0000; /* should it be 0x0400 */
pitch 1084 dev/pci/emuxki.c chan->pitch.target = 0x0000; /* the unity pitch shift ? */
pitch 1085 dev/pci/emuxki.c chan->pitch.envelope_amount = 0x00; /* none */
pitch 1176 dev/pci/emuxki.c chan->pitch.target = (srate << 8) / 375;
pitch 1177 dev/pci/emuxki.c chan->pitch.target = (chan->pitch.target >> 1) +
pitch 1178 dev/pci/emuxki.c (chan->pitch.target & 1);
pitch 1179 dev/pci/emuxki.c chan->pitch.target &= 0xffff;
pitch 1180 dev/pci/emuxki.c chan->pitch.current = chan->pitch.target;
pitch 1181 dev/pci/emuxki.c chan->pitch.initial =
pitch 1288 dev/pci/emuxki.c (chan->pitch.envelope_amount << 8) |
pitch 1332 dev/pci/emuxki.c chan->pitch.target);
pitch 1334 dev/pci/emuxki.c chan->pitch.current);
pitch 1335 dev/pci/emuxki.c emuxki_write(sc, chano, EMU_CHAN_IP, chan->pitch.initial);
pitch 167 dev/pci/emuxkivar.h struct emuxki_chanparms_pitch pitch;
pitch 616 dev/pckbc/pckbd.c pckbd_bell(d->pitch, d->period, d->volume, 0);
pitch 629 dev/pckbc/pckbd.c pckbd_bell(pitch, period, volume, poll)
pitch 630 dev/pckbc/pckbd.c u_int pitch, period, volume;
pitch 635 dev/pckbc/pckbd.c (*pckbd_bell_fn)(pckbd_bell_fn_arg, pitch, period,
pitch 706 dev/pckbc/pckbd.c pckbd_cnbell(v, pitch, period, volume)
pitch 708 dev/pckbc/pckbd.c u_int pitch, period, volume;
pitch 711 dev/pckbc/pckbd.c pckbd_bell(pitch, period, volume, 1);
pitch 69 dev/sun/sunkbd.c sunkbd_bell(struct sunkbd_softc *sc, u_int period, u_int pitch, u_int volume)
pitch 75 dev/sun/sunkbd.c if (tadpole_bell(period / 10, pitch, volume) != 0)
pitch 84 dev/sun/sunkbd.c if (pitch == 0 || period == 0) {
pitch 167 dev/sun/sunkbd.c sunkbd_bell(sc, d_bell->period, d_bell->pitch, d_bell->volume);
pitch 129 dev/wscons/wsconsio.h u_int pitch; /* pitch, in Hz */
pitch 498 dev/wscons/wsdisplay_compat_usl.c bd.pitch = PCVT_SYSBEEPF/(d & 0xffff); /* Hz */
pitch 996 dev/wscons/wskbd.c (dstp)->pitch = ((srcp)->which & WSKBD_BELL_DOPITCH) ? \
pitch 997 dev/wscons/wskbd.c (srcp)->pitch : (dfltp)->pitch; \
pitch 1311 dev/wscons/wskbd.c wskbd_cnbell(dev_t dev, u_int pitch, u_int period, u_int volume)
pitch 1318 dev/wscons/wskbd.c (wskbd_console_data.t_consaccesscookie, pitch, period,