Searched refs:HDLC_MAGIC (Results 1 – 3 of 3) sorted by relevance
79 #define HDLC_MAGIC 0x239e macro296 if (n_hdlc->magic != HDLC_MAGIC) { in n_hdlc_tty_close()508 if (n_hdlc->magic != HDLC_MAGIC) { in n_hdlc_tty_receive()660 if (n_hdlc->magic != HDLC_MAGIC) in n_hdlc_tty_write()689 if (!n_hdlc || n_hdlc->magic != HDLC_MAGIC || in n_hdlc_tty_write()742 if (!n_hdlc || n_hdlc->magic != HDLC_MAGIC) in n_hdlc_tty_ioctl()808 if (n_hdlc && n_hdlc->magic == HDLC_MAGIC && tty == n_hdlc->tty) { in n_hdlc_tty_poll()872 n_hdlc->magic = HDLC_MAGIC; in n_hdlc_alloc()
66 HDLC_MAGIC 0x239e n_hdlc drivers/char/n_hdlc.c
72 HDLC_MAGIC 0x239e n_hdlc ``drivers/char/n_hdlc.c``