Searched refs:SECOND_DEPTH (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c112 #define SECOND_DEPTH 100 /* second try at depth (maximum) */ macro
202 char flag; /* flag if using SECOND_DEPTH allocator */
2510 ccptr = (char **)calloc(SECOND_DEPTH, sizeof (char **));
2522 if (top->len >= SECOND_DEPTH) {
2634 } else if (fnnn->len < SECOND_DEPTH) {
2635 fnnn->fname = (char **)calloc(SECOND_DEPTH,

Completed in 70 milliseconds