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