Searched refs:UN_LOW (Results 1 – 4 of 4) sorted by relevance
2589 if (ch->ch_tun.un_flags & (UN_LOW|UN_EMPTY)) { in dgnc_tty_flush_buffer()2590 ch->ch_tun.un_flags &= ~(UN_LOW|UN_EMPTY); in dgnc_tty_flush_buffer()2593 if (ch->ch_pun.un_flags & (UN_LOW|UN_EMPTY)) { in dgnc_tty_flush_buffer()2594 ch->ch_pun.un_flags &= ~(UN_LOW|UN_EMPTY); in dgnc_tty_flush_buffer()2788 if (ch->ch_tun.un_flags & (UN_LOW|UN_EMPTY)) { in dgnc_tty_ioctl()2789 ch->ch_tun.un_flags &= ~(UN_LOW|UN_EMPTY); in dgnc_tty_ioctl()2793 if (ch->ch_pun.un_flags & (UN_LOW|UN_EMPTY)) { in dgnc_tty_ioctl()2794 ch->ch_pun.un_flags &= ~(UN_LOW|UN_EMPTY); in dgnc_tty_ioctl()
248 #define UN_LOW 0x0100 /* Waiting output low water mark*/ macro
2013 dgap_write_wakeup(bd, ch, &ch->ch_tun, UN_LOW, in dgap_event()2015 dgap_write_wakeup(bd, ch, &ch->ch_pun, UN_LOW, in dgap_event()3229 if (ch->ch_tun.un_flags & (UN_LOW|UN_EMPTY)) { in dgap_tty_flush_buffer()3230 ch->ch_tun.un_flags &= ~(UN_LOW|UN_EMPTY); in dgap_tty_flush_buffer()3233 if (ch->ch_pun.un_flags & (UN_LOW|UN_EMPTY)) { in dgap_tty_flush_buffer()3234 ch->ch_pun.un_flags &= ~(UN_LOW|UN_EMPTY); in dgap_tty_flush_buffer()3486 if ((event & UN_LOW) != 0) { in dgap_set_firmware_event()3487 if ((un->un_flags & UN_LOW) == 0) { in dgap_set_firmware_event()3488 un->un_flags |= UN_LOW; in dgap_set_firmware_event()3492 if ((event & UN_LOW) != 0) { in dgap_set_firmware_event()[all …]
614 #define UN_LOW 0x0100 /* Waiting output low water mark*/ macro