Searched refs:st_ctime (Results 26 - 42 of 42) sorted by relevance

12

/illumos-gate/usr/src/test/zfs-tests/tests/functional/ctime/
H A Dctime_001_pos.c88 *ptr = stat_buf.st_ctime;
264 { ST_CTIME, "st_ctime", do_creat },
265 { ST_CTIME, "st_ctime", do_write },
266 { ST_CTIME, "st_ctime", do_chmod },
267 { ST_CTIME, "st_ctime", do_chown },
268 { ST_CTIME, "st_ctime", do_link },
269 { ST_CTIME, "st_ctime", do_utime },
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathprobe.c203 if (ptime <= (unsigned long)st.st_mtime || ptime <= (unsigned long)st.st_ctime)
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h181 #define st_ctime st_ctim.tv_sec macro
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c403 { "ctime", NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_ctime), sizeof(Sp->st_ctime), make_time},
/illumos-gate/usr/src/lib/libcmd/common/
H A Dchgrp.c391 if ((unsigned long)ent->fts_statp->st_ctime >= before)
/illumos-gate/usr/src/cmd/zlook/
H A Dzlook.c165 if (ctime_r(&sb->st_ctime, timebuf, 512)) {
166 (void) printf("st_ctime\t\t");
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c412 if (attr->st_ctime > bksp->bs_ldate) {
415 (uint_t)attr->st_ino, (uint_t)attr->st_ctime,
420 (uint_t)attr->st_ino, (uint_t)attr->st_ctime,
426 (uint_t)attr->st_ctime, (uint_t)bksp->bs_ldate);
1642 /* Should the st_ctime be ignored when backing up? */
1644 NDMP_LOG(LOG_DEBUG, "ignoring st_ctime");
H A Dndmpd_fhistory.c176 entry->fstat.ctime = (ulong_t)file_stat->st_ctime;
352 entry->fstat.ctime = (ulong_t)file_stat->st_ctime;
486 file_stat_entry->ctime = file_stat->st_ctime;
701 file_stat_entry->ctime = file_stat->st_ctime;
H A Dndmpd_tar3.c1965 } else if (stp->st_ctime > t) {
1969 (uint_t)stp->st_ino, (uint_t)stp->st_ctime,
1974 (uint_t)stp->st_ino, (uint_t)stp->st_ctime,
1981 (uint_t)stp->st_ctime, (uint_t)t);
3709 /* Should the st_ctime be ignored when backing up? */
3711 NDMP_LOG(LOG_DEBUG, "ignoring st_ctime");
H A Dndmpd_zfs.c520 st.st_mtime = st.st_atime = st.st_ctime = time(NULL);
/illumos-gate/usr/src/cmd/ptools/ptree/
H A Dptree.c440 pp->start.tv_sec = st.st_ctime;
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c497 fp->fmtime = stb.st_ctime;
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmagic.c572 num = st->st_ctime;
604 num = st->st_ctime;
/illumos-gate/usr/src/cmd/find/
H A Dfind.c921 t = statb->st_ctime;
935 t = statb->st_ctime;
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsml.c1807 smlSetParamF(rtag, "st_ctime", "0x%llx",
1808 (unsigned long long)statbuf->st_ctime);
1865 if (smlParamEqF(tag, _sml_fileStatInfoTag, "st_ctime",
1866 "0x%llx", (unsigned long long)statbuf->st_ctime) != B_TRUE) {
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.c508 fmd_case_settime(cp, lp->log_stat.st_ctime, 0);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c4100 if (!openonly && st.st_ctime + 10 * 60 < curtime())

Completed in 2324 milliseconds

12