Home
last modified time | relevance | path

Searched refs:shm_handle (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.121.3/bsd/kern/
H A Dsysv_shm.c147 struct shm_handle { struct
150 struct shm_handle *shm_handle_next; /* next chunk */ argument
268 struct shm_handle *shm_handle, *shm_handle_next; in shm_deallocate_segment() local
271 for (shm_handle = CAST_DOWN(void *, shmseg->u.shm_internal); /* tunnel */ in shm_deallocate_segment()
272 shm_handle != NULL; in shm_deallocate_segment()
273 shm_handle = shm_handle_next) { in shm_deallocate_segment()
274 shm_handle_next = shm_handle->shm_handle_next; in shm_deallocate_segment()
275 mach_memory_entry_port_release(shm_handle->shm_object); in shm_deallocate_segment()
276 kfree_type(struct shm_handle, shm_handle); in shm_deallocate_segment()
382 struct shm_handle *shm_handle; in shmat() local
[all …]