taglinefilesource code
iqueue56drivers/sound/sequencer.cstatic unsigned char *iqueue = NULL;  /* SEQ_MAX_QUEUE * IEV_SZ bytes */
iqueue96drivers/sound/sequencer.cCOPY_TO_USER (buf, p, &iqueue[iqhead * IEV_SZ], IEV_SZ);
iqueue121drivers/sound/sequencer.cmemcpy (&iqueue[iqtail * IEV_SZ], event, IEV_SZ);
iqueue1097drivers/sound/sequencer.cPERMANENT_MALLOC(unsigned char*, iqueue, SEQ_MAX_QUEUE*IEV_SZ, mem_start);