Home | History | Annotate | Download | only in aio_return

Lines Matching defs:fd

45 	int fd, retval;
53 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
55 if (fd == -1) {
64 aiocb.aio_fildes = fd;
69 close(fd);
84 aiocb2.aio_fildes = fd;
91 close(fd);
99 close(fd);
106 close(fd);
111 close(fd);