Searched refs:maxoffs (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/ntp/scripts/monitoring/
H A Dntploopwatch197 undef($maxoffs);
510 $minoffs,$maxoffs,
1072 undef $maxoffs;
1103 $maxoffs = &max(@offs);
1113 ($minoffs == $maxoffs) && ($minoffs -= 0.1,$maxoffs += 0.1);
1120 if (($maxoffs - $minoffs) > $MinClip)
1122 $f = (&abs($minoffs) < &abs($maxoffs)) ? $FuzzLow : $FuzzBig;
1126 $maxy = (($maxoffs - $m) <= ($f * $i))
1127 ? $maxoffs
[all...]
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_provider.c543 uint_t *noffs, *maxoffs; local
583 maxoffs = &pip->pi_maxenoffs;
587 maxoffs = &pip->pi_maxoffs;
590 if (*noffs == *maxoffs) {
591 uint_t new_max = *maxoffs * 2;
597 bcopy(*offs, new_offs, sizeof (uint32_t) * *maxoffs);
600 *maxoffs = new_max;
609 assert(*noffs < *maxoffs);
/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c1601 u_char maxoffs; /* Max scsi offset (ST) */ member in struct:sym_hcb
2725 tp->tinfo.user.offset = np->maxoffs;
5622 if (ofs > np->maxoffs)
5623 {chg = 1; ofs = np->maxoffs;}
5743 else if (ofs > np->maxoffs)
5744 {chg = 1; ofs = np->maxoffs;}
5954 if (tp->tinfo.goal.offset > np->maxoffs)
5955 tp->tinfo.goal.offset = np->maxoffs;
8196 if (tip->offset > np->maxoffs)
8197 tip->offset = np->maxoffs;
[all...]

Completed in 206 milliseconds