Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/kern/
H A Dsysv_shm.c772 struct shm_handle *shm_handle_next, **shm_handle_next_p; in shmget_allocate_segment() local
813 shm_handle_next_p = NULL; in shmget_allocate_segment()
832 if (shm_handle_next_p == NULL) { in shmget_allocate_segment()
835 *shm_handle_next_p = shm_handle; in shmget_allocate_segment()
837 shm_handle_next_p = &shm_handle->shm_handle_next; in shmget_allocate_segment()