Lines Matching refs:old
131 int old; in programChange() local
145 old = OSDisableInterrupts(); in programChange()
149 OSRestoreInterrupts(old); in programChange()
168 int old; in startNote() local
174 old = OSDisableInterrupts(); in startNote()
178 OSRestoreInterrupts(old); in startNote()
192 int old; in stopNote() local
198 old = OSDisableInterrupts(); in stopNote()
218 OSRestoreInterrupts(old); in stopNote()
228 int old; in holdPedalDown() local
237 old = OSDisableInterrupts(); in holdPedalDown()
241 OSRestoreInterrupts(old); in holdPedalDown()
254 int old; in holdPedalUp() local
260 old = OSDisableInterrupts(); in holdPedalUp()
264 OSRestoreInterrupts(old); in holdPedalUp()