Searched refs:crtime (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.3-release/sys/fs/cd9660/
H A Dcd9660_node.c225 int crtime, days; local
256 crtime = ((((days * 24) + hour) * 60 + minute) * 60) + second;
260 crtime -= tz * 15 * 60;
262 pu->tv_sec = crtime;
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_sa.c205 uint64_t crtime[2], mtime[2], ctime[2]; local
238 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_CRTIME(zfsvfs), NULL, &crtime, 16);
275 &crtime, 16);
H A Dzfs_log.c119 uint64_t *crtime; local
135 crtime = attrs + 1;
136 scanstamp = (caddr_t)(crtime + 2);
172 ZFS_TIME_ENCODE(&xoap->xoa_createtime, crtime);
H A Dzfs_replay.c85 uint64_t *crtime; local
103 crtime = attrs + 1;
104 scanstamp = (caddr_t)(crtime + 2);
130 ZFS_TIME_DECODE(&xoap->xoa_createtime, crtime);
H A Dzfs_ctldir.c245 uint64_t crtime[2]; local
257 &crtime, sizeof (crtime)));
258 ZFS_TIME_DECODE(&zcp->zc_cmtime, crtime);
H A Dzfs_znode.c773 uint64_t crtime[2], atime[2], mtime[2], ctime[2]; local
884 ZFS_TIME_ENCODE(&now, crtime);
918 NULL, &crtime, 16);
949 NULL, &crtime, 16);
H A Dzfs_vnops.c2820 uint64_t mtime[2], ctime[2], crtime[2], rdev; local
2834 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_CRTIME(zfsvfs), NULL, &crtime, 16);
2998 ZFS_TIME_DECODE(&vap->va_birthtime, crtime);
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb_il.c62 time_t crtime = lr->lr_crtime[0]; local
81 (void) printf("%s%s", prefix, ctime(&crtime));
H A Dzdb.c1324 time_t crtime; local
1332 crtime = dd->dd_creation_time;
1333 (void) printf("\t\tcreation_time = %s", ctime(&crtime));
1375 time_t crtime; local
1383 crtime = ds->ds_creation_time;
1404 (void) printf("\t\tcreation_time = %s", ctime(&crtime));
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dwince.c1570 FILETIME crtime, actime, wrtime; local
1614 CeGetFileTime (h, &crtime, &actime, &wrtime);
1627 !CeGetFileTime (h, &crtime, &actime, &wrtime) ||

Completed in 279 milliseconds