Searched refs:DGAP_PRINT (Results 1 – 2 of 2) sorted by relevance
2834 un_type == DGAP_PRINT) in dgap_param()3443 if (un->un_type != DGAP_PRINT) in dgap_maxcps_room()3546 if (un->un_type == DGAP_PRINT) { in dgap_tty_write_room()3642 if ((un->un_type == DGAP_PRINT) && !(ch->ch_flags & CH_PRON)) { in dgap_tty_write()3653 if ((un->un_type != DGAP_PRINT) && (ch->ch_flags & CH_PRON)) { in dgap_tty_write()3707 if ((un->un_type == DGAP_PRINT) && (ch->ch_flags & CH_PRON)) { in dgap_tty_write()3722 if ((un->un_type == DGAP_PRINT) && (ch->ch_digi.digi_maxcps > 0) in dgap_tty_write()4492 un->un_type = DGAP_PRINT; in dgap_tty_open()4692 if ((un->un_type == DGAP_PRINT) && (ch->ch_flags & CH_PRON)) { in dgap_tty_close()5025 if (!(un->un_type == DGAP_PRINT)) { in dgap_tty_ioctl()[all …]
138 #define DGAP_PRINT 1 macro