Searched refs:un_type (Results 1 – 7 of 7) sorted by relevance
340 ch->ch_tun.un_type = DGNC_SERIAL; in dgnc_tty_init()345 ch->ch_pun.un_type = DGNC_PRINT; in dgnc_tty_init()1069 un->un_type = DGNC_SERIAL; in dgnc_tty_open()1072 un->un_type = DGNC_PRINT; in dgnc_tty_open()1438 if ((un->un_type == DGNC_PRINT) && (ch->ch_flags & CH_PRON)) { in dgnc_tty_close()1485 if ((un->un_type == DGNC_PRINT) && (ch->ch_flags & CH_PRON)) { in dgnc_tty_close()1578 if (un->un_type != DGNC_PRINT) in dgnc_maxcps_room()1650 if (un->un_type == DGNC_PRINT) { in dgnc_tty_write_room()1754 if ((un->un_type == DGNC_PRINT) && !(ch->ch_flags & CH_PRON)) { in dgnc_tty_write()1765 if ((un->un_type != DGNC_PRINT) && (ch->ch_flags & CH_PRON)) { in dgnc_tty_write()[all …]
271 uint un_type; member
661 (un->un_type == DGNC_PRINT) ? "pr" : "tty", in dgnc_tty_name_show()
521 (un->un_type == DGNC_PRINT)) in cls_param()
669 if (!(ch->ch_tun.un_flags & UN_ISOPEN) && (un->un_type == DGNC_PRINT)) in neo_param()
2684 static int dgap_param(struct channel_t *ch, struct board_t *bd, u32 un_type) in dgap_param() argument2770 un_type == DGAP_PRINT) in dgap_param()3376 if (un->un_type != DGAP_PRINT) in dgap_maxcps_room()3479 if (un->un_type == DGAP_PRINT) { in dgap_tty_write_room()3575 if ((un->un_type == DGAP_PRINT) && !(ch->ch_flags & CH_PRON)) { in dgap_tty_write()3586 if ((un->un_type != DGAP_PRINT) && (ch->ch_flags & CH_PRON)) { in dgap_tty_write()3638 if ((un->un_type == DGAP_PRINT) && (ch->ch_flags & CH_PRON)) { in dgap_tty_write()3653 if ((un->un_type == DGAP_PRINT) && (ch->ch_digi.digi_maxcps > 0) in dgap_tty_write()3779 dgap_param(ch, bd, un->un_type); in dgap_tty_tiocmset()4005 dgap_param(ch, bd, un->un_type); in dgap_set_modem_info()[all …]
628 u32 un_type; member