Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2494 struct portmap_cache { struct
2505 struct portmap_cache *cache_prev, *cache_next; argument
2510 struct portmap_cache *portmap_cache_head, *portmap_cache_tail;
2516 struct portmap_cache *next = NULL, *cp; in portmap_cache_flush()
2546 struct portmap_cache *cachep, *prev, *next = NULL, *cp; in portmap_cache_lookup()
2640 struct portmap_cache *cachep; in portmap_cache_enter()
2646 cachep = malloc(sizeof (struct portmap_cache)); in portmap_cache_enter()