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

  /src/usr.sbin/wsmoused/
wsmoused.h 49 int m_fifofd; /* File descriptor of fifo */ member in struct:mouse
wsmoused.c 235 Mouse.m_fifofd = -1;
237 Mouse.m_fifofd = open(Mouse.m_fifoname,
239 if (Mouse.m_fifofd == -1)
355 if (Mouse.m_fifofd >= 0) {
356 res = write(Mouse.m_fifofd, &event,

Completed in 15 milliseconds