Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dsysv_shm.c120 static int shmget_allocate_segment(struct proc *p, struct shmget_args *uap, int mode, int * retval);
762 shmget_allocate_segment(struct proc *p, struct shmget_args *uap, int mode, in shmget_allocate_segment() function
922 shmget_ret = shmget_allocate_segment(p, uap, mode, retval); in shmget()