Home
last modified time | relevance | path

Searched refs:btime (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/usr.sbin/lpr/common_source/
H A Dcommon.c466 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 Dedquota.c722 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 Dapr_memcache.h74 apr_time_t btime; member
H A Dapr_redis.h89 apr_time_t btime; member
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c528 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 Dzpl_inode.c398 stat->btime = zp->z_btime; in zpl_getattr_impl()
/freebsd-13.1/contrib/apr-util/redis/
H A Dapr_redis.c129 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 Dapr_memcache.c118 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 Dhammer2_disk.h984 uint64_t btime; /* 0028 birth time */ member
/freebsd-13.1/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c513 NFSVNO_SETATTRVAL(&nva2, btime, nva.na_btime); in nfsrvd_setattr()