Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdtime/
H A DSymbol.map19 offtime;
/freebsd/contrib/tzcode/
H A Dprivate.h644 # undef offtime
645 # define offtime tz_offtime
777 # if TZ_TIME_T || !defined offtime
778 struct tm *offtime(time_t const *, long);
630 # define offtime tz_offtime global() macro
H A Dlocaltime.c79 ** 5. They might reference tm.TM_ZONE after calling offtime.
1800 offtime(const time_t *timep, long offset) in gmtime_r()
1859 offtime(const time_t *timep, long offset) offtime() function
H A DNEWS4307 The signatures of 'offtime', 'timeoff', and 'gtime' have been
/freebsd/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()
/freebsd/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.c187 statsp->offtime = cl->offtime_; in get_class_stats()
354 opts->maxidle, opts->minidle, opts->offtime, in cbq_add_queue()
361 opts->maxidle, opts->minidle, opts->offtime, in cbq_add_queue()
H A Daltq_cbq.h93 int offtime; member
/freebsd/sys/netpfil/pf/
H A Dpf_altq.h45 u_int offtime; member
/freebsd/contrib/tzdata/
H A DNEWS4410 The signatures of 'offtime', 'timeoff', and 'gtime' have been