HomeSort by: relevance | last modified time | path
    Searched defs:mtime (Results 1 - 25 of 111) sorted by relevancy

1 2 3 4 5

  /src/share/examples/puffs/pgfs/
newfs.sql 68 mtime timestamptz NOT NULL, field in table:file
94 atime, ctime, mtime, btime)
newfs.sql 68 mtime timestamptz NOT NULL, field in table:file
94 atime, ctime, mtime, btime)
newfs.sql 68 mtime timestamptz NOT NULL, field in table:file
94 atime, ctime, mtime, btime)
  /src/sys/fs/v7fs/
v7fs_inode.h 44 v7fs_time_t mtime; member in struct:v7fs_inode
v7fs_inode.h 44 v7fs_time_t mtime; member in struct:v7fs_inode
v7fs_inode.h 44 v7fs_time_t mtime; member in struct:v7fs_inode
v7fs_impl.h 98 v7fs_time_t mtime; member in struct:v7fs_fileattr
  /src/bin/pax/
tables.h 71 * with -u, the mtime for every node in the archive must always be available
79 time_t mtime; /* files last modification time */ member in struct:ftm
147 time_t mtime; /* access and mod time to reset to */ member in struct:atdir
172 time_t mtime; /* mtime to set */ member in struct:dirdata
ftree.c 417 time_t atime, mtime; local in function:next_file
536 &mtime, &atime) == 0)) {
538 mtime, atime, 1, 0);
610 &mtime, &atime) < 0))
612 set_ftime(ftent->fts_path, mtime, atime, 1, 0);
tables.h 71 * with -u, the mtime for every node in the archive must always be available
79 time_t mtime; /* files last modification time */ member in struct:ftm
147 time_t mtime; /* access and mod time to reset to */ member in struct:atdir
172 time_t mtime; /* mtime to set */ member in struct:dirdata
ftree.c 417 time_t atime, mtime; local in function:next_file
536 &mtime, &atime) == 0)) {
538 mtime, atime, 1, 0);
610 &mtime, &atime) < 0))
612 set_ftime(ftent->fts_path, mtime, atime, 1, 0);
tables.h 71 * with -u, the mtime for every node in the archive must always be available
79 time_t mtime; /* files last modification time */ member in struct:ftm
147 time_t mtime; /* access and mod time to reset to */ member in struct:atdir
172 time_t mtime; /* mtime to set */ member in struct:dirdata
ftree.c 417 time_t atime, mtime; local in function:next_file
536 &mtime, &atime) == 0)) {
538 mtime, atime, 1, 0);
610 &mtime, &atime) < 0))
612 set_ftime(ftent->fts_path, mtime, atime, 1, 0);
tar.h 104 char mtime[12]; /* modification time */ member in struct:__anon7c22972a0108
143 char mtime[12]; /* modification time */ member in struct:__anon7c22972a0208
tar.h 104 char mtime[12]; /* modification time */ member in struct:__anon7c22972a0108
143 char mtime[12]; /* modification time */ member in struct:__anon7c22972a0208
  /src/sys/nfs/
nfs_clntsubs.c 157 struct timespec mtime; local in function:nfs_loadattrcache
170 fxdr_nfsv3time(&fp->fa3_mtime, &mtime);
178 fxdr_nfsv2time(&fp->fa2_mtime, &mtime);
211 np->n_mtime = mtime;
228 vap->va_mtime = mtime;
384 struct timespec *mtime, bool docheck)
398 if (timespeccmp(omtime, mtime, <=)) {
399 reason = "mtime";
430 " mtime %u.%09u %u.%09u)\n",
439 (unsigned int)mtime->tv_sec
    [all...]
nfs_clntsubs.c 157 struct timespec mtime; local in function:nfs_loadattrcache
170 fxdr_nfsv3time(&fp->fa3_mtime, &mtime);
178 fxdr_nfsv2time(&fp->fa2_mtime, &mtime);
211 np->n_mtime = mtime;
228 vap->va_mtime = mtime;
384 struct timespec *mtime, bool docheck)
398 if (timespeccmp(omtime, mtime, <=)) {
399 reason = "mtime";
430 " mtime %u.%09u %u.%09u)\n",
439 (unsigned int)mtime->tv_sec
    [all...]
nfs_clntsubs.c 157 struct timespec mtime; local in function:nfs_loadattrcache
170 fxdr_nfsv3time(&fp->fa3_mtime, &mtime);
178 fxdr_nfsv2time(&fp->fa2_mtime, &mtime);
211 np->n_mtime = mtime;
228 vap->va_mtime = mtime;
384 struct timespec *mtime, bool docheck)
398 if (timespeccmp(omtime, mtime, <=)) {
399 reason = "mtime";
430 " mtime %u.%09u %u.%09u)\n",
439 (unsigned int)mtime->tv_sec
    [all...]
  /src/share/examples/refuse/ian/libfetch/
fetch.h 54 time_t mtime; member in struct:url_stat
fetch.h 54 time_t mtime; member in struct:url_stat
  /src/sys/fs/sysvbfs/
bfs.h 81 int32_t mtime; member in struct:bfs_fileattr
bfs.h 81 int32_t mtime; member in struct:bfs_fileattr
  /src/sys/ufs/chfs/
media.h 90 le32 mtime; /* last modification time */ member in struct:chfs_flash_vnode
  /src/usr.sbin/lpr/lpc/
cmds.c 855 time_t mtime; variable in typeref:typename:time_t
890 mtime = queue[0]->q_time;
927 tvp[0].tv_sec = tvp[1].tv_sec = --mtime;
  /src/usr.sbin/puffs/mount_9p/
nineproto.c 127 uint32_t rdev, mode, atime, mtime; local in function:proto_getstat
145 GETFIELD(p9pbuf_get_4, &mtime, 4);
154 vap->va_mtime.tv_sec = mtime;
155 vap->va_ctime.tv_sec = mtime;
327 uint32_t mode, atime, mtime; local in function:proto_make_stat
349 mtime = vap->va_mtime.tv_sec;
351 mtime = P9PROTO_STAT_NOVAL4;
372 p9pbuf_put_4(pb, mtime);

Completed in 41 milliseconds

1 2 3 4 5