Searched refs:DEV_TO_PROTOBITS (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/sun/io/ttymux/ | ||
H A D | ttymux_impl.h | 59 #define DEV_TO_PROTOBITS(dev) (getminor(dev) & OUTLINE) macro |
H A D | ttymux.c | 2130 protocol = DEV_TO_PROTOBITS(*devp); in sm_open() |