ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dce-mman.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void * dce_mmap (void *start, size_t length, int prot, int flags, int fd, off_t offset)
void * dce_mmap64 (void *start, size_t length, int prot, int flags, int fd, off64_t offset)
int dce_munmap (void *start, size_t length)

Function Documentation

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

Definition at line 615 of file dce-fd.cc.

References dce_mmap64().

+ Here is the call graph for this function:

void* dce_mmap64 ( void *  start,
size_t  length,
int  prot,
int  flags,
int  fd,
off64_t  offset 
)

Definition at line 621 of file dce-fd.cc.

References ns3::Current(), OPENED_FD_METHOD_ERR, and ns3::UtilsGetNodeId().

Referenced by dce_mmap().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int dce_munmap ( void *  start,
size_t  length 
)

Definition at line 630 of file dce-fd.cc.

References ns3::Current(), ns3::Thread::err, errno, and ns3::UtilsGetNodeId().

+ Here is the call graph for this function: