Lines Matching refs:old
129 int old; in programChange() local
143 old = OSDisableInterrupts(); in programChange()
147 OSRestoreInterrupts(old); in programChange()
166 int old; in startNote() local
172 old = OSDisableInterrupts(); in startNote()
176 OSRestoreInterrupts(old); in startNote()
190 int old; in stopNote() local
196 old = OSDisableInterrupts(); in stopNote()
216 OSRestoreInterrupts(old); in stopNote()
226 int old; in holdPedalDown() local
235 old = OSDisableInterrupts(); in holdPedalDown()
239 OSRestoreInterrupts(old); in holdPedalDown()
252 int old; in holdPedalUp() local
258 old = OSDisableInterrupts(); in holdPedalUp()
262 OSRestoreInterrupts(old); in holdPedalUp()