Searched refs:offtime (Results 1 – 10 of 10) sorted by relevance
/freebsd/lib/libc/stdtime/ |
H A D | Symbol.map | 19 offtime;
|
/freebsd/contrib/tzcode/ |
H A D | private.h | 644 # 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 D | localtime.c | 79 ** 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 D | NEWS | 4307 The signatures of 'offtime', 'timeoff', and 'gtime' have been
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_altq.c | 537 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 D | altq_rmclass.c | 182 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 D | altq_cbq.c | 187 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 D | altq_cbq.h | 93 int offtime; member
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_altq.h | 45 u_int offtime; member
|
/freebsd/contrib/tzdata/ |
H A D | NEWS | 4410 The signatures of 'offtime', 'timeoff', and 'gtime' have been
|