Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c111 #define FIRST_DEPTH 10 /* default depth for find and ls */ macro
2490 top->fname = (char **)calloc(FIRST_DEPTH, sizeof (char **)); in follow_path()
2509 if (top->len + 1 >= FIRST_DEPTH && top->flag == 0) { in follow_path()
2516 for (i = 0; i < FIRST_DEPTH; i++) in follow_path()
2630 if (fnnn->len + 1 < FIRST_DEPTH) { in follow_path()
2631 fnnn->fname = (char **)calloc(FIRST_DEPTH, in follow_path()