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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsysv_shm.c153 struct shm_handle *shm_handle_next; /* next chunk */ member in struct:shm_handle
263 struct shm_handle *shm_handle, *shm_handle_next; local
268 shm_handle = shm_handle_next) {
269 shm_handle_next = shm_handle->shm_handle_next;
477 shm_handle = shm_handle->shm_handle_next) {
720 struct shm_handle *shm_handle_next, **shm_handle_next_p; local
775 shm_handle->shm_handle_next = NULL;
781 shm_handle_next_p = &shm_handle->shm_handle_next;
816 shm_handle = shm_handle_next) {
[all...]

Completed in 110 milliseconds