Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arc/dev/
H A Dopms.c132 #define FLUSHQ(q) { if((q)->c_cc) ndflush(q, (q)->c_cc); } macro
/netbsd-src/sys/kern/
H A Dtty.c519 #define FLUSHQ(q) { \ macro
772 FLUSHQ(&tp->t_rawq); in ttyinput_wlock()
1763 FLUSHQ(&tp->t_canq); in ttyflush()
1764 FLUSHQ(&tp->t_rawq); in ttyflush()
1773 FLUSHQ(&tp->t_outq); in ttyflush()