Lines Matching defs:shm_mapping
105 struct shm_mapping {
109 LIST_ENTRY(shm_mapping) sm_link;
113 static LIST_HEAD(, shm_mapping) *shm_dictionary;
126 static void shm_doremove(struct shm_mapping *map);
1082 struct shm_mapping *shmm, *tshmm;
1104 struct shm_mapping *map;
1119 struct shm_mapping *map;
1121 map = malloc(sizeof(struct shm_mapping), M_SHMFD, M_WAITOK);
1132 struct shm_mapping *map;
1157 shm_doremove(struct shm_mapping *map)
2164 struct shm_mapping *shmm;