Searched refs:DEPTH (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/cddl/usr.sbin/dwatch/libexec/ |
| H A D | vop_readdir | 43 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 D | vop_symlink | 48 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 D | vop_create | 47 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 D | vop_rename | 65 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 D | t_getcontext.c | 41 #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 D | get_lock.c | 55 DEPTH, enumerator
|
| H A D | lock.c | 56 DEPTH, enumerator
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | modulo-sched.c | 1638 #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 D | c-typeck.c | 4746 #define RESTORE_SPELLING_DEPTH(DEPTH) (spelling = spelling_base + (DEPTH)) argument
|
| H A D | FSFChangeLog.10 | 929 (FIX_FRAME_POINTER_ADDRESS): Don't use DEPTH in string.
|
| /freebsd-12.1/stand/ficl/ |
| H A D | ficl.h | 415 #define DEPTH() stackDepth(pVM->pStack) macro
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | gdb.info-2 | 7210 -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 D | ChangeLog-2004 | 1400 (dfs_find_final_ocerrider_1): Add DEPTH parameter. Adjust.
|