taglinefilesource code
iqueue76drivers/sound/sequencer.cstatic unsigned char *iqueue = NULL;
iqueue128drivers/sound/sequencer.cCOPY_TO_USER (buf, p, &iqueue[iqhead * IEV_SZ], ev_len);
iqueue166drivers/sound/sequencer.cmemcpy (&iqueue[iqtail * IEV_SZ], event, len);
iqueue1805drivers/sound/sequencer.cPERMANENT_MALLOC (unsigned char *, iqueue, SEQ_MAX_QUEUE * IEV_SZ, mem_start);