Lines Matching defs:OUT
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1132 "b\3ERR\0" "b\2OUT\0" "b\1PRI\0" "b\0IN\0",
2909 #define OUT POLLOUT
2924 } else if (events == OUT) {
2925 events_str = "OUT";
2926 } else if (events == (IN | OUT)) {
2973 DEF(poll_mode_RDONLY_OUT) { test_poll_mode(O_RDONLY, OUT, 0); }
2974 DEF(poll_mode_RDONLY_INOUT) { test_poll_mode(O_RDONLY, IN|OUT, IN); }
2976 DEF(poll_mode_WRONLY_OUT) { test_poll_mode(O_WRONLY, OUT, OUT); }
2977 DEF(poll_mode_WRONLY_INOUT) { test_poll_mode(O_WRONLY, IN|OUT, OUT); }
2983 DEF(poll_mode_RDWR_OUT) { test_poll_mode(O_RDWR, OUT, OUT); }
2986 if (hw_fulldup()) test_poll_mode(O_RDWR, IN|OUT, IN|OUT);
2987 else test_poll_mode(O_RDWR, IN|OUT, OUT);
2991 * Poll(OUT) when buffer is empty.
3018 * Poll(OUT) when buffer is full.
3070 * Poll(OUT) when buffer is full but hiwat sets lower than full.
4922 * setmode == 0 and 8 are out of range and invalid input samples.
6223 * Check AUDIO_GETENC out of range.