Searched refs:MAXDEPTH (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_mount/ |
H A D | zfs_mount_006_pos.ksh | 77 typeset -i MAXDEPTH=3 81 while (( depth < MAXDEPTH )); do 98 (( depth == MAXDEPTH )) && \ 111 (( depth == MAXDEPTH )) && \
|
/titanic_41/usr/src/cmd/fs.d/cachefs/mdbug/ |
H A D | priv.h | 68 #define MAXDEPTH 200 /* Maximum trace depth default */ macro
|
H A D | dbug.c | 799 dbug_state_object_p->s_maxdepth = MAXDEPTH; in db_push() 1431 dbug_state_object_p->s_maxdepth = MAXDEPTH; in dbug_state_create()
|
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | path.h | 47 #define MAXDEPTH (sizeof(char*)==2?64:1024) /* maximum recursion depth*/ macro
|
/titanic_41/usr/src/cmd/find/ |
H A D | find.c | 88 IREGEX, LINKS, LOCAL, LPAREN, LS, MAXDEPTH, MINDEPTH, MMIN, MOUNT, enumerator 135 "-maxdepth", MAXDEPTH, Num, 462 if (((argp->action == MAXDEPTH) || 468 (argp->action == MAXDEPTH) ? 754 case MAXDEPTH: 1139 case MAXDEPTH:
|
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | misc.c | 49 #define DOTMAX MAXDEPTH /* maximum level of . nesting */
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 2637 if(shp->fn_depth++ > MAXDEPTH) in sh_funscope()
|