RTEMS  5.0.0
Data Fields
mmap_mappings_s Struct Reference

#include <mmanimpl.h>

Data Fields

rtems_chain_node node
 
void * addr
 
size_t len
 
int flags
 
POSIX_Shm_Controlshm
 

Detailed Description

Every mmap'ed region has a mapping.

Field Documentation

◆ addr

void* mmap_mappings_s::addr

The address of the mapped memory

◆ flags

int mmap_mappings_s::flags

The mapping flags

◆ len

size_t mmap_mappings_s::len

The length of memory mapped

◆ node

rtems_chain_node mmap_mappings_s::node

The mapping chain's node

◆ shm

POSIX_Shm_Control* mmap_mappings_s::shm

The shared memory object or NULL


The documentation for this struct was generated from the following file: