taglinefilesource code
IEV_SZ96drivers/sound/sequencer.cCOPY_TO_USER (buf, p, &iqueue[iqhead * IEV_SZ], IEV_SZ);
IEV_SZ121drivers/sound/sequencer.cmemcpy (&iqueue[iqtail * IEV_SZ], event, IEV_SZ);
IEV_SZ1097drivers/sound/sequencer.cPERMANENT_MALLOC(unsigned char*, iqueue, SEQ_MAX_QUEUE*IEV_SZ, mem_start);