Home
last modified time | relevance | path

Searched refs:MAXDEPTH (Results 1 – 5 of 5) sorted by relevance

/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_mount/
H A Dzfs_mount_006_pos.ksh90 typeset -i MAXDEPTH=3
94 while (( depth < MAXDEPTH )); do
111 (( depth == MAXDEPTH )) && \
124 (( depth == MAXDEPTH )) && \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_006_pos.ksh87 typeset -i MAXDEPTH=3
91 while (( depth < MAXDEPTH )); do
114 (( depth == MAXDEPTH )) && \
138 (( depth == MAXDEPTH )) && \
/freebsd/contrib/unifdef/
H A Dunifdef.c139 #define MAXDEPTH 64 /* maximum #if nesting */ macro
212 static Ifstate ifstate[MAXDEPTH]; /* #if processor state */
213 static bool ignoring[MAXDEPTH]; /* ignore comments state */
214 static int stifline[MAXDEPTH]; /* start of current #if */
669 if (depth > MAXDEPTH-1) in nest()
671 if (depth == MAXDEPTH-1) in nest()
/freebsd/contrib/ntp/libparse/
H A Dparsesolaris.c981 #define MAXDEPTH 50 /* maximum allowed stream crawl */ macro
1026 loopcheck = MAXDEPTH; in zs_xsisr()
1110 loopcheck = MAXDEPTH; in zs_xsisr()
H A Dparsestreams.c1112 #define MAXDEPTH 50 /* maximum allowed stream crawl */ macro
1192 loopcheck = MAXDEPTH; in zs_xsisr()
1273 loopcheck = MAXDEPTH; in zs_xsisr()