| /freebsd/lib/libgssapi/ |
| H A D | gss_acquire_cred.c | 55 OM_uint32 min_time, cred_time; in gss_acquire_cred() local 105 min_time = GSS_C_INDEFINITE; in gss_acquire_cred() 138 if (cred_time < min_time) in gss_acquire_cred() 139 min_time = cred_time; in gss_acquire_cred() 168 *time_rec = min_time; in gss_acquire_cred()
|
| /freebsd/crypto/heimdal/lib/gssapi/mech/ |
| H A D | gss_acquire_cred.c | 48 OM_uint32 min_time, cred_time; in gss_acquire_cred() local 99 min_time = GSS_C_INDEFINITE; in gss_acquire_cred() 134 if (cred_time < min_time) in gss_acquire_cred() 135 min_time = cred_time; in gss_acquire_cred() 164 *time_rec = min_time; in gss_acquire_cred()
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_read_format_mtree.c | 40 time_t min_time; in test_read_format_mtree1() local 182 min_time = archive_entry_mtime(ae); in test_read_format_mtree1() 183 assert(min_time <= 0); in test_read_format_mtree1() 185 t = (time_t)((uintmax_t)min_time - 1); in test_read_format_mtree1() 194 assertEqualInt(archive_entry_mtime(ae), min_time); in test_read_format_mtree1()
|
| /freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | kstat.h | 190 hrtime_t min_time; /* shortest event duration */ member
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | kstat.h | 188 hrtime_t min_time; /* shortest event duration */ member
|
| /freebsd/usr.sbin/rpcbind/ |
| H A D | rpcb_svc_com.c | 916 time_t min_time, time_now; in forward_register() local 919 min_time = FINFO[0].time; in forward_register() 948 } else if (FINFO[i].time < min_time) { in forward_register() 950 min_time = FINFO[i].time; in forward_register()
|
| /freebsd/sys/dev/e1000/ |
| H A D | e1000_ich8lan.h | 344 s32 e1000_configure_k0s_lpt(struct e1000_hw *hw, u8 entry_latency, u8 min_time);
|
| H A D | e1000_ich8lan.c | 6315 s32 e1000_configure_k0s_lpt(struct e1000_hw *hw, u8 entry_latency, u8 min_time) in e1000_configure_k0s_lpt() argument 6322 if (entry_latency > 3 || min_time > 4) in e1000_configure_k0s_lpt() 6332 kmrn_reg |= ((min_time << E1000_KMRNCTRLSTA_K0S_CTRL_MIN_TIME_SHIFT)); in e1000_configure_k0s_lpt()
|
| /freebsd/contrib/tzcode/ |
| H A D | zic.c | 1146 static zic_t const min_time = MINVAL(zic_t, TIME_T_BITS_IN_FILE); variable 1166 intmax_t lo = min_time, hi = max_time; in timerange_option() 1182 if (*hi_end || hi < lo || max_time < lo || hi < min_time) in timerange_option() 1184 lo_time = max(lo, min_time); in timerange_option() 2850 thismin = min_time; in writezone() 3527 if (min_time < lo_time || hi_time < max_time) in outzone() 3536 bool usestart = i > 0 && (zp - 1)->z_untiltime > min_time; in outzone() 3540 if (useuntil && zp->z_untiltime <= min_time) in outzone() 3863 if (rolling && (lo_time != min_time || hi_time != max_time)) { in leapadd() 4120 if (min_time <= sum && sum <= max_time) in tadd()
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | chan.c | 1765 u64 min_time; in rtw89_mcc_fill_start_tsf() local 1777 min_time = tsf; in rtw89_mcc_fill_start_tsf() 1779 min_time += ieee80211_tu_to_usec(RTW89_MCC_SHORT_TRIGGER_TIME); in rtw89_mcc_fill_start_tsf() 1781 min_time += ieee80211_tu_to_usec(RTW89_MCC_LONG_TRIGGER_TIME); in rtw89_mcc_fill_start_tsf() 1785 if (start_tsf < min_time) in rtw89_mcc_fill_start_tsf() 1786 start_tsf += roundup_u64(min_time - start_tsf, bcn_intvl_ref_us); in rtw89_mcc_fill_start_tsf()
|
| /freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-kstat.c | 222 ktp->min_time, ktp->max_time, in kstat_seq_show_timer()
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 7238 auto min_time = env.clock_resolution.mean * Detail::minimum_ticks; in prepare() local 7239 …auto run_time = std::max(min_time, std::chrono::duration_cast<decltype(min_time)>(Detail::warmup_t… in prepare() 7241 … int new_iters = static_cast<int>(std::ceil(min_time * test.iterations / test.elapsed)); in prepare()
|
| /freebsd/sys/netinet/tcp_stacks/ |
| H A D | rack.c | 19461 uint64_t min_time; in rack_get_hpts_pacing_min_for_bw() local 19464 min_time = (uint64_t)get_hpts_min_sleep_time(); in rack_get_hpts_pacing_min_for_bw() 19465 maxlen = (uint32_t)((rack->r_ctl.gp_bw * min_time) / (uint64_t)HPTS_USEC_IN_SEC); in rack_get_hpts_pacing_min_for_bw()
|