Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun/io/ttymux/
H A Dttymux_impl.h59 #define DEV_TO_PROTOBITS(dev) (getminor(dev) & OUTLINE) macro
H A Dttymux.c2130 protocol = DEV_TO_PROTOBITS(*devp); in sm_open()