Home
last modified time | relevance | path

Searched refs:linux_getrandom (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/sys/arm64/linux/
Dlinux_sysent.c298 …{ AS(linux_getrandom_args), (sy_call_t *)linux_getrandom, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }…
Dlinux_proto.h1282 int linux_getrandom(struct thread *, struct linux_getrandom_args *);
/freebsd-12-stable/sys/amd64/linux/
Dlinux_sysent.c338 …{ AS(linux_getrandom_args), (sy_call_t *)linux_getrandom, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }…
Dlinux_proto.h1546 int linux_getrandom(struct thread *, struct linux_getrandom_args *);
/freebsd-12-stable/sys/amd64/linux32/
Dlinux32_sysent.c375 …{ AS(linux_getrandom_args), (sy_call_t *)linux_getrandom, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }…
Dlinux32_proto.h1818 int linux_getrandom(struct thread *, struct linux_getrandom_args *);
/freebsd-12-stable/sys/i386/linux/
Dlinux_sysent.c375 …{ AS(linux_getrandom_args), (sy_call_t *)linux_getrandom, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }…
Dlinux_proto.h1827 int linux_getrandom(struct thread *, struct linux_getrandom_args *);
/freebsd-12-stable/sys/compat/linux/
Dlinux_misc.c2381 linux_getrandom(struct thread *td, struct linux_getrandom_args *args) in linux_getrandom() function