Home
last modified time | relevance | path

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

/openbsd/src/sbin/wsconsctl/
Dmousecfg.c122 mousecfg_init(int dev_fd, const char **errstr) in mousecfg_init() argument
132 if ((err = ioctl(dev_fd, WSMOUSEIO_GTYPE, &type))) { in mousecfg_init()
142 if ((err = ioctl(dev_fd, WSMOUSEIO_GCALIBCOORDS, &coords))) { in mousecfg_init()
159 if ((err = ioctl(dev_fd, WSMOUSEIO_GETPARAMS, &parameters))) { in mousecfg_init()
166 if (ioctl(dev_fd, WSMOUSEIO_GETPARAMS, &parameters)) in mousecfg_init()