Searched refs:sattrfd (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libcmdutils/common/
H A Dprocess_xattrs.c84 int sattrfd = -1; local
128 if ((sattrfd = openat(indfd, dp->d_name,
134 if (fstat(sattrfd, &st1) < 0) {
150 if (writefile(sattrfd, tattrfd, infile, outfile, dp->d_name,
165 res = sysattr_list(cmd, sattrfd, dp->d_name);
192 if (sattrfd != -1)
193 (void) close(sattrfd);
236 if (sattrfd != -1)
237 (void) close(sattrfd);

Completed in 14 milliseconds