Searched refs:RdyMask (Results 1 – 2 of 2) sorted by relevance
661 short RdyMask = 0; in da_ConPoll() local674 RdyMask = POLLIN; in da_ConPoll()678 RdyMask |= POLLRDNORM; in da_ConPoll()687 RdyMask = POLLOUT; in da_ConPoll()690 RdyMask = POLLERR; // Not one of the standard streams in da_ConPoll()694 return (RdyMask & (events | POLL_RETONLY)); in da_ConPoll()
597 UINT32 RdyMask; in da_ShellPoll() local600 RdyMask = (UINT32)filp->Oflags; in da_ShellPoll()602 switch(RdyMask & O_ACCMODE) { in da_ShellPoll()