Searched refs:btime (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/usr.sbin/lpr/common_source/ |
| H A D | common.c | 466 struct timeval btime; in lpd_gettime() local 481 gettimeofday(&btime, NULL); in lpd_gettime() 482 tsp->tv_sec = btime.tv_sec; in lpd_gettime() 483 tsp->tv_nsec = btime.tv_usec * 1000; in lpd_gettime()
|
| /freebsd-13.1/usr.sbin/edquota/ |
| H A D | edquota.c | 722 uintmax_t itime, btime, iseconds, bseconds; in readtimes() local 746 &btime, bunits, &itime, iunits); in readtimes() 751 if (cvtatos(btime, bunits, &bseconds) == 0) in readtimes()
|
| /freebsd-13.1/contrib/apr-util/include/ |
| H A D | apr_memcache.h | 74 apr_time_t btime; member
|
| H A D | apr_redis.h | 89 apr_time_t btime; member
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_znode.c | 528 uint64_t atime[2], mtime[2], ctime[2], btime[2]; in zfs_znode_alloc() local 572 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_CRTIME(zfsvfs), NULL, &btime, 16); in zfs_znode_alloc() 600 ZFS_TIME_DECODE(&zp->z_btime, btime); in zfs_znode_alloc() 1179 uint64_t atime[2], mtime[2], ctime[2], btime[2]; in zfs_rezget() local 1249 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_CRTIME(zfsvfs), NULL, &btime, 16); in zfs_rezget() 1275 ZFS_TIME_DECODE(&zp->z_btime, btime); in zfs_rezget()
|
| H A D | zpl_inode.c | 398 stat->btime = zp->z_btime; in zpl_getattr_impl()
|
| /freebsd-13.1/contrib/apr-util/redis/ |
| H A D | apr_redis.c | 129 rs->btime = apr_time_now(); in make_server_dead() 194 if (curtime - rs->btime > apr_time_from_sec(5)) { in apr_redis_find_server_hash_default() 195 rs->btime = curtime; in apr_redis_find_server_hash_default()
|
| /freebsd-13.1/contrib/apr-util/memcache/ |
| H A D | apr_memcache.c | 118 ms->btime = apr_time_now(); in make_server_dead() 185 if (curtime - ms->btime > apr_time_from_sec(5)) { in apr_memcache_find_server_hash_default() 186 ms->btime = curtime; in apr_memcache_find_server_hash_default()
|
| /freebsd-13.1/usr.sbin/fstyp/ |
| H A D | hammer2_disk.h | 984 uint64_t btime; /* 0028 birth time */ member
|
| /freebsd-13.1/sys/fs/nfsserver/ |
| H A D | nfs_nfsdserv.c | 513 NFSVNO_SETATTRVAL(&nva2, btime, nva.na_btime); in nfsrvd_setattr()
|