HomeSort by: relevance | last modified time | path
    Searched defs:crtime (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/fs/cd9660/
cd9660_node.c 248 int crtime, days; local
275 crtime = ((((days * 24) + hour) * 60 + minute) * 60) + second;
279 crtime -= tz * 15 * 60;
281 pu->tv_sec = crtime;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_sa.c 205 uint64_t crtime[2], mtime[2], ctime[2]; local
233 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_CRTIME(zfsvfs), NULL, &crtime, 16);
270 &crtime, 16);
zfs_log.c 120 uint64_t *crtime; local
136 crtime = attrs + 1;
137 scanstamp = (caddr_t)(crtime + 2);
173 ZFS_TIME_ENCODE(&xoap->xoa_createtime, crtime);
zfs_replay.c 85 uint64_t *crtime; local
103 crtime = attrs + 1;
104 scanstamp = (caddr_t)(crtime + 2);
130 ZFS_TIME_DECODE(&xoap->xoa_createtime, crtime);
zfs_ctldir.c 346 uint64_t crtime[2]; local
358 &crtime, sizeof(crtime)));
359 ZFS_TIME_DECODE(&dot_zfs->cmtime, crtime);
1952 uint64_t crtime[2]; local
1958 &crtime, sizeof(crtime)));
1961 ZFS_TIME_DECODE(&zc->zc_cmtime, crtime);
zfs_znode.c 928 uint64_t crtime[2], atime[2], mtime[2], ctime[2]; local
1039 ZFS_TIME_ENCODE(&now, crtime);
1073 NULL, &crtime, 16);
1104 NULL, &crtime, 16);
zfs_vnops.c 3062 uint64_t mtime[2], ctime[2], crtime[2], rdev; local
3076 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_CRTIME(zfsvfs), NULL, &crtime, 16);
3246 ZFS_TIME_DECODE(&vap->va_birthtime, crtime);
  /src/external/cddl/osnet/dist/cmd/zdb/
zdb_il.c 62 time_t crtime = lr->lr_crtime[0]; local
81 (void) printf("%s%s", prefix, ctime(&crtime));
zdb.c 1337 time_t crtime; local
1345 crtime = dd->dd_creation_time;
1346 (void) printf("\t\tcreation_time = %s", ctime(&crtime));
1388 time_t crtime; local
1396 crtime = ds->ds_creation_time;
1417 (void) printf("\t\tcreation_time = %s", ctime(&crtime));

Completed in 25 milliseconds