Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dsysv_shm.c771 struct shm_handle *shm_handle_next, **shm_handle_next_p; in shmget_allocate_segment() local
812 shm_handle_next_p = NULL; in shmget_allocate_segment()
831 if (shm_handle_next_p == NULL) { in shmget_allocate_segment()
834 *shm_handle_next_p = shm_handle; in shmget_allocate_segment()
836 shm_handle_next_p = &shm_handle->shm_handle_next; in shmget_allocate_segment()