/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_close.c | 61 int32_t mtime; local 69 mtime = smb_time_local_to_gmt(sr, sr->arg.timestamp); 70 smb_ofile_close(sr->fid_ofile, mtime); 102 int32_t mtime; local 110 mtime = smb_time_local_to_gmt(sr, sr->arg.timestamp); 111 smb_ofile_close(sr->fid_ofile, mtime);
|
H A D | smb_cmn_setfile.c | 57 uint64_t crtime, atime, mtime, ctime; local 62 &crtime, &atime, &mtime, &ctime, &attributes) != 0) 74 if (mtime != 0 && mtime != (uint64_t)-1) { 75 smb_time_nt_to_unix(mtime, &attr->sa_vattr.va_mtime);
|
H A D | smb_set_fileinfo.c | 400 uint32_t mtime; local 404 if (smbsr_decode_vwv(sr, "wl10.", &attributes, &mtime) != 0) 418 if (mtime != 0 && mtime != UINT_MAX) { 420 smb_time_local_to_gmt(sr, mtime); 438 uint32_t crtime, atime, mtime; local 442 if (smbsr_decode_vwv(sr, "yyy", &crtime, &atime, &mtime) != 0) 446 if (mtime != 0 && mtime != UINT_MAX) { 448 smb_time_local_to_gmt(sr, mtime); 481 uint32_t crtime, atime, mtime; local [all...] |
H A D | smb_quota.c | 218 uint64_t mtime; local 239 &next_offset, &sidlen, &mtime, 296 uint64_t mtime = 0; local 331 next_quota ? next_offset : 0, sidlen, mtime,
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | timer.c | 58 static int mtime; /* periodic mcast supply timer */ local 70 mtime = supplyinterval; 92 mtime += alarmtime; 93 if (mtime >= supplyinterval) { 96 mtime = 0; 99 mintime = min(mintime, supplyinterval - mtime);
|
/illumos-gate/usr/src/cmd/stat/common/ |
H A D | mnt.c | 42 static time_t mtime; variable 86 if (buf.st_mtime != mtime) { 97 mtime = buf.st_mtime;
|
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | path.h | 58 time_t mtime; member in struct:pathcomp
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_sa.c | 205 uint64_t crtime[2], mtime[2], ctime[2]; local 236 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_MTIME(zfsvfs), NULL, &mtime, 16); 271 &mtime, 16);
|
H A D | zfs_dir.c | 715 uint64_t mtime[2], ctime[2]; local 740 zfs_tstamp_update_setup(zp, STATE_CHANGED, mtime, 757 mtime, sizeof (mtime)); 762 zfs_tstamp_update_setup(dzp, CONTENT_MODIFIED, mtime, ctime, B_TRUE); 818 uint64_t mtime[2], ctime[2]; local 870 zfs_tstamp_update_setup(zp, STATE_CHANGED, mtime, ctime, 896 NULL, mtime, sizeof (mtime)); 899 zfs_tstamp_update_setup(dzp, CONTENT_MODIFIED, mtime, ctim [all...] |
/illumos-gate/usr/src/ucbcmd/vipw/ |
H A D | vipw.c | 226 editfile(char *editor, char *temp, char *orig, time_t *mtime) argument 230 return (sanity_check(temp, mtime, orig)); 259 sanity_check(char *temp, time_t *mtime, char *orig) argument 277 *mtime = sbuf.st_mtime;
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb_il.c | 198 time_t mtime = (time_t)lr->lr_mtime[0]; local 234 ctime(&mtime));
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | action.c | 396 long mtime; local 439 mtime = sp->f_modtime; /* modtime (if preserving) */ 743 newtimes.actime = mtime; 744 newtimes.modtime = mtime;
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | alias.c | 397 time_t mtime; local 463 mtime = stb.st_mtime; 475 if (stat(buf, &stb) < 0 || stb.st_mtime < mtime || attimeout)
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | security.c | 391 static char mtime[MODSTR]; local 398 (void) sprintf(mtime, "%d/%d-%d:%2.2d", tp->tm_mon + 1, 400 return(mtime);
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | fhtab.h | 80 time32_t mtime; /* modification time of entry */ member in struct:fhlist_ent 105 time32_t mtime; /* modification time of entry */ member in struct:linkinfo_ent
|
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | tar.h | 99 char mtime[TMTMLEN]; member in struct:header
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | tar.h | 108 char mtime[TMTMLEN]; member in struct:header
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | tar.h | 108 char mtime[TMTMLEN]; member in struct:header
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | tar.h | 108 char mtime[TMTMLEN]; member in struct:header
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | tar.h | 108 char mtime[TMTMLEN]; member in struct:header
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | server.c | 78 * Qname - Query if file exists. Return mtime & size if it does. 609 register time_t mtime; local 703 mtime = 0; 705 mtime = mtime * 10 + (*s++ - '0'); 707 error("update: mtime not delimited\n"); 714 if (stp->st_mtime == mtime) 716 if (stp->st_mtime < mtime) { 720 } else if (stp->st_mtime == mtime && stp->st_size == size) 728 * Ysize mtime\ 783 time_t mtime; local [all...] |
/illumos-gate/usr/src/cmd/bart/ |
H A D | compare.c | 43 char *mode, char *acl, char *mtime, char *uid, char *gid, char *contents, 230 char *acl, char *mtime, char *uid, char *gid, char *contents, char *devnode, 243 get_token(line, &pos, line_len, mtime, MISC_SIZE); 415 tag = "mtime"; 229 parse_line(char *line, char *fname, char *type, char *size, char *mode, char *acl, char *mtime, char *uid, char *gid, char *contents, char *devnode, char *dest) argument
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_smb.c | 478 smb_smb_close(struct smb_share *ssp, uint16_t fid, struct timespec *mtime, argument 492 if (mtime) { 494 smb_time_local2server(mtime, sv_tz, &time);
|
/illumos-gate/usr/src/cmd/logadm/ |
H A D | main.c | 937 int mtime = (int)time(0) - (int)opts_optarg_int(opts, "A"); local 940 if (fn_getstat(nextfnp)->st_mtime < mtime) {
|
/illumos-gate/usr/src/uts/common/fs/pcfs/ |
H A D | pc_dir.c | 703 struct pctime mtime; local 744 mtime = slot.sl_ep->pcd_mtime; 799 ep->pcd_mtime = mtime;
|