/src/sys/compat/ultrix/ |
ultrix_pathname.c | 124 struct sys_execve_args ap; 141 struct sys_execve_args ap;
|
/src/sys/compat/aoutm68k/ |
aoutm68k_syscallargs.h | 171 struct sys_execve_args; 814 int sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
|
aoutm68k_sysent.c | 362 ns(struct sys_execve_args),
|
/src/sys/compat/freebsd/ |
freebsd_syscallargs.h | 151 struct sys_execve_args; 726 int sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
|
freebsd_sysent.c | 303 ns(struct sys_execve_args),
|
/src/sys/compat/sunos/ |
sunos_misc.c | 155 struct sys_execve_args ap; 172 struct sys_execve_args ap;
|
/src/sys/kern/ |
init_main.c | 973 struct sys_execve_args /* {
|
init_sysent.c | 411 ns(struct sys_execve_args),
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 1009 struct sys_execve_args; 1547 int sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
|
linux_sysent.c | 1056 ns(struct sys_execve_args),
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 156 struct sys_execve_args; 1508 int sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
|
linux_sysent.c | 269 ns(struct sys_execve_args),
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 304 struct sys_execve_args; 1451 int sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
|
linux_sysent.c | 330 ns(struct sys_execve_args),
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 75 struct sys_execve_args; 1432 int sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
|
linux_sysent.c | 85 ns(struct sys_execve_args),
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 75 struct sys_execve_args; 1450 int sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
|
linux_sysent.c | 84 ns(struct sys_execve_args),
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 75 struct sys_execve_args; 1421 int sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
|
linux_sysent.c | 88 ns(struct sys_execve_args),
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 75 struct sys_execve_args; 1466 int sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
|
linux_sysent.c | 85 ns(struct sys_execve_args),
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 75 struct sys_execve_args; 1355 int sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
|
linux_sysent.c | 83 ns(struct sys_execve_args),
|
/src/sys/sys/ |
syscallargs.h | 387 struct sys_execve_args { struct 3543 int sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
|