Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2501 char *cache_protofmly; member
2617 strcmp(nconf->nc_protofmly, cachep->cache_protofmly) != 0 || in portmap_cache_lookup()
2670 cachep->cache_protofmly = cachep->cache_small_protofmly; in portmap_cache_enter()
2672 cachep->cache_protofmly = malloc(protofmlylen + 1); in portmap_cache_enter()
2673 if (cachep->cache_protofmly == NULL) in portmap_cache_enter()
2713 if (cachep->cache_protofmly && protofmlylen > SMALL_PROTOFMLYNAME) in portmap_cache_enter()
2714 free(cachep->cache_protofmly); in portmap_cache_enter()