FreeBSD kernel kern code
shm_mapping Struct Reference

Data Fields

char * sm_path
 
Fnv32_t sm_fnv
 
struct shmfd * sm_shmfd
 

Detailed Description

Definition at line 87 of file uipc_shm.c.

Field Documentation

Fnv32_t shm_mapping::sm_fnv

Definition at line 89 of file uipc_shm.c.

Referenced by shm_insert(), shm_lookup(), and shm_remove().

char* shm_mapping::sm_path

Definition at line 88 of file uipc_shm.c.

Referenced by shm_insert(), shm_lookup(), and shm_remove().

struct shmfd* shm_mapping::sm_shmfd

Definition at line 90 of file uipc_shm.c.

Referenced by shm_insert(), shm_lookup(), and shm_remove().


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