/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | ctime.c | 31 ctime(timep) function
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | ctime.c | 69 * ctime(t) just calls localtime, then asctime. 163 ctime(const time_t *t) function
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_cmn_setfile.c | 57 uint64_t crtime, atime, mtime, ctime; local 62 &crtime, &atime, &mtime, &ctime, &attributes) != 0) 78 if (ctime != 0 && ctime != (uint64_t)-1) { 79 smb_time_nt_to_unix(ctime, &attr->sa_vattr.va_ctime);
|
/illumos-gate/usr/src/cmd/mdb/common/libstand/ |
H A D | ctime.c | 95 * So is ctime... 135 * ctime(t) just calls localtime, then asctime. 215 ctime(const time_t *t) function
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_sa.c | 205 uint64_t crtime[2], mtime[2], ctime[2]; local 237 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_CTIME(zfsvfs), NULL, &ctime, 16); 273 &ctime, 16);
|
H A D | zfs_dir.c | 715 uint64_t mtime[2], ctime[2]; local 739 ctime, sizeof (ctime)); 741 ctime, B_TRUE); 759 ctime, sizeof (ctime)); 762 zfs_tstamp_update_setup(dzp, CONTENT_MODIFIED, mtime, ctime, B_TRUE); 818 uint64_t mtime[2], ctime[2]; local 867 NULL, &ctime, sizeof (ctime)); [all...] |
H A D | zfs_znode.c | 766 uint64_t crtime[2], atime[2], mtime[2], ctime[2]; local 877 ZFS_TIME_ENCODE(&now, ctime); 908 NULL, &ctime, 16); 939 NULL, &ctime, 16); 1359 uint64_t ctime[2], boolean_t have_tx) 1385 ZFS_TIME_ENCODE(&now, ctime); 1664 uint64_t mtime[2], ctime[2]; local 1711 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_CTIME(zfsvfs), NULL, ctime, 16); 1714 zfs_tstamp_update_setup(zp, CONTENT_MODIFIED, mtime, ctime, B_TRUE); 1358 zfs_tstamp_update_setup(znode_t *zp, uint_t flag, uint64_t mtime[2], uint64_t ctime[2], boolean_t have_tx) argument
|
H A D | zfs_acl.c | 1189 uint64_t ctime[2]; local 1203 &ctime, sizeof (ctime)); 1328 zfs_tstamp_update_setup(zp, STATE_CHANGED, NULL, ctime, B_TRUE);
|
H A D | zfs_vnops.c | 647 * vp - ctime|mtime updated if byte count > 0 676 uint64_t mtime[2], ctime[2]; local 692 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_CTIME(zfsvfs), NULL, &ctime, 16); 961 zfs_tstamp_update_setup(zp, CONTENT_MODIFIED, mtime, ctime, 1369 * dvp - ctime|mtime updated if new entry created 1370 * vp - ctime|mtime always, atime if new 1621 * dvp - ctime|mtime 1622 * vp - ctime (if nlink > 0) 1862 * dvp - ctime|mtime updated 1863 * vp - ctime|mtim 2505 uint64_t mtime[2], ctime[2]; local 2718 uint64_t mtime[2], ctime[2]; local 4246 uint64_t mtime[2], ctime[2]; local [all...] |
/illumos-gate/usr/src/stand/lib/sa/ |
H A D | time.c | 208 ctime(const time_t *t) function
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | k5-int-pkinit.h | 42 krb5_timestamp ctime; member in struct:_krb5_pk_authenticator 52 krb5_timestamp ctime; member in struct:_krb5_pk_authenticator_draft9
|
/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/ |
H A D | smbus.c | 806 clock_t ctime; local 883 ctime = ddi_get_lbolt(); 884 ctime += drv_usectohz(SMBUS_TRANS_TIMEOUT);
|
/illumos-gate/usr/src/boot/include/isofs/cd9660/ |
H A D | iso.h | 197 char ctime [ISODCL (11, 27)]; /* 8.4.26.1 */ member in struct:iso_extended_attributes
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | pkgfs.c | 91 char ctime[12]; member in struct:ustar_hdr::__anon87::__anon89
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_attr.c | 2668 timestruc_t ctime; local 2695 error = nfs4_time_ntov(&na->time_metadata, &ctime); 2698 if (bcmp(&ctime, &sarg->vap->va_ctime, sizeof (ctime)))
|
H A D | nfs4_vnops.c | 3767 * with only ctime as the argument. If the server ctime differs from 3769 * already have the ctime from the preceding getattr, so just set it 3794 timestruc_t ctime; local 3837 * Set ctime local here (outside the do_again label) 3839 * will use ctime from GETATTR results (from failed 3848 ctime = rp->r_attr.va_ctime; 3875 * We only care about the ctime, but need to get mtime 3919 * setattr iterates if the object size is set and the cached ctime 3920 * does not match the file ctime [all...] |
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_smb.c | 1087 mb_put_uint64le(mbp, 0); /* ctime (no change) */ 1452 struct timespec ctime; local 1466 gethrestime(&ctime); 1467 smb_time_local2server(&ctime, SSTOVC(ssp)->vc_sopt.sv_tz, &tm);
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-int.h | 2593 krb5_timestamp ctime; member in struct:_krb5_donot_replay
|
H A D | krb5.h | 1098 krb5_timestamp ctime; /* client sec portion */ member in struct:_krb5_authenticator 1198 krb5_timestamp ctime; /* client sec portion; optional */ member in struct:_krb5_error 1224 krb5_timestamp ctime; /* client time, seconds portion */ member in struct:_krb5_ap_rep_enc_part
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs.h | 367 NFS3_TIME_OK((attrs)->ctime.seconds)) 1156 nfstime3 ctime; member in struct:fattr3 1188 nfstime3 ctime; member in struct:wcc_attr
|