Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdtime/
H A DMakefile.inc11 MAN+= ctime.3 getdate.3 offtime.3 strftime.3 strptime.3 \
25 MLINKS+=offtime.3 timelocal.3 \
26 offtime.3 timeoff.3
H A DSymbol.map21 offtime;
H A Dlocaltime.c1476 offtime(const time_t * const timep, const long offset) in offtime() function
/dragonfly/sys/net/altq/
H A Daltq_rmclass.c196 int minidle, u_int offtime, int pktsize, int flags) in rmc_newclass() argument
259 cl->offtime_ = ((offtime * nsecPerByte) / 8) >> RM_FILTER_GAIN; in rmc_newclass()
264 cl->offtime_ = (offtime * nsecPerByte) / 8; in rmc_newclass()
341 int minidle, u_int offtime, int pktsize) in rmc_modclass() argument
368 cl->offtime_ = ((offtime * nsecPerByte) / 8) >> RM_FILTER_GAIN; in rmc_modclass()
373 cl->offtime_ = (offtime * nsecPerByte) / 8; in rmc_modclass()
667 int minidle, u_int offtime, int flags) in rmc_init() argument
720 maxq, 0, 0, maxidle, minidle, offtime, 0, 0); in rmc_init()
H A Daltq_cbq.h78 int offtime; member
H A Daltq_cbq.c204 statsp->offtime = cl->offtime_; in get_class_stats()
369 opts->maxidle, opts->minidle, opts->offtime, in cbq_add_queue_locked()
376 opts->maxidle, opts->minidle, opts->offtime, in cbq_add_queue_locked()
/dragonfly/usr.sbin/pfctl/
H A Dpfctl_altq.c451 double offtime, nsPerByte, ifnsPerByte, ptime, cptime; in cbq_compute_idletime() local
505 offtime = cptime * (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom); in cbq_compute_idletime()
511 offtime = (offtime * 8.0) / nsPerByte * in cbq_compute_idletime()
517 offtime = offtime / 1000.0; in cbq_compute_idletime()
525 opts->offtime = (u_int)fabs(offtime); in cbq_compute_idletime()
/dragonfly/include/
H A Dtime.h209 struct tm *offtime(const time_t * const, const long);
/dragonfly/sys/net/pf/
H A Dpfvar.h1394 u_int offtime; member
/dragonfly/contrib/binutils-2.27/gprof/
H A Dgprof.texi939 16.67 0.03 0.01 244 0.04 0.12 offtime
975 occurred one each in @samp{offtime}, @samp{memccpy}, @samp{write},
1073 0.01 0.02 244+260 offtime <cycle 2> [7]
H A Dgprof.info747 16.67 0.03 0.01 244 0.04 0.12 offtime
778 occurred one each in `offtime', `memccpy', `write', and `mcount'.
869 0.01 0.02 244+260 offtime <cycle 2> [7]
/dragonfly/share/zoneinfo/
H A DNEWS3533 The signatures of 'offtime', 'timeoff', and 'gtime' have been