Searched refs:attrfd (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | attropen.c | 54 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 D | lftw.c | 139 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 44 milliseconds