Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/io/ttymux/
H A Dttymux_impl.h58 #define DEV_TO_UNIT(dev) (getminor(dev) & ~OUTLINE) macro
H A Dttymux.c2124 if (sflag != 0 || DEV_TO_UNIT(*devp) >= NLUNITS) { in sm_open()
2129 unit = DEV_TO_UNIT(*devp); in sm_open()