Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dtty.h166 #define C_HUPCL(tty) _C_FLAG((tty), HUPCL) macro
/linux-3.4.99/drivers/tty/
Drocket.c1040 if (C_HUPCL(tty)) in rp_close()