Home
last modified time | relevance | path

Searched refs:offtime (Results 1 – 11 of 11) sorted by relevance

/src/lib/libc/stdtime/
H A DSymbol.map19 offtime;
/src/sys/net/altq/
H A Daltq_rmclass.c182 int minidle, u_int offtime, int pktsize, int flags) in rmc_newclass() argument
256 cl->offtime_ = ((offtime * nsecPerByte) / 8) >> RM_FILTER_GAIN; in rmc_newclass()
261 cl->offtime_ = (offtime * nsecPerByte) / 8; in rmc_newclass()
349 int minidle, u_int offtime, int pktsize) in rmc_modclass() argument
378 cl->offtime_ = ((offtime * nsecPerByte) / 8) >> RM_FILTER_GAIN; in rmc_modclass()
383 cl->offtime_ = (offtime * nsecPerByte) / 8; in rmc_modclass()
671 int minidle, u_int offtime, int flags) in rmc_init() argument
726 maxidle, minidle, offtime, in rmc_init()
H A Daltq_cbq.h93 int offtime; member
H A Daltq_cbq.c189 statsp->offtime = cl->offtime_; in get_class_stats()
356 opts->maxidle, opts->minidle, opts->offtime, in cbq_add_queue()
363 opts->maxidle, opts->minidle, opts->offtime, in cbq_add_queue()
/src/sbin/pfctl/
H A Dpfctl_altq.c537 double offtime, nsPerByte, ifnsPerByte, ptime, cptime; in cbq_compute_idletime() local
591 offtime = cptime * (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom); in cbq_compute_idletime()
597 offtime = (offtime * 8.0) / nsPerByte * in cbq_compute_idletime()
603 offtime = offtime / 1000.0; in cbq_compute_idletime()
611 opts->offtime = (u_int)fabs(offtime); in cbq_compute_idletime()
/src/contrib/tzcode/
H A Dprivate.h726 # undef offtime
727 # define offtime tz_offtime macro
880 # if TZ_TIME_T || !defined offtime
881 struct tm *offtime(time_t const *, long);
H A Dlocaltime.c2311 offtime(time_t const *timep, long offset) in offtime() function
H A DNEWS191 This option affects gmtime and offtime similarly to localtime.
4642 The signatures of 'offtime', 'timeoff', and 'gtime' have been
/src/include/
H A Dtime.h176 struct tm *offtime(const time_t *, long);
/src/sys/netpfil/pf/
H A Dpf_altq.h45 u_int offtime; member
/src/contrib/tzdata/
H A DNEWS191 This option affects gmtime and offtime similarly to localtime.
4642 The signatures of 'offtime', 'timeoff', and 'gtime' have been