/src/sys/rump/librump/rumpkern/ |
rumpkern_syscalls.c | 32 extern sy_call_t sys_getrandom; 102 { 91, sys_getrandom },
|
/src/sys/kern/ |
sys_getrandom.c | 1 /* $NetBSD: sys_getrandom.c,v 1.2 2021/12/28 13:22:43 riastradh Exp $ */ 37 __KERNEL_RCSID(0, "$NetBSD: sys_getrandom.c,v 1.2 2021/12/28 13:22:43 riastradh Exp $"); 197 sys_getrandom(struct lwp *l, const struct sys_getrandom_args *uap, function in typeref:typename:int
|
init_sysent.c | 547 .sy_call = (sy_call_t *)sys_getrandom
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 1587 int sys_getrandom(struct lwp *, const struct sys_getrandom_args *, register_t *);
|
linux_sysent.c | 1264 .sy_call = (sy_call_t *)sys_getrandom
|
/src/sys/compat/linux/arch/amd64/ |
linux_sysent.c | 1454 .sy_call = (sy_call_t *)sys_getrandom
|
linux_syscallargs.h | 1839 int sys_getrandom(struct lwp *, const struct sys_getrandom_args *, register_t *);
|
/src/sys/compat/linux/arch/i386/ |
linux_sysent.c | 1542 .sy_call = (sy_call_t *)sys_getrandom
|
linux_syscallargs.h | 1956 int sys_getrandom(struct lwp *, const struct sys_getrandom_args *, register_t *);
|
/src/sys/compat/linux/arch/m68k/ |
linux_sysent.c | 1541 .sy_call = (sy_call_t *)sys_getrandom
|
linux_syscallargs.h | 1921 int sys_getrandom(struct lwp *, const struct sys_getrandom_args *, register_t *);
|
/src/sys/compat/linux/arch/mips/ |
linux_sysent.c | 1530 .sy_call = (sy_call_t *)sys_getrandom
|
linux_syscallargs.h | 1968 int sys_getrandom(struct lwp *, const struct sys_getrandom_args *, register_t *);
|
/src/sys/compat/linux/arch/powerpc/ |
linux_sysent.c | 1527 .sy_call = (sy_call_t *)sys_getrandom
|
linux_syscallargs.h | 1833 int sys_getrandom(struct lwp *, const struct sys_getrandom_args *, register_t *);
|
/src/sys/compat/netbsd32/ |
netbsd32_netbsd.c | 2633 return sys_getrandom(l, &ua, retval);
|
/src/sys/sys/ |
syscallargs.h | 554 check_syscall_args(sys_getrandom) 3595 int sys_getrandom(struct lwp *, const struct sys_getrandom_args *, register_t *);
|