HomeSort by: relevance | last modified time | path
    Searched defs:offtime (Results 1 - 6 of 6) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
pfctl_altq.c 423 * compute ns_per_byte, maxidle, minidle, and offtime
430 double offtime, nsPerByte, ifnsPerByte, ptime, cptime; local in function:cbq_compute_idletime
484 offtime = cptime * (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom);
490 offtime = (offtime * 8.0) / nsPerByte *
496 offtime = offtime / 1000.0;
504 opts->offtime = (u_int)fabs(offtime);
  /src/sys/altq/
altq_cbq.h 86 int64_t offtime; member in struct:_cbq_class_stats_
119 u_int offtime; member in struct:cbq_class_spec
  /src/lib/libc/time/
private.h 701 # undef offtime
702 # define offtime tz_offtime macro
841 # if TZ_TIME_T || !defined offtime
842 struct tm *offtime(time_t const *, long);
localtime.c 90 /* On platforms where offtime or mktime might overflow,
94 and to #define offtime (if TM_GMTOFF is defined) or mktime (otherwise)
97 to support the offtime or mktime variant. */
169 ** 5. They might reference tm.TM_ZONE after calling offtime.
1886 offtime(const time_t *timep, long offset) function in typeref:struct:tm *
  /src/sys/dist/pf/net/
pfvar.h 1259 u_int offtime; member in struct:cbq_opts
  /src/lib/libc/include/
namespace.h 554 #define offtime _offtime macro

Completed in 20 milliseconds