Searched defs:modem_info (Results 1 – 1 of 1) sorted by relevance
470 typedef struct modem_info { struct471 int magic;472 int flags; /* defined in tty.h */473 int x_char; /* xon/xoff character */474 int mcr; /* Modem control register */475 int msr; /* Modem status register */476 int lsr; /* Line status register */477 int line;478 int count; /* # of fd on device */479 int blocked_open; /* # of blocked opens */[all …]