/illumos-gate/usr/src/uts/common/sys/ |
H A D | stat.h | 83 timestruc_t st_ctim; member 100 timestruc_t st_ctim; member 123 timestruc_t st_ctim; 144 timestruc_t st_ctim; 229 timestruc_t st_ctim; 233 _timestruc_t st_ctim; 259 timestruc_t st_ctim; 263 _timestruc_t st_ctim; 290 timestruc_t st_ctim; 294 _timestruc_t st_ctim; [all …]
|
H A D | bootstat.h | 59 boottime_t st_ctim; member
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | stat.h | 114 struct timespec st_ctim; /* time of last file status change */ member 132 struct timespec st_ctim; /* time of last file status change */ member 163 struct timespec st_ctim; /* time of last file status change */ member 181 #define st_ctime st_ctim.tv_sec 190 #define st_ctimespec st_ctim
|
/illumos-gate/usr/src/stand/lib/fs/common/ |
H A D | fsswitch.c | 187 sb->st_ctim.tv_sec = buf.st_ctim.tv_sec; in fstat() 188 sb->st_ctim.tv_nsec = buf.st_ctim.tv_nsec; in fstat()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | stat.c | 88 TIMESPEC32_TO_TIMESPEC(&ts, &statb.st_ctim); in show_stat32() 133 TIMESPEC32_TO_TIMESPEC(&ts, &statb.st_ctim); in show_stat64_32() 174 prtimestruc(pri, "ct = ", (timestruc_t *)&statb.st_ctim); in show_stat64()
|
/illumos-gate/usr/src/lib/pam_modules/timestamp/ |
H A D | pam_timestamp.c | 285 info.uid != getuid() || info.ts.tv_sec != tty.st_ctim.tv_sec || in pam_sm_authenticate() 286 info.ts.tv_nsec != tty.st_ctim.tv_nsec) { in pam_sm_authenticate() 380 info.ts = tty.st_ctim; in pam_sm_setcred()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | tv | 31 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.st__tim.tv_nsec) 36 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
|
/illumos-gate/usr/src/test/os-tests/tests/ |
H A D | fifo-tvnsec.c | 90 if (((chk & CHK_CTIME_GT) != 0) && !time_gt(&st->st_ctim, &now)) { in check_times() 108 if (((chk & CHK_CTIME_LT) != 0) && !time_gt(&now, &st->st_ctim)) { in check_times()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pzone.c | 344 statb.st_ctim.tv_sec != lofs_mstat.st_ctim.tv_sec || in Plofspath() 345 statb.st_ctim.tv_nsec != lofs_mstat.st_ctim.tv_nsec)) { in Plofspath()
|
H A D | pr_stat.c | 57 TIMESPEC32_TO_TIMESPEC(&dest->st_ctim, &src->st_ctim); in stat64_32_to_n()
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | stat.c | 242 sb.st_ctim = vattr.va_ctime; in cstat() 365 TIMESPEC_TO_TIMESPEC32(&(sb.st_ctim), &(vattr.va_ctime)); in cstat32() 473 lsb.st_ctim = vattr.va_ctime; in cstat64() 592 TIMESPEC_TO_TIMESPEC32(&(lsb.st_ctim), &(vattr.va_ctime)); in cstat64_32()
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumpusg.h | 104 #define st_spare3 st_ctim.tv_nsec
|
H A D | dumpmain.c | 1409 (left->st_ctim.tv_sec == right->st_ctim.tv_sec) && in statcmp() 1410 (left->st_ctim.tv_nsec == right->st_ctim.tv_nsec) && in statcmp()
|
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/ |
H A D | fake_stat.c | 85 lsb.st_ctim = vattr.va_ctime; in fake_stat()
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | nfsops.c | 420 stp->st_ctim.tv_sec = va.va_ctime.tv_sec; in boot_nfs_fstat() 421 stp->st_ctim.tv_nsec = va.va_ctime.tv_nsec; in boot_nfs_fstat()
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | utilities.c | 531 (left->st_ctim.tv_sec == right->st_ctim.tv_sec) && in statcmp() 532 (left->st_ctim.tv_nsec == right->st_ctim.tv_nsec) && in statcmp()
|
/illumos-gate/usr/src/test/os-tests/tests/portfs/ |
H A D | file_assoc.c | 128 fo.fo_ctime = st.st_ctim; in fa_run_test()
|
/illumos-gate/usr/src/stand/lib/sa/ |
H A D | time.c | 65 start_time = sb.st_ctim.tv_sec; in init_boot_time()
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | tv | 83 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | tv | 83 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | tv | 83 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | tv | 83 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
|
/illumos-gate/usr/src/common/fs/ |
H A D | hsfs.c | 629 stp->st_ctim.tv_sec = ip->i_ctime.tv_sec; in bhsfs_fstat() 630 stp->st_ctim.tv_nsec = ip->i_ctime.tv_usec * 1000; in bhsfs_fstat()
|
H A D | ufsops.c | 736 stp->st_ctim.tv_sec = ip->i_ctime.tv_sec; in bufs_fstat() 737 stp->st_ctim.tv_nsec = ip->i_ctime.tv_usec * 1000; in bufs_fstat()
|
/illumos-gate/usr/src/stand/lib/fs/ufs/ |
H A D | ufsops.c | 785 stp->st_ctim.tv_sec = ip->i_ctime.tv_sec; in boot_ufs_fstat() 786 stp->st_ctim.tv_nsec = ip->i_ctime.tv_usec * 1000; in boot_ufs_fstat()
|