HomeSort by: relevance | last modified time | path
    Searched refs:MAXSYMLINKS (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libc/gen/
getcwd.c 180 if (nlnk++ >= MAXSYMLINKS) {
sysconf.c 360 return MAXSYMLINKS;
  /src/usr.sbin/sysinst/
aout2elf.c 368 if (nlnk++ >= MAXSYMLINKS) {
  /src/sys/sys/
param.h 405 * MAXSYMLINKS defines the maximum number of symbolic links that may
409 * MAXSYMLINKS should be >= _POSIX_SYMLOOP_MAX (see <limits.h>)
412 #define MAXSYMLINKS 32
  /src/sys/lib/libsa/
minixfs3.c 654 ++nlinks > MAXSYMLINKS) {
ext2fs.c 625 ++nlinks > MAXSYMLINKS) {
ufs.c 828 ++nlinks > MAXSYMLINKS) {
nfs.c 703 || ++nlinks > MAXSYMLINKS) {
  /src/sys/kern/
vfs_lookup.c 747 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) {
  /src/sys/fs/nfs/server/
nfs_nfsdport.c 458 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) {

Completed in 73 milliseconds