Lines Matching refs:asfd
90 return (pread(P->asfd, buf, n, (off_t)addr));
98 return (pwrite(P->asfd, buf, n, (off_t)addr));
496 P->asfd = -1;
524 P->asfd = fd;
786 P->asfd = -1;
793 if (P->asfd >= 0)
794 (void) close(P->asfd);
800 P->asfd = -1;
852 P->asfd = fd;
1216 if (P->asfd >= 0)
1217 (void) close(P->asfd);
1226 P->asfd = -1;
1251 return (P->asfd);
1510 close(P->asfd) < 0 ||
1511 (fd = dupfd(fd, P->asfd)) != P->asfd) {
1518 P->asfd = fd;
3942 P->asfd = -1;