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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsysv_shm.c720 struct shm_handle *shm_handle_next, **shm_handle_next_p; local
752 shm_handle_next_p = NULL;
776 if (shm_handle_next_p == NULL) {
779 *shm_handle_next_p = shm_handle;
781 shm_handle_next_p = &shm_handle->shm_handle_next;

Completed in 171 milliseconds