Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Ddevices.c29 #define isa_tty_dev(ma) (ma == TTY_MAJOR || ma == TTYAUX_MAJOR) macro
76 if (ret && isa_tty_dev(major)) { in get_chrfops()