Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/kern/
H A Dsysv_shm.c151 struct shm_handle *shm_handle_next; /* next chunk */ member
269 struct shm_handle *shm_handle, *shm_handle_next; in shm_deallocate_segment() local
274 shm_handle = shm_handle_next) { in shm_deallocate_segment()
275 shm_handle_next = shm_handle->shm_handle_next; in shm_deallocate_segment()
511 shm_handle = shm_handle->shm_handle_next) { in shmat()
522 assert(shm_handle->shm_handle_next == NULL); in shmat()
772 struct shm_handle *shm_handle_next, **shm_handle_next_p; in shmget_allocate_segment() local
831 shm_handle->shm_handle_next = NULL; in shmget_allocate_segment()
837 shm_handle_next_p = &shm_handle->shm_handle_next; in shmget_allocate_segment()
872 shm_handle = shm_handle_next) { in shmget_allocate_segment()
[all …]