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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2517 struct portmap_cache *portmap_cache_head, *portmap_cache_tail; variable in typeref:struct:portmap_cache
2526 for (cp = portmap_cache_head; cp; cp = cp->cache_next) {
2540 portmap_cache_head = NULL;
2577 for (cachep = portmap_cache_head; cachep;
2591 for (cp = portmap_cache_head;
2603 portmap_cache_head = NULL;
2713 cachep->cache_next = portmap_cache_head;
2714 if (portmap_cache_head != NULL)
2715 portmap_cache_head->cache_prev = cachep;
2716 portmap_cache_head
[all...]

Completed in 64 milliseconds