Searched refs:centisecs (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/speaker/
H A Dspkr.c56 static void tone(unsigned int thz, unsigned int centisecs);
57 static void rest(int centisecs);
63 * Emit tone of frequency thz for given number of centisecs
66 tone(unsigned int thz, unsigned int centisecs) argument
74 (void) printf("tone: thz=%d centisecs=%d\n", thz, centisecs);
95 timo = centisecs * hz / 100;
104 * Rest for given number of centisecs
107 rest(int centisecs) argument
117 (void) printf("rest: %d\n", centisecs);
[all...]

Completed in 40 milliseconds