SEQOLD_CMDSIZE    417 dev/sequencer.c 	size = sc->mode == SEQ_NEW ? sizeof cmdbuf : SEQOLD_CMDSIZE;
SEQOLD_CMDSIZE    929 dev/sequencer.c 		if (uio->uio_resid >= sizeof *ev - SEQOLD_CMDSIZE) {
SEQOLD_CMDSIZE    930 dev/sequencer.c 			error = uiomove(&ev->arr[SEQOLD_CMDSIZE],
SEQOLD_CMDSIZE    931 dev/sequencer.c 					sizeof *ev - SEQOLD_CMDSIZE, uio);