Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2572 struct portmap_cache *portmap_cache_head, *portmap_cache_tail; variable
2581 for (cp = portmap_cache_head; cp; cp = cp->cache_next) { in portmap_cache_flush()
2595 portmap_cache_head = NULL; in portmap_cache_flush()
2632 for (cachep = portmap_cache_head; cachep;
2646 for (cp = portmap_cache_head;
2658 portmap_cache_head = NULL;
2768 cachep->cache_next = portmap_cache_head;
2769 if (portmap_cache_head != NULL)
2770 portmap_cache_head->cache_prev = cachep;
2771 portmap_cache_head = cachep;