Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/wscons/
Dwsconsio.h470 struct wsmux_device { struct
477 #define WSMUXIO_ADD_DEVICE _IOW('W', 97, struct wsmux_device) argument
479 #define WSMUXIO_REMOVE_DEVICE _IOW('W', 98, struct wsmux_device)
485 struct wsmux_device devices[WSMUX_MAXDEV];
Dwsmux.c421 #define d ((struct wsmux_device *)data) in wsmux_do_ioctl()
Dwsdisplay.c1317 #define d ((struct wsmux_device *)data) in wsdisplay_cfg_ioctl()
/mirbsd/src/usr.sbin/wsconscfg/
Dwsconscfg.c73 struct wsmux_device wmd; in main()