Lines Matching defs:fmode
1619 long fmode;1636 if ((fmode = fcntl(fd, F_GETFL)) < 0) {1642 if (fmode & O_NONBLOCK)1644 if (fmode & O_ASYNC)1646 if (fmode & O_APPEND)1762 int fmode;1791 fmode = O_RDWR;1793 fmode |= O_NONBLOCK;1795 fmode |= O_ASYNC;1797 fmode |= O_APPEND;1798 fd = snd_open_device(filename, fmode);