Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/lpr/common_source/
H A Dcommon.c399 struct timeval btime; in lpd_gettime() local
414 gettimeofday(&btime, NULL); in lpd_gettime()
415 tsp->tv_sec = btime.tv_sec; in lpd_gettime()
416 tsp->tv_nsec = btime.tv_usec * 1000; in lpd_gettime()
/dragonfly/games/rogue/
H A Dzap.c277 static short btime; in bounce() local
280 btime = get_rand(3, 6); in bounce()
281 } else if (r > btime) { in bounce()
/dragonfly/bin/ps/
H A Dextern.h43 extern struct timeval btime;
H A Dps.c103 struct timeval btime; variable
371 if (sysctlbyname("kern.boottime", &btime, &btime_size, NULL, 0) < 0) { in main()
H A Dprint.c425 if (then < btime.tv_sec) { in started()
426 then = btime.tv_sec; in started()
/dragonfly/usr.sbin/edquota/
H A Dedquota.c638 time_t itime, btime, iseconds, bseconds; in readtimes() local
668 btime = l_btime; in readtimes()
670 if (cvtatos(btime, bunits, &bseconds) == 0) in readtimes()
/dragonfly/sbin/hammer2/
H A Dprint_inode.c89 printf("btime = %s\n", hammer2_time64_to_str(meta->btime, &str)); in print_inode()
H A Dcmd_debug.c1034 hammer2_time64_to_str(media.ipdata.meta.btime, &str)); in show_bref()
/dragonfly/sbin/newfs_hammer2/
H A Dmkfs_hammer2.c349 rawip->meta.btime = now; in format_hammer2_inode()
428 rawip->meta.btime = now; in format_hammer2_inode()
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_disk.h935 uint64_t btime; /* 0028 birth time */ member
/dragonfly/sbin/fsck_hammer2/
H A Dtest.c1180 hammer2_time64_to_str(ipdata->meta.btime, &str)); in print_media()
/dragonfly/usr.sbin/makefs/
H A Dhammer2.c1618 printf("btime = %s\n", hammer2_time64_to_str(meta->btime, &str)); in hammer2_inode_getx()