Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Dsysv_shm.c119 static int shmget_allocate_segment(struct proc *p, struct shmget_args *uap, int mode, int * retval);
761 shmget_allocate_segment(struct proc *p, struct shmget_args *uap, int mode, in shmget_allocate_segment() function
921 shmget_ret = shmget_allocate_segment(p, uap, mode, retval); in shmget()