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

  /src/sys/dev/
midi.c 1454 int pollout = 0; local in function:midiwrite
1482 if (idxspace >= 1 && bufspace >= 3 && !pollout)
1495 if (pollout) {
1499 pollout = 0;
1559 pollout = 1;
1723 if ((events & (POLLOUT | POLLWRNORM)) != 0) {
1727 revents |= events & (POLLOUT | POLLWRNORM);
midi.c 1454 int pollout = 0; local in function:midiwrite
1482 if (idxspace >= 1 && bufspace >= 3 && !pollout)
1495 if (pollout) {
1499 pollout = 0;
1559 pollout = 1;
1723 if ((events & (POLLOUT | POLLWRNORM)) != 0) {
1727 revents |= events & (POLLOUT | POLLWRNORM);

Completed in 141 milliseconds