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

  /src/usr.sbin/wsmoused/
wsmoused.h 50 int m_statfd; /* File descriptor of wscons status device */ member in struct:mouse
wsmoused.c 311 fds[0].fd = Mouse.m_statfd;
326 res = read(Mouse.m_statfd, &event, sizeof(event));
577 Mouse.m_statfd = open(tstat, O_RDONLY | O_NONBLOCK, 0);
578 if (Mouse.m_statfd == -1)
selection.c 183 (void)ioctl(Selmouse.sm_mouse->m_statfd, WSDISPLAYIO_GETACTIVESCREEN,

Completed in 14 milliseconds