Home | Sort by: relevance | last modified time | path |
/src/sys/arch/x68k/dev/ | |
opmbellvar.h | 5 struct opm_voice bell_voice = DEFAULT_BELL_VOICE; variable in typeref:struct:opm_voice |
opmbell.c | 95 static struct opm_voice bell_voice = DEFAULT_BELL_VOICE; variable in typeref:struct:opm_voice 156 memcpy(&vtab[unit], &bell_voice, sizeof(bell_voice)); |
/src/sys/arch/x68k/usr.bin/bellctrl/ | |
sample_fm.c | 12 struct opm_voice bell_voice = { variable in typeref:struct:opm_voice |
bellctrl.c | 31 static struct opm_voice bell_voice = DEFAULT_BELL_VOICE; variable in typeref:struct:opm_voice 199 memcpy(&voice, &bell_voice, sizeof(bell_voice)); |