Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/cachefs/umount/
H A Dumount.c157 time32_t btime; in main() local
164 if ((btime = get_boottime()) != -1) in main()
165 xx = write(ufd, &btime, sizeof (time32_t)); in main()
/titanic_44/usr/src/cmd/fs.d/cachefs/common/
H A Dsubr.c566 time32_t btime; in cachefs_create_cache() local
568 btime = get_boottime(); in cachefs_create_cache()
569 fwrite((void *)&btime, sizeof (btime), 1, fp); in cachefs_create_cache()
/titanic_44/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c501 char btime[80], ftime[80]; in gettimes() local
511 fmttime(btime, fsqp->fsq_dqb.dqb_btimelimit); in gettimes()
515 fsqp->fsq_fs, btime, ftime); in gettimes()
/titanic_44/usr/src/cmd/krb5/slave/
H A Dkpropd.c1158 unsigned int btime; in backoff_from_master() local
1160 btime = (unsigned int)(2<<(*cnt)); in backoff_from_master()
1161 if (btime > MAX_BACKOFF) { in backoff_from_master()
1162 btime = MAX_BACKOFF; in backoff_from_master()
1166 return (btime); in backoff_from_master()
/titanic_44/usr/src/cmd/fs.d/cachefs/fsck/
H A Dfsck.c966 time32_t btime; in process_fsdir() local
1039 btime = get_boottime(); in process_fsdir()
1040 if (write(fd, &btime, sizeof (btime)) == -1) { in process_fsdir()
/titanic_44/usr/src/cmd/fs.d/cachefs/mount/
H A Dmount.c1490 time32_t btime; in first_time_ab() local
1499 if (read(ufd, &btime, sizeof (time32_t)) == -1) in first_time_ab()
1502 if (get_boottime() != btime) in first_time_ab()
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_file.c578 krb5_timestamp btime = get_boot_time(now); in krb5_rc_file_store() local
581 (void) atomic_cas_32((uint32_t *)&boot_time, 0, btime); in krb5_rc_file_store()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c702 hrtime_t btime; /* expiration after value */ member
790 (coargs->exp > coargs->btime)) { in callouts_cb()
934 (cl->cl_expiration > coargs->btime)) { in callout_list_cb()
1308 'b', MDB_OPT_UINTPTR_SET, &bflag, (uintptr_t *)&coargs.btime, in callout()
1335 coargs.btime *= coargs.nsec_per_tick; in callout()
1341 coargs.btime += coargs.now; in callout()
1390 if ((aflag && bflag) && (coargs.btime <= coargs.atime)) { in callout()