Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2510 struct portmap_cache *portmap_cache_head, *portmap_cache_tail; variable
2519 for (cp = portmap_cache_head; cp; cp = cp->cache_next) { in portmap_cache_flush()
2533 portmap_cache_head = NULL; in portmap_cache_flush()
2566 for (cachep = portmap_cache_head; cachep; in portmap_cache_lookup()
2580 for (cp = portmap_cache_head; in portmap_cache_lookup()
2592 portmap_cache_head = NULL; in portmap_cache_lookup()
2698 cachep->cache_next = portmap_cache_head; in portmap_cache_enter()
2699 if (portmap_cache_head != NULL) in portmap_cache_enter()
2700 portmap_cache_head->cache_prev = cachep; in portmap_cache_enter()
2701 portmap_cache_head = cachep; in portmap_cache_enter()