Searched refs:offtime (Results 1 – 11 of 11) sorted by relevance
| /src/lib/libc/stdtime/ |
| H A D | Symbol.map | 19 offtime;
|
| /src/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.h | 93 int offtime; member
|
| H A D | altq_cbq.c | 189 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 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()
|
| /src/contrib/tzcode/ |
| H A D | private.h | 726 # 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 D | localtime.c | 2311 offtime(time_t const *timep, long offset) in offtime() function
|
| H A D | NEWS | 191 This option affects gmtime and offtime similarly to localtime. 4642 The signatures of 'offtime', 'timeoff', and 'gtime' have been
|
| /src/include/ |
| H A D | time.h | 176 struct tm *offtime(const time_t *, long);
|
| /src/sys/netpfil/pf/ |
| H A D | pf_altq.h | 45 u_int offtime; member
|
| /src/contrib/tzdata/ |
| H A D | NEWS | 191 This option affects gmtime and offtime similarly to localtime. 4642 The signatures of 'offtime', 'timeoff', and 'gtime' have been
|