Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/backup/dump/
H A Dlftw.c143 int rc, sublen, saverr, attrfd; in lf_xftw() local
171 attrfd = attropen64(path, ".", O_RDONLY|O_NONBLOCK); in lf_xftw()
173 attrfd = -1; in lf_xftw()
181 if (rc == 0 && attrfd != -1) { in lf_xftw()
182 (void) fchdir(attrfd); in lf_xftw()
185 (void) close(attrfd); in lf_xftw()
210 if (rc == 0 && attrfd != -1) { in lf_xftw()
211 (void) fchdir(attrfd); in lf_xftw()
214 (void) close(attrfd); in lf_xftw()
/titanic_41/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()