Lines Matching refs:asfd
88 return (pread(P->asfd, buf, n, (off_t)addr)); in Pread_live()
96 return (pwrite(P->asfd, buf, n, (off_t)addr)); in Pwrite_live()
486 P->asfd = -1; in Pxcreate()
514 P->asfd = fd; in Pxcreate()
776 P->asfd = -1; in Pgrab()
783 if (P->asfd >= 0) in Pgrab()
784 (void) close(P->asfd); in Pgrab()
790 P->asfd = -1; in Pgrab()
842 P->asfd = fd; in Pgrab()
1206 if (P->asfd >= 0) in Pfree()
1207 (void) close(P->asfd); in Pfree()
1216 P->asfd = -1; in Pfree()
1241 return (P->asfd); in Pasfd()
1471 close(P->asfd) < 0 || in Preopen()
1472 (fd = dupfd(fd, P->asfd)) != P->asfd) { in Preopen()
1479 P->asfd = fd; in Preopen()
3903 P->asfd = -1; in Pgrab_ops()