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

/freebsd-11-stable/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-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_sa.c205 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);
H A Dzfs_log.c120 uint64_t *crtime; local
136 crtime = attrs + 1;
137 scanstamp = (caddr_t)(crtime + 2);
173 ZFS_TIME_ENCODE(&xoap->xoa_createtime, crtime);
H A Dzfs_ctldir.c348 uint64_t crtime[2]; local
360 &crtime, sizeof(crtime)));
361 ZFS_TIME_DECODE(&dot_zfs->cmtime, 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_znode.c764 uint64_t crtime[2], atime[2], mtime[2], ctime[2]; local
875 ZFS_TIME_ENCODE(&now, crtime);
909 NULL, &crtime, 16);
940 NULL, &crtime, 16);
H A Dzfs_vnops.c2667 uint64_t mtime[2], ctime[2], crtime[2], rdev; local
2681 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_CRTIME(zfsvfs), NULL, &crtime, 16);
2835 ZFS_TIME_DECODE(&vap->va_birthtime, crtime);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb_il.c67 time_t crtime = lr->lr_crtime[0]; local
86 (void) printf("%s%s", tab_prefix, ctime(&crtime));
H A Dzdb.c1547 time_t crtime; local
1558 crtime = dd->dd_creation_time;
1559 (void) printf("\t\tcreation_time = %s", ctime(&crtime));
1602 time_t crtime; local
1616 crtime = ds->ds_creation_time;
1638 (void) printf("\t\tcreation_time = %s", ctime(&crtime));
/freebsd-11-stable/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 107 milliseconds