Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dsysv_shm.c150 struct shm_handle *shm_handle_next; /* next chunk */ member
268 struct shm_handle *shm_handle, *shm_handle_next; in shm_deallocate_segment() local
273 shm_handle = shm_handle_next) { in shm_deallocate_segment()
274 shm_handle_next = shm_handle->shm_handle_next; in shm_deallocate_segment()
512 shm_handle = shm_handle->shm_handle_next) { in shmat()
523 assert(shm_handle->shm_handle_next == NULL); in shmat()
775 struct shm_handle *shm_handle_next, **shm_handle_next_p; in shmget_allocate_segment() local
834 shm_handle->shm_handle_next = NULL; in shmget_allocate_segment()
840 shm_handle_next_p = &shm_handle->shm_handle_next; in shmget_allocate_segment()
875 shm_handle = shm_handle_next) { in shmget_allocate_segment()
[all …]