Home
last modified time | relevance | path

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

/nscd/
A Dcachedumper.c34 static void *the_cache; variable
79 the_cache = mmap (NULL, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in nscd_print_cache()
81 struct database_pers_head *dps = (struct database_pers_head *) the_cache; in nscd_print_cache()
85 #define A(x) (int) ((char *) &(x) - (char *) the_cache) in nscd_print_cache()
142 (long unsigned int) ((char *) dh - (char *) the_cache)); in nscd_print_cache()
372 munmap (the_cache, st.st_size); in nscd_print_cache()

Completed in 4 milliseconds