Home
last modified time | relevance | path

Searched refs:HDLC_MAGIC (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dn_hdlc.c80 #define HDLC_MAGIC 0x239e macro
290 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()