Home
last modified time | relevance | path

Searched defs:map_type (Results 1 – 1 of 1) sorted by relevance

/csrg-svn/usr.sbin/amd/amd/
H A Dmapc.c93 typedef struct map_type map_type; typedef
94 struct map_type { struct
95 char *name; /* Name of this map type */
96 init_fn *init; /* Initialisation */
97 reload_fn *reload; /* Reload or fill */
98 search_fn *search; /* Search for new entry */
99 mtime_fn *mtime; /* Find modify time */
100 int def_alloc; /* Default allocation mode */