taglinefilesource code
ev_code240drivers/sound/sequencer.cunsigned char   event[EV_SZ], ev_code;
ev_code262drivers/sound/sequencer.cev_code = event[0];
ev_code264drivers/sound/sequencer.cif (ev_code == SEQ_FULLSIZE)
ev_code282drivers/sound/sequencer.cif (ev_code >= 128)
ev_code284drivers/sound/sequencer.cif (seq_mode == SEQ_2 && ev_code == SEQ_EXTENDED)
ev_code286drivers/sound/sequencer.cprintk ("Sequencer: Invalid level 2 event %x\n", ev_code);