Searched refs:maxoffs (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/ntp/scripts/monitoring/ |
| HD | ntploopwatch | 197 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 : ($m + $f * $i); 1132 $maxy = $maxoffs; [all …]
|
| /trueos/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_provider.c | 540 uint_t *noffs, *maxoffs; in dt_probe_define() local 591 maxoffs = &pip->pi_maxenoffs; in dt_probe_define() 595 maxoffs = &pip->pi_maxoffs; in dt_probe_define() 598 if (*noffs == *maxoffs) { in dt_probe_define() 599 uint_t new_max = *maxoffs * 2; in dt_probe_define() 605 bcopy(*offs, new_offs, sizeof (uint32_t) * *maxoffs); in dt_probe_define() 608 *maxoffs = new_max; in dt_probe_define() 617 assert(*noffs < *maxoffs); in dt_probe_define()
|
| /trueos/sys/pci/ |
| HD | ncr.c | 1035 u_char maxoffs; /* Max scsi offset */ member 3198 unsigned char maxoffs; member 3441 np->maxoffs = ncr_chip_table[i].maxoffs; 3446 np->maxoffs = 8; 3653 tp->tinfo.user.offset = usrsync != 0 ? np->maxoffs : 0; 3666 ncr_name(np), np->minsync, np->maxsync, np->maxoffs, 4252 if (spi->sync_offset > np->maxoffs) 4253 spi->sync_offset = np->maxoffs;
|
| /trueos/sys/dev/sym/ |
| HD | sym_hipd.c | 1612 u_char maxoffs; /* Max scsi offset (ST) */ member 2740 tp->tinfo.user.offset = np->maxoffs; in sym_prepare_setting() 5637 if (ofs > np->maxoffs) in sym_sync_nego() 5638 {chg = 1; ofs = np->maxoffs;} in sym_sync_nego() 5758 else if (ofs > np->maxoffs) in sym_ppr_nego() 5759 {chg = 1; ofs = np->maxoffs;} in sym_ppr_nego() 5969 if (tp->tinfo.goal.offset > np->maxoffs) in sym_nego_default() 5970 tp->tinfo.goal.offset = np->maxoffs; in sym_nego_default() 8218 if (tip->offset > np->maxoffs) 8219 tip->offset = np->maxoffs; [all …]
|