Searched defs:follow_path (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c309 static void follow_path(long, long);
2403 * parse - set up the call to follow_path.
2441 follow_path((long)(stack_pathp + 1), cur_inum);
2445 * follow_path - called by cd, find, and ls.
2450 follow_path(long level, long inum) function
2653 follow_path(level + 1, cur_inum);

Completed in 173 milliseconds