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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2501 struct portmap_cache { struct
2512 struct portmap_cache *cache_prev, *cache_next;
2517 struct portmap_cache *portmap_cache_head, *portmap_cache_tail;
2523 struct portmap_cache *next = NULL, *cp;
2557 struct portmap_cache *cachep, *prev, *next = NULL, *cp;
2655 struct portmap_cache *cachep;
2661 cachep = malloc(sizeof (struct portmap_cache));
3955 syslog(LOG_ERR, "portmap_cache: accesses=%d lookups=%d hits=%d\n",

Completed in 68 milliseconds