Searched defs:attrfd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dattropen.c54 int attrfd; local
65 if ((attrfd = openat64(fd, attr, oflag | O_XATTR,
76 return (attrfd);
85 int attrfd; local
96 if ((attrfd = openat(fd, attr, oflag | O_XATTR,
107 return (attrfd);
/illumos-gate/usr/src/cmd/backup/dump/
H A Dlftw.c139 int rc, sublen, saverr, attrfd; local
167 attrfd = attropen64(path, ".", O_RDONLY|O_NONBLOCK);
169 attrfd = -1;
177 if (rc == 0 && attrfd != -1) {
178 (void) fchdir(attrfd);
181 (void) close(attrfd);
206 if (rc == 0 && attrfd != -1) {
207 (void) fchdir(attrfd);
210 (void) close(attrfd);

Completed in 51 milliseconds