Searched refs:shmget_args (Results 1 - 3 of 3) 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);
123 static int shmget_existing(struct shmget_args *uap, int mode, int segnum, int * retval);
605 shmget_existing(struct shmget_args *uap, int mode, int segnum, int *retval)
652 shmget_allocate_segment(struct proc *p, struct shmget_args *uap, int mode,
757 shmget(struct proc *p, struct shmget_args *uap, register_t *retval)
H A Dinit_sysent.c405 {AC(shmget_args), 0, 0, (sy_call_t *)shmget, munge_www, munge_ddd, _SYSCALL_RET_INT_T, 12}, /* 265 = shmget */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1034 struct shmget_args { struct
1941 int shmget(struct proc *, struct shmget_args *, int *);

Completed in 43 milliseconds