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

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ipc.h87 struct linux_semop_args struct
94 int linux_semop(struct thread *, struct linux_semop_args *);
H A Dlinux_ipc.c508 linux_semop(struct thread *td, struct linux_semop_args *args)
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_machdep.c255 struct linux_semop_args a;
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_machdep.c133 struct linux_semop_args a;
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysent.c85 { AS(linux_semop_args), (sy_call_t *)linux_semop, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 65 = linux_semop */
H A Dlinux_proto.h304 struct linux_semop_args { struct
1298 int linux_semop(struct thread *, struct linux_semop_args *);
H A Dlinux_systrace_args.c581 struct linux_semop_args *p = params;

Completed in 202 milliseconds