Searched refs:RIOC_PRE_EMPTIVE (Results 1 – 1 of 1) sorted by relevance
169 #define RIOC_PRE_EMPTIVE 0x80 /* Pre-emptive bit in command field */ macro179 #define RIOC_WFLUSH (0x04 | RIOC_PRE_EMPTIVE) /* Write flush */180 #define RIOC_RFLUSH (0x05 | RIOC_PRE_EMPTIVE) /* Read flush */181 #define RIOC_RESUME (0x06 | RIOC_PRE_EMPTIVE) /* Resume if xoffed */184 #define RIOC_SUSPEND (0x09 | RIOC_PRE_EMPTIVE) /* Susp op (behave as tho xoffed) */185 #define RIOC_FCLOSE (0x0a | RIOC_PRE_EMPTIVE) /* Force close */187 #define RIOC_MBIS (0x0c | RIOC_PRE_EMPTIVE) /* Set modem lines */188 #define RIOC_MBIC (0x0d | RIOC_PRE_EMPTIVE) /* Clear modem lines */189 #define RIOC_MSET (0x0e | RIOC_PRE_EMPTIVE) /* Set modem lines */191 #define RIOC_MGET (0x10 | RIOC_PRE_EMPTIVE) /* Force update of modem status */[all …]