Home
last modified time | relevance | path

Searched refs:attrfd (Results 1 – 2 of 2) sorted by relevance

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