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 107 of file uipc_shm.c.

Field Documentation

◆ sm_fnv

Fnv32_t shm_mapping::sm_fnv

Definition at line 109 of file uipc_shm.c.

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

◆ sm_path

char* shm_mapping::sm_path

Definition at line 108 of file uipc_shm.c.

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

◆ sm_shmfd

struct shmfd* shm_mapping::sm_shmfd

Definition at line 110 of file uipc_shm.c.

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


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