Home
last modified time | relevance | path

Searched refs:__NR_getrandom (Results 1 – 23 of 23) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/
H A D0001-lss-Match-syscalls-to-match-musl.patch26 #ifndef __NR_getrandom
27 #define __NR_getrandom 355
34 #ifndef __NR_getrandom
35 #define __NR_getrandom 318
47 #ifndef __NR_getrandom
48 #define __NR_getrandom (__NR_Linux + 313)
/openbmc/linux/tools/include/nolibc/
H A Dstackprotector.h42 my_syscall3(__NR_getrandom, &__stack_chk_guard, sizeof(__stack_chk_guard), 0); in __stack_chk_init()
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_bloom_filter_map.c152 err = syscall(__NR_getrandom, val, val_size, 0); in map_prepare_thread()
233 nr_rand_bytes = syscall(__NR_getrandom, ctx.skel->bss->rand_vals, in populate_maps()
/openbmc/qemu/linux-headers/asm-riscv/
H A Dunistd_32.h238 #define __NR_getrandom 278 macro
H A Dunistd_64.h267 #define __NR_getrandom 278 macro
/openbmc/qemu/linux-headers/asm-arm64/
H A Dunistd_64.h266 #define __NR_getrandom 278 macro
/openbmc/qemu/linux-headers/asm-loongarch/
H A Dunistd_64.h263 #define __NR_getrandom 278 macro
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h298 #define __NR_getrandom 349 macro
H A Dunistd_32.h331 #define __NR_getrandom 349 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h322 #define __NR_getrandom 318 macro
H A Dunistd_32.h355 #define __NR_getrandom 355 macro
H A Dunistd_x32.h278 #define __NR_getrandom (__X32_SYSCALL_BIT + 318) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h352 #define __NR_getrandom 359 macro
H A Dunistd_32.h361 #define __NR_getrandom 359 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dunistd.h673 #define __NR_getrandom 278 macro
674 __SYSCALL(__NR_getrandom, sys_getrandom)
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dunistd.h673 #define __NR_getrandom 278 macro
674 __SYSCALL(__NR_getrandom, sys_getrandom)
/openbmc/linux/include/uapi/asm-generic/
H A Dunistd.h673 #define __NR_getrandom 278 macro
674 __SYSCALL(__NR_getrandom, sys_getrandom)
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h781 #define __NR_getrandom 384 macro
782 __SYSCALL(__NR_getrandom, sys_getrandom)
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h316 #define __NR_getrandom (__NR_Linux + 313) macro
H A Dunistd_n32.h320 #define __NR_getrandom (__NR_Linux + 317) macro
H A Dunistd_o32.h356 #define __NR_getrandom (__NR_Linux + 353) macro
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h343 #define __NR_getrandom (__NR_SYSCALL_BASE + 384) macro
/openbmc/qemu/linux-user/
H A Dsyscall.c407 #if defined(TARGET_NR_getrandom) && defined(__NR_getrandom)
10854 #if defined(TARGET_NR_getrandom) && defined(__NR_getrandom) in _syscall2()