Home
last modified time | relevance | path

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

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