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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsysv_shm.c150 struct shm_handle { struct
153 struct shm_handle *shm_handle_next; /* next chunk */
263 struct shm_handle *shm_handle, *shm_handle_next; local
266 for (shm_handle = CAST_DOWN(void *,shmseg->u.shm_internal); /* tunnel */
267 shm_handle != NULL;
268 shm_handle = shm_handle_next) {
269 shm_handle_next = shm_handle->shm_handle_next;
270 mach_memory_entry_port_release(shm_handle->shm_object);
271 FREE((caddr_t) shm_handle, M_SH
367 struct shm_handle *shm_handle; local
716 struct shm_handle *shm_handle; local
[all...]

Completed in 110 milliseconds