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

/osnet-11/usr/src/lib/libcmdutils/common/
H A Dprocess_xattrs.c35 get_attrdirs(int indfd, int outdfd, char *attrfile, int *sfd, int *tfd) argument
42 if ((pwdfd != -1) && (fchdir(indfd) == 0)) {
81 int indfd = -1; local
103 if ((indfd = openat(srcfd, ".", O_RDONLY|O_XATTR)) == -1) {
111 if ((tmpfd = dup(indfd)) == -1) {
128 if ((sattrfd = openat(indfd, dp->d_name,
168 get_attrdirs(indfd, outdfd, dp->d_name, &asfd,
209 if (renameat(indfd, VIEW_READWRITE, outdfd,
244 if (indfd != -1)
245 (void) close(indfd);
[all...]

Completed in 21 milliseconds