HomeSort by: relevance | last modified time | path
    Searched refs:m_devfd (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/wsmoused/
wsmoused.c 231 Mouse.m_devfd = -1;
255 if (Mouse.m_devfd != -1)
261 Mouse.m_devfd = open(Mouse.m_devname, O_RDONLY | O_NONBLOCK, 0);
262 if (Mouse.m_devfd == -1)
266 status = ioctl(Mouse.m_devfd, WSMOUSEIO_SETVERSION, &version);
277 status = ioctl(Mouse.m_devfd, WSMOUSEIO_GTYPE, &mouse_type);
287 status = ioctl(Mouse.m_devfd, WSMOUSEIO_GCALIBCOORDS, &Mouse.m_calib);
315 fds[1].fd = Mouse.m_devfd;
346 res = read(Mouse.m_devfd, &event, sizeof(event));
386 (void)close(Mouse.m_devfd);
    [all...]
wsmoused.h 48 int m_devfd; /* File descriptor of wsmouse device */ member in struct:mouse

Completed in 238 milliseconds