Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/wsmoused/
H A Dwsmoused.c311 fds[0].fd = Mouse.m_statfd; in event_loop()
326 res = read(Mouse.m_statfd, &event, sizeof(event)); in event_loop()
577 Mouse.m_statfd = open(tstat, O_RDONLY | O_NONBLOCK, 0); in main()
578 if (Mouse.m_statfd == -1) in main()
H A Dwsmoused.h50 int m_statfd; /* File descriptor of wscons status device */ member
H A Dselection.c183 (void)ioctl(Selmouse.sm_mouse->m_statfd, WSDISPLAYIO_GETACTIVESCREEN, in selection_startup()