|
FreeBSD kernel kern code
|
Data Fields | |
| char * | sm_path |
| Fnv32_t | sm_fnv |
| struct shmfd * | sm_shmfd |
Definition at line 87 of file uipc_shm.c.
| 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().