Searched refs:HDLC_MAGIC (Results 1 – 1 of 1) sorted by relevance
80 #define HDLC_MAGIC 0x239e macro290 if (n_hdlc->magic != HDLC_MAGIC) { in n_hdlc_tty_close()537 if (n_hdlc->magic != HDLC_MAGIC) { in n_hdlc_tty_receive()623 if (!n_hdlc || n_hdlc->magic != HDLC_MAGIC || in n_hdlc_tty_read()691 if (n_hdlc->magic != HDLC_MAGIC) in n_hdlc_tty_write()713 if (!n_hdlc || n_hdlc->magic != HDLC_MAGIC || in n_hdlc_tty_write()773 if (!n_hdlc || n_hdlc->magic != HDLC_MAGIC) in n_hdlc_tty_ioctl()834 if (n_hdlc && n_hdlc->magic == HDLC_MAGIC && tty == n_hdlc->tty) { in n_hdlc_tty_poll()897 n_hdlc->magic = HDLC_MAGIC; in n_hdlc_alloc()