Home
last modified time | relevance | path

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 Dzfs_mount_006_pos.ksh77 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 Dpriv.h68 #define MAXDEPTH 200 /* Maximum trace depth default */ macro
H A Ddbug.c799 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 Dpath.h47 #define MAXDEPTH (sizeof(char*)==2?64:1024) /* maximum recursion depth*/ macro
/titanic_41/usr/src/cmd/find/
H A Dfind.c88 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 Dmisc.c49 #define DOTMAX MAXDEPTH /* maximum level of . nesting */
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dxec.c2637 if(shp->fn_depth++ > MAXDEPTH) in sh_funscope()