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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Ddisk_discovery.c220 struct stat srcstat, targstat; local
225 loc_err = stat(path, &srcstat);
242 (void *)&(srcstat.st_ino),
245 (void *)&(srcstat.st_dev),
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgtrans.c1198 struct stat srcstat; local
1297 if (stat(srcdir, &srcstat) != -1) {
1298 if (chmod(dstdir, (srcstat.st_mode & S_IAMB)) == -1) {

Completed in 48 milliseconds