Home
last modified time | relevance | path

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

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