Searched defs:SEQ_WRPATCH (Results 1 – 2 of 2) sorted by relevance
823 #define SEQ_WRPATCH(patchx, len) OSS_write_patch(seqfd, (char*)(patchx), len) macro826 #define SEQ_WRPATCH(patchx, len) {if (_seqbufptr) SEQ_DUMPBUF(); if (write(seqfd, (char*)(patchx… macro
844 #define SEQ_WRPATCH(patchx, len) {if (_seqbufptr) SEQ_DUMPBUF(); if (write(seqfd, (char*)(patchx… macro