Searched refs:mmap (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/cache/
H A Dmod_file_cache.c125 static void cache_the_file(cmd_parms *cmd, const char *filename, int mmap) argument
172 if (mmap) {
182 "unable to mmap %s, skipping", filename);
190 if (!mmap) {
388 "A space separated list of files to mmap at config time"),
/httpd/test/
H A Dtime-sem.c37 You'll need to define USE_SHMGET_SCOREBOARD if anonymous shared mmap()
310 mutex = (pthread_mutex_t *)mmap ((caddr_t)0, sizeof (*mutex),
313 perror ("mmap");
425 result = (unsigned long *)mmap ((caddr_t)0, size,
428 perror ("mmap");

Completed in 32 milliseconds