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

/darwin-on-arm/xnu/bsd/sys/
H A Dparam.h204 * and must be less than or equal to MAXBSIZE. MAXSYMLINKS defines the
210 #define MAXSYMLINKS 32 macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c1302 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) {
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c2288 if (++loopcnt > MAXSYMLINKS) {
2350 if (++loopcnt > MAXSYMLINKS)

Completed in 33 milliseconds