mman.h File Reference

Include dependency graph for mman.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define MAP_FAILED   ((void *) -1)
#define MAP_SHARED   (1 << 0)
#define MAP_PRIVATE   (1 << 1)
#define MAP_FIXED   (1 << 2)
#define MAP_ANONYMOUS   (1 << 3)
#define PROTO_READ   AS_AREA_READ
#define PROTO_WRITE   AS_AREA_WRITE
#define PROTO_EXEC   AS_AREA_EXEC

Functions

void * mmap (void *start, size_t length, int prot, int flags, int fd, off_t offset)
int munmap (void *start, size_t length)


Detailed Description

Definition in file mman.h.


Generated on Sun Jun 18 18:01:16 2006 for HelenOS Userspace (ia64) by  doxygen 1.4.6