Lines Matching refs:DEVFUNC
1933 #define DEVFUNC(x) (minor(x) & DEVFUNC_MASK) macro
1934 #define DEV_IS_TTY(x) (DEVFUNC(x) == 2 || DEVFUNC(x) > 3)
2453 func = DEVFUNC(dev); in wwancopen()
2497 int func = DEVFUNC(dev); in wwancread()
2552 int func = DEVFUNC(dev); in wwancwrite()
2604 struct tty *tp = sc->sc_tty[DEVFUNC(dev)]; in wwancioctl()
2622 int func = DEVFUNC(dev); in wwancclose()
2642 struct tty *tp = sc->sc_tty[DEVFUNC(dev)]; in wwanctty()
2655 int func __diagused = DEVFUNC(dev); in wwancparam()
2674 int func = DEVFUNC(dev); in wwancstart()
2712 int func = DEVFUNC(dev); in wwancpoll()
2829 int func = DEVFUNC(dev); in wwanckqfilter()