Home
last modified time | relevance | path

Searched refs:current_volume (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/ews4800mips/stand/common/
H A Dustarfs.c53 int current_volume; member
80 __volume.current_volume = 0; in ustarfs_load()
136 if (vol != __volume.current_volume) { in __block_read_n()
138 __volume.current_volume = vol; in __block_read_n()
162 if (vol != __volume.current_volume) { in __block_read()
164 __volume.current_volume = vol; in __block_read()
/netbsd-src/sys/dev/isa/
H A Dgus.c162 int current_volume; /* Current position of volume on volume ramp */ member
2169 sc->sc_voc[voice].current_volume >> 4); in gus_start_voice()
2247 sc->sc_voc[voice].current_volume = gusvol; in gus_set_volume()