Searched defs:cache_protofmly (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2508 char *cache_protofmly; member in struct:portmap_cache
2628 strcmp(nconf->nc_protofmly, cachep->cache_protofmly) != 0 ||
2685 cachep->cache_protofmly = cachep->cache_small_protofmly;
2687 cachep->cache_protofmly = malloc(protofmlylen + 1);
2688 if (cachep->cache_protofmly == NULL)
2728 if (cachep->cache_protofmly && protofmlylen > SMALL_PROTOFMLYNAME)
2729 free(cachep->cache_protofmly);

Completed in 53 milliseconds