Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dparam.h207 #define MAXSYMLINKS 32 macro
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_lookup.c347 ndp->ni_loopcnt = MAXSYMLINKS; in namei()
1682 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) {
H A Dvfs_cache.c2044 if (ndp->ni_loopcnt >= MAXSYMLINKS - 1) { in cache_lookup_path()