Home
last modified time | relevance | path

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

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