OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAXUNITS
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
refclock_leitch.c
43
#define
MAXUNITS
1 /* max number of LEITCH units */
111
static struct leitchunit leitchunits[
MAXUNITS
];
112
static u_char unitinuse[
MAXUNITS
];
113
static u_char stratumtouse[
MAXUNITS
];
114
static u_int32 refid[
MAXUNITS
];
136
for (i = 0; i <
MAXUNITS
; i++)
151
if (unit >=
MAXUNITS
) {
180
if (unit >=
MAXUNITS
) {
205
if (unit >=
MAXUNITS
) {
252
if (unit >=
MAXUNITS
) {
[
all
...]
refclock_msfees.c
121
#ifndef
MAXUNITS
122
#define
MAXUNITS
4 /* maximum number of EES units permitted */
309
static struct eesunit *eesunits[
MAXUNITS
];
310
static u_char unitinuse[
MAXUNITS
];
314
static l_fp inherent_delay[
MAXUNITS
]; /* when time stamp is taken */
315
static l_fp fudgefactor[
MAXUNITS
]; /* fudgetime1 */
316
static l_fp os_delay[
MAXUNITS
]; /* fudgetime2 */
317
static l_fp offset_fudge[
MAXUNITS
]; /* Sum of above */
318
static u_char stratumtouse[
MAXUNITS
];
319
static u_char sloppyclockflag[
MAXUNITS
];
[
all
...]
refclock_parse.c
236
#define
MAXUNITS
4 /* maximum number of "PARSE" units permitted */
/src/external/bsd/ntp/dist/clockstuff/
chutest.c
418
#define
MAXUNITS
4 /* maximum number of CHU units permitted */
/src/usr.bin/units/
units.c
37
#define
MAXUNITS
1000
56
} unittable[
MAXUNITS
];
229
if (unitcount ==
MAXUNITS
) {
Completed in 32 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026