Searched defs:MAX_DEPTH (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/svc/mfstscan/ |
H A D | mfstscan.c | 43 #define MAX_DEPTH 24 macro
|
/illumos-gate/usr/src/tools/protolist/ |
H A D | protolist.c | 38 #define MAX_DEPTH 50 macro 164 if (nftw(".", visit_dir, MAX_DEPTH, FTW_PHYS) != 0) {
|
/illumos-gate/usr/src/cmd/svc/common/ |
H A D | manifest_find.c | 62 #define MAX_DEPTH 24 macro 269 if (nftw(dir, process, MAX_DEPTH, FTW_MOUNT) == 0) {
|
/illumos-gate/usr/src/lib/libexacct/demo/ |
H A D | exdump.c | 50 #define MAX_DEPTH 25 /* maximum depth level */ macro 252 if (indent > MAX_DEPTH) {
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | eval.c | 458 nftw(get_name(fp), &walker, MAX_DEPTH, FTW_PHYS|FTW_MOUNT); local 502 static struct file *dirstack[ MAX_DEPTH + 1 ];
|
H A D | filesync.h | 50 #define MAX_DEPTH 20 /* how deep to recurse */ macro
|
/illumos-gate/usr/src/cmd/grep/ |
H A D | grep.c | 85 #define MAX_DEPTH 1000 macro 261 if (nftw(path, recursive, MAX_DEPTH, walkflags) != 0) {
|
/illumos-gate/usr/src/tools/protocmp/ |
H A D | protocmp.c | 48 #define MAX_DEPTH 50 macro 797 i = nftw(".", set_values, MAX_DEPTH, FTW_PHYS|FTW_DEPTH);
|
/illumos-gate/usr/src/cmd/grep_xpg4/ |
H A D | grep.c | 65 #define MAX_DEPTH 1000 /* how deep to recurse */ macro 418 if (nftw(path, recursive, MAX_DEPTH, walkflags) != 0) {
|
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | device_info.c | 55 #define MAX_DEPTH 32 macro 136 int curelem_stack[MAX_DEPTH]; 1064 assert (pc->depth < MAX_DEPTH);
|
Completed in 820 milliseconds