Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/wscons/
Dwsconsio.h582 #define WSMUX_MAXDEV 32 macro
585 struct wsmux_device devices[WSMUX_MAXDEV];
Dwsmux.c468 if (n >= WSMUX_MAXDEV) in wsmux_do_ioctl()