Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2641 int protofmlylen; in portmap_cache_enter() local
2668 protofmlylen = strlen(nconf->nc_protofmly); in portmap_cache_enter()
2669 if (protofmlylen <= SMALL_PROTOFMLYNAME) in portmap_cache_enter()
2672 cachep->cache_protofmly = malloc(protofmlylen + 1); in portmap_cache_enter()
2713 if (cachep->cache_protofmly && protofmlylen > SMALL_PROTOFMLYNAME) in portmap_cache_enter()