tag | line | file | source code |
---|---|---|---|
bell_duration | 1146 | drivers/char/console.c | bell_duration = (par[1] < 2000) ? |
bell_duration | 1149 | drivers/char/console.c | bell_duration = HZ/8; |
bell_duration | 1322 | drivers/char/console.c | bell_duration = HZ/8; |
bell_duration | 1478 | drivers/char/console.c | if (bell_pitch && bell_duration) |
bell_duration | 1479 | drivers/char/console.c | kd_mksound(bell_pitch, bell_duration); |