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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsysv_shm.c122 static int shmget_allocate_segment(struct proc *p, struct shmget_args *uap, int mode, int * retval);
710 shmget_allocate_segment(struct proc *p, struct shmget_args *uap, int mode, function
842 /* Auditing is actually done in shmget_allocate_segment() */
866 shmget_ret = shmget_allocate_segment(p, uap, mode, retval);

Completed in 123 milliseconds