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