Searched refs:btime (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/ |
H A D | edquota.c | 500 char btime[80], ftime[80]; in gettimes() local 510 fmttime(btime, fsqp->fsq_dqb.dqb_btimelimit); in gettimes() 514 fsqp->fsq_fs, btime, ftime); in gettimes()
|
/illumos-gate/usr/src/cmd/krb5/slave/ |
H A D | kpropd.c | 1158 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()
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_file.c | 578 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()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | genunix.c | 907 hrtime_t btime; /* expiration after value */ member 995 (coargs->exp > coargs->btime)) { in callouts_cb() 1139 (cl->cl_expiration > coargs->btime)) { in callout_list_cb() 1513 'b', MDB_OPT_UINTPTR_SET, &bflag, (uintptr_t *)&coargs.btime, in callout() 1540 coargs.btime *= coargs.nsec_per_tick; in callout() 1546 coargs.btime += coargs.now; in callout() 1595 if ((aflag && bflag) && (coargs.btime <= coargs.atime)) { in callout()
|