Lines Matching defs:ifd
76 int ifd;
299 if (file->ifd < 0)
313 bytes = read(file->ifd, file->rbuf, bytes);
507 close(file->ifd);
884 * \param ifname Input filename (or NULL if file descriptor ifd is available)
885 * \param ifd Input file descriptor (if (ifd < 0) && (ifname == NULL), no input
899 const char *fname, int fd, const char *ifname, int ifd,
933 ifd = open(ifname, O_RDONLY); /* TODO: mind blocking mode */
934 if (ifd < 0) {
943 file->ifd = ifd;
1044 long fd = -1, ifd = -1, trunc = 1;
1079 err = snd_config_get_integer(n, &ifd);
1136 err = snd_pcm_file_open(pcmp, name, fname, fd, ifname, ifd,