/src/lib/libc/time/ |
Makefile.inc | 6 MAN+= ctime.3 getdate.3 offtime.3 strftime.3 strptime.3 \ 23 offtime.3 offtime_r.3 \ 24 offtime.3 timegm.3 \ 25 offtime.3 timelocal.3 \ 26 offtime.3 timeoff.3 \
|
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/lib/libc/compat/time/ |
compat_localtime.c | 22 __weak_alias(offtime,_offtime) 45 __warn_references(offtime, 46 "warning: reference to compatibility 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
|
altq_rmclass.c | 112 * borrow the offtime of the class borrowing from. 113 * the reason is that when its own offtime is set, the class is unable 116 * use the borrowing class's offtime to avoid overload. 165 * offtime how long 'delay' action will delay when class goes over 169 * Maxidle and offtime have to be computed from the following: If the 177 * offtime = ptime * (1 + 1/(1 - g) * (1 - g^(b - 1)) / g^(b - 1) 179 * Operationally, it's convenient to specify maxidle & offtime in units 180 * independent of the link bandwidth so the maxidle & offtime passed to 184 * maxidle*nsecPerByte/8 and offtime*nsecPerByte/8 will be in microseconds, 188 * values for maxidle and offtime can be computed as follows [all...] |
altq_cbq.c | 227 statsp->offtime = cl->offtime_; 389 opts->maxidle, opts->minidle, opts->offtime, 398 opts->maxidle, opts->minidle, opts->offtime, 687 acp->cbq_class.minidle, acp->cbq_class.offtime, 729 RM_MAXQUEUED, spec->maxidle, spec->minidle, spec->offtime, 738 spec->maxidle, spec->minidle, spec->offtime, 1103 printf("minidle=%d, offtime=%d, sleeping=%d, leaf=%d\n",
|
/src/lib/libc/compat/include/ |
time.h | 90 struct tm *offtime(const int32_t *, long);
|
/src/usr.sbin/altq/altqstat/ |
qdisc_cbq.c | 108 printf(" offtime: %"PRIi64" [ns] wrr_allot: %d bytes\n", 109 sp->offtime, sp->wrr_allot);
|
/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/include/ |
time.h | 217 struct tm *offtime(const time_t *, long) __RENAME(__offtime50);
|
/src/usr.sbin/altq/libaltq/ |
qop_cbq.c | 906 cl_spec->offtime = (u_int) fabs(lofftime);
|
/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
|