Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/usr.sbin/dwatch/libexec/
H A Dvop_readdir43 for (DEPTH = 1; DEPTH <= MAX_DEPTH + 1; DEPTH++) {
44 gsub(/DEPTH/, DEPTH)
94 for (DEPTH = 2; DEPTH <= MAX_DEPTH; DEPTH++) {
96 gsub(/DEPTH/, DEPTH)
102 $PROBE /this->dvp/ /* probe ID IDNUM (depth DEPTH) */
H A Dvop_symlink48 for (DEPTH = 1; DEPTH <= MAX_DEPTH + 1; DEPTH++) {
49 gsub(/DEPTH/, DEPTH)
98 for (DEPTH = 2; DEPTH <= MAX_DEPTH; DEPTH++) {
100 gsub(/DEPTH/, DEPTH)
106 $PROBE /this->dvp/ /* probe ID IDNUM (depth DEPTH) */
H A Dvop_create47 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_rename65 for (DEPTH = 1; DEPTH <= MAX_DEPTH + 1; DEPTH++) {
66 gsub(/DEPTH/, DEPTH)
145 for (DEPTH = 2; DEPTH <= MAX_DEPTH; DEPTH++) {
147 gsub(/DEPTH/, DEPTH)
155 $PROBE /this->fdvp/ /* probe ID IDNUM1 (depth DEPTH) */
164 $PROBE /this->tdvp/ /* probe ID IDNUM2 (depth DEPTH) */
/freebsd-12.1/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-12.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Dget_lock.c55 DEPTH, enumerator
H A Dlock.c56 DEPTH, enumerator
/freebsd-12.1/contrib/gcc/
H A Dmodulo-sched.c1638 #define DEPTH(x) (ASAP ((x))) macro
1879 if (max_dv < DEPTH (u_node)) in find_max_dv_min_mob()
1881 max_dv = DEPTH (u_node); in find_max_dv_min_mob()
1885 else if ((max_dv == DEPTH (u_node)) in find_max_dv_min_mob()
H A Dc-typeck.c4746 #define RESTORE_SPELLING_DEPTH(DEPTH) (spelling = spelling_base + (DEPTH)) argument
H A DFSFChangeLog.10929 (FIX_FRAME_POINTER_ADDRESS): Don't use DEPTH in string.
/freebsd-12.1/stand/ficl/
H A Dficl.h415 #define DEPTH() stackDepth(pVM->pStack) macro
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdb.info-27210 -stack-info-depth [ MAX-DEPTH ]
7212 Return the depth of the stack. If the integer argument MAX-DEPTH is
7213 specified, do not count beyond MAX-DEPTH frames.
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-20041400 (dfs_find_final_ocerrider_1): Add DEPTH parameter. Adjust.