Home
last modified time | relevance | path

Searched refs:DEPTH (Results 1 – 9 of 9) sorted by relevance

/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dvop_readdir42 for (DEPTH = 1; DEPTH <= MAX_DEPTH + 1; DEPTH++) {
43 gsub(/DEPTH/, DEPTH)
93 for (DEPTH = 2; DEPTH <= MAX_DEPTH; DEPTH++) {
95 gsub(/DEPTH/, DEPTH)
101 $PROBE /this->dvp/ /* probe ID IDNUM (depth DEPTH) */
H A Dvop_create46 for (DEPTH = 1; DEPTH <= MAX_DEPTH + 1; DEPTH++) {
47 gsub(/DEPTH/, DEPTH)
96 for (DEPTH = 2; DEPTH <= MAX_DEPTH; DEPTH++) {
98 gsub(/DEPTH/, DEPTH)
104 $PROBE /this->dvp/ /* probe ID IDNUM (depth DEPTH) */
H A Dvop_symlink47 for (DEPTH = 1; DEPTH <= MAX_DEPTH + 1; DEPTH++) {
48 gsub(/DEPTH/, DEPTH)
97 for (DEPTH = 2; DEPTH <= MAX_DEPTH; DEPTH++) {
99 gsub(/DEPTH/, DEPTH)
105 $PROBE /this->dvp/ /* probe ID IDNUM (depth DEPTH) */
H A Dvop_rename64 for (DEPTH = 1; DEPTH <= MAX_DEPTH + 1; DEPTH++) {
65 gsub(/DEPTH/, DEPTH)
144 for (DEPTH = 2; DEPTH <= MAX_DEPTH; DEPTH++) {
146 gsub(/DEPTH/, DEPTH)
154 $PROBE /this->fdvp/ /* probe ID IDNUM1 (depth DEPTH) */
163 $PROBE /this->tdvp/ /* probe ID IDNUM2 (depth DEPTH) */
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getcontext.c41 #define DEPTH 3 macro
51 ATF_REQUIRE_EQ(n, DEPTH - calls - 1);
110 ucontext_t uc[DEPTH];
114 for (i = 0; i < DEPTH; ++i) {
149 ATF_REQUIRE_EQ(setcontext(&uc[DEPTH-1]), 0);
/freebsd/tests/sys/vm/
H A Dshared_shadow_inval_test.c80 #define DEPTH 5 macro
96 volatile bool exiting[DEPTH];
190 if (depth < 1 || depth >= DEPTH) in child()
/freebsd/tools/test/stress2/misc/
H A Dcollapse.sh142 work(DEPTH);
H A Dnfsdepth.sh200 size = (arc4random() % DEPTH) + 1;
/freebsd/stand/ficl/
H A Dficl.h414 #define DEPTH() stackDepth(pVM->pStack) macro