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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsysv_shm.c122 static int shmget_allocate_segment(struct proc *p, struct shmget_args *uap, int mode, int * retval);
652 shmget_allocate_segment(struct proc *p, struct shmget_args *uap, int mode, function
762 /* Auditing is actually done in shmget_allocate_segment() */
786 shmget_ret = shmget_allocate_segment(p, uap, mode, retval);

Completed in 28 milliseconds