Searched refs:btime (Results 1 – 7 of 7) sorted by relevance
| /freebsd/usr.sbin/lpr/common_source/ |
| H A D | common.c | 458 struct timeval btime; in lpd_gettime() local 473 gettimeofday(&btime, NULL); in lpd_gettime() 474 tsp->tv_sec = btime.tv_sec; in lpd_gettime() 475 tsp->tv_nsec = btime.tv_usec * 1000; in lpd_gettime()
|
| /freebsd/crypto/krb5/src/kprop/ |
| H A D | kpropd.c | 1010 unsigned int btime; in backoff_from_primary() local 1012 btime = (unsigned int)(2<<(*cnt)); in backoff_from_primary() 1013 if (btime > MAX_BACKOFF) { in backoff_from_primary() 1014 btime = MAX_BACKOFF; in backoff_from_primary() 1018 return btime; in backoff_from_primary()
|
| /freebsd/usr.sbin/edquota/ |
| H A D | edquota.c | 707 uintmax_t itime, btime, iseconds, bseconds; in readtimes() local 731 &btime, bunits, &itime, iunits); in readtimes() 736 if (cvtatos(btime, bunits, &bseconds) == 0) in readtimes()
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_znode_os.c | 521 uint64_t atime[2], mtime[2], ctime[2], btime[2]; in zfs_znode_alloc() local 564 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_CRTIME(zfsvfs), NULL, &btime, 16); in zfs_znode_alloc() 595 ZFS_TIME_DECODE(&zp->z_btime, btime); in zfs_znode_alloc() 1173 uint64_t atime[2], mtime[2], ctime[2], btime[2]; in zfs_rezget() local 1244 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_CRTIME(zfsvfs), NULL, &btime, 16); in zfs_rezget() 1273 ZFS_TIME_DECODE(&zp->z_btime, btime); in zfs_rezget()
|
| H A D | zpl_inode.c | 504 stat->btime = zp->z_btime; in zpl_getattr_impl()
|
| /freebsd/usr.sbin/fstyp/ |
| H A D | hammer2_disk.h | 982 uint64_t btime; /* 0028 birth time */ member
|
| /freebsd/sys/fs/nfsserver/ |
| H A D | nfs_nfsdserv.c | 560 NFSVNO_SETATTRVAL(&nva2, btime, nva.na_btime); in nfsrvd_setattr()
|