Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dxmm7360.c1933 #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()
[all …]