shmget_args
{ .sy_narg = AS(shmget_args), .sy_call = (sy_call_t *)lkmressys, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_ABSENT }, /* 231 = shmget */
struct shmget_args *p = params;
struct shmget_args bsd_args = {
{ .sy_narg = AS(shmget_args), .sy_call = (sy_call_t *)lkmressys, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_ABSENT }, /* 231 = shmget */
struct shmget_args *p = params;
struct shmget_args ap;
sys_shmget(struct thread *td, struct shmget_args *uap)
int sys_shmget(struct thread *, struct shmget_args *);