Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2517 struct portmap_cache *portmap_cache_head, *portmap_cache_tail; variable
2526 for (cp = portmap_cache_head; cp; cp = cp->cache_next) { in portmap_cache_flush()
2540 portmap_cache_head = NULL; in portmap_cache_flush()
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 = cachep;