Searched refs:outdfd (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libcmdutils/common/ |
H A D | process_xattrs.c | 36 get_attrdirs(int indfd, int outdfd, char *attrfile, int *sfd, int *tfd) argument 55 if (fchdir(outdfd) == 0) { 83 int outdfd = -1; local 108 if ((outdfd = attropen(outfile, ".", O_RDONLY)) == -1) { 140 if ((tattrfd = openat(outdfd, dp->d_name, 169 get_attrdirs(indfd, outdfd, dp->d_name, &asfd, 210 if (renameat(indfd, VIEW_READWRITE, outdfd, 246 if (outdfd != -1) 247 (void) close(outdfd);
|
Completed in 43 milliseconds