Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2499 char *cache_hostname; member
2520 if (cp->cache_hostname != NULL && in portmap_cache_flush()
2521 cp->cache_hostname != in portmap_cache_flush()
2523 free(cp->cache_hostname); in portmap_cache_flush()
2599 if (cp->cache_hostname != NULL && in portmap_cache_lookup()
2600 cp->cache_hostname != in portmap_cache_lookup()
2602 free(cp->cache_hostname); in portmap_cache_lookup()
2614 if (cachep->cache_hostname == NULL || in portmap_cache_lookup()
2656 if (cachep->cache_hostname == NULL) in portmap_cache_enter()
2659 strcpy(cachep->cache_hostname, hostname); in portmap_cache_enter()
[all …]