HomeSort by: relevance | last modified time | path
    Searched defs:last_pitch (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sandpoint/isa/
isaclock.c 164 static int last_pitch; local in function:sysbeep
177 last_pitch = 0;
180 if (!beeping || last_pitch != pitch) {
189 last_pitch = pitch;
  /src/sys/arch/arc/isa/
isabus.c 545 static int last_pitch, last_period; local in function:sysbeep
553 if (!beeping || last_pitch != pitch) {
562 last_pitch = pitch;

Completed in 11 milliseconds