/src/sys/compat/common/ |
kern_ipc_10.c | 66 struct sys_semget_args /* {
|
/src/sys/compat/freebsd/ |
freebsd_ipc.c | 70 struct sys_semget_args /* {
|
freebsd_syscallargs.h | 457 struct sys_semget_args; 989 int sys_semget(struct lwp *, const struct sys_semget_args *, register_t *);
|
freebsd_sysent.c | 1035 ns(struct sys_semget_args),
|
/src/sys/compat/linux/common/ |
linux_ipccall.c | 192 struct sys_semget_args bsa;
|
/src/sys/compat/netbsd32/ |
netbsd32_compat_10_sysv.c | 76 struct sys_semget_args /* {
|
netbsd32_ipc.c | 199 struct sys_semget_args ua;
|
/src/sys/compat/aoutm68k/ |
aoutm68k_syscallargs.h | 503 struct sys_semget_args; 1146 int sys_semget(struct lwp *, const struct sys_semget_args *, register_t *);
|
aoutm68k_sysent.c | 1285 ns(struct sys_semget_args),
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 847 struct sys_semget_args; 1488 int sys_semget(struct lwp *, const struct sys_semget_args *, register_t *);
|
linux_sysent.c | 886 ns(struct sys_semget_args),
|
linux_systrace_args.c | 1357 const struct sys_semget_args *p = params;
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 487 struct sys_semget_args; 1666 int sys_semget(struct lwp *, const struct sys_semget_args *, register_t *);
|
linux_sysent.c | 851 ns(struct sys_semget_args),
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 331 struct sys_semget_args; 1462 int sys_semget(struct lwp *, const struct sys_semget_args *, register_t *);
|
linux_sysent.c | 354 ns(struct sys_semget_args),
|
linux_systrace_args.c | 563 const struct sys_semget_args *p = params;
|
/src/sys/compat/linux32/common/ |
linux32_ipccall.c | 276 struct sys_semget_args ua;
|
/src/sys/kern/ |
sysv_sem.c | 703 sys_semget(struct lwp *l, const struct sys_semget_args *uap,
|
init_sysent.c | 1142 ns(struct sys_semget_args),
|
systrace_args.c | 1613 const struct sys_semget_args *p = params;
|
/src/sys/sys/ |
syscallargs.h | 1393 struct sys_semget_args { struct 3823 int sys_semget(struct lwp *, const struct sys_semget_args *, register_t *);
|