| /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 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 | 733 # undef offtime macro 734 # define offtime tz_offtime macro 893 # if TZ_TIME_T || !defined offtime 894 struct tm *offtime(time_t const *, long);
|
| localtime.c | 336 /* On platforms where offtime or mktime might overflow, 340 and to #define offtime (if TM_GMTOFF is defined) or mktime (otherwise) 343 to support the offtime or mktime variant. */ 476 ** 5. They might reference tm.TM_ZONE after calling offtime. 2454 offtime(time_t const *timep, long offset) function
|
| /src/lib/libc/include/ |
| namespace.h | 554 #define offtime _offtime macro
|
| /src/sys/dist/pf/net/ |
| pfvar.h | 1259 u_int offtime; member in struct:cbq_opts
|