HomeSort by: relevance | last modified time | path
    Searched refs:netbsd32_getrandom (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/compat/linux32/arch/aarch64/
linux32_sysent.c 1429 .sy_call = (sy_call_t *)netbsd32_getrandom
1430 }, /* 384 = netbsd32_getrandom */
linux32_syscallargs.h 1611 int netbsd32_getrandom(struct lwp *, const struct netbsd32_getrandom_args *, register_t *);
  /src/sys/compat/netbsd32/
netbsd32_sysent.c 492 .sy_call = (sy_call_t *)netbsd32_getrandom
493 }, /* 91 = netbsd32_getrandom */
netbsd32_netbsd.c 2620 netbsd32_getrandom(struct lwp *l, const struct netbsd32_getrandom_args *uap, function in typeref:typename:int
netbsd32_syscallargs.h 479 check_syscall_args(netbsd32_getrandom)
3017 int netbsd32_getrandom(struct lwp *, const struct netbsd32_getrandom_args *, register_t *);

Completed in 21 milliseconds