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

/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/fsck/
H A Dfsck.c436 struct stat64 statinfo; local
537 xx = lstat64(buf, &statinfo);
550 if (S_ISDIR(statinfo.st_mode)) {
572 xx = lstat64(buf, &statinfo);
585 if (S_ISDIR(statinfo.st_mode))
589 if (!S_ISLNK(statinfo.st_mode)) {
595 res_addfile(resp, (long)statinfo.st_size);
618 xx = lstat64(buf, &statinfo);
633 if (!S_ISDIR(statinfo.st_mode))
637 if ((statinfo
801 struct stat64 statinfo; local
859 struct stat64 statinfo; local
954 struct stat64 statinfo; local
1322 struct stat64 statinfo; local
1779 struct stat64 statinfo; local
[all...]
H A Ddlog_ck.c51 struct stat64 statinfo; local
79 err = lstat64(dlog_path, &statinfo);
111 while (offset < (off_t)statinfo.st_size) {
143 (off_t)statinfo.st_size) {
209 ((offset + (off_t)buf.dl_len) != (off_t)statinfo.st_size)) {
H A Dres.c105 struct stat64 statinfo; local
117 xx = lstat64(namep, &statinfo);
119 if ((xx == -1) || (statinfo.st_size != (offset_t)size) ||
120 !(S_ISREG(statinfo.st_mode))) {
/opensolaris-onvv-gate/usr/src/cmd/w/
H A Dw.c168 struct pstatus statinfo; local
382 if (read(procfd, &statinfo, sizeof (statinfo))
383 != sizeof (statinfo)) {
396 up->p_time = statinfo.pr_utime.tv_sec +
397 statinfo.pr_stime.tv_sec; /* seconds */
398 up->p_ctime = statinfo.pr_cutime.tv_sec +
399 statinfo.pr_cstime.tv_sec;
/opensolaris-onvv-gate/usr/src/cmd/whodo/
H A Dwhodo.c174 struct pstatus statinfo; local
365 if (read(procfd, &statinfo, sizeof (statinfo))
366 != sizeof (statinfo)) {
379 up->p_time = statinfo.pr_utime.tv_sec +
380 statinfo.pr_stime.tv_sec;
381 up->p_ctime = statinfo.pr_cutime.tv_sec +
382 statinfo.pr_cstime.tv_sec;
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/common/
H A Dsubr.c208 struct stat64 statinfo; local
211 xx = lstat64(filep, &statinfo);
224 if (!S_ISREG(statinfo.st_mode)) {
230 if (statinfo.st_size != (offset_t)sizeof (struct cache_label)) {
684 struct stat64 statinfo; local
724 xx = lstat64(path, &statinfo);
756 xx = lstat64(path, &statinfo);
770 if (!S_ISLNK(statinfo.st_mode))
869 struct stat64 statinfo; local
882 xx = lstat64(path, &statinfo);
[all...]
/opensolaris-onvv-gate/usr/src/lib/libdscfg/common/
H A Dcfg_vols.c994 device_t *statinfo = 0; local
1016 statinfo = nsc_lookup(devhash, path);
1018 if (statinfo) {
1019 if (!S_ISCHR(statinfo->mode))
1021 svc.svc_major = major(statinfo->rdev);
1022 svc.svc_minor = minor(statinfo->rdev);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/cfsadmin/
H A Dcfsadmin.c786 struct stat64 statinfo; local
846 xx = lstat64(path, &statinfo);
855 if (!S_ISLNK(statinfo.st_mode))
/opensolaris-onvv-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c582 struct stat statinfo; local
588 if (fstat(fd, &statinfo)) {
592 file_size = statinfo.st_size;

Completed in 185 milliseconds