/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/ |
H A D | 0001-lss-Match-syscalls-to-match-musl.patch | 26 #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 D | stackprotector.h | 42 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 D | bench_bloom_filter_map.c | 152 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 D | unistd_32.h | 238 #define __NR_getrandom 278 macro
|
H A D | unistd_64.h | 267 #define __NR_getrandom 278 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 266 #define __NR_getrandom 278 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 263 #define __NR_getrandom 278 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 298 #define __NR_getrandom 349 macro
|
H A D | unistd_32.h | 331 #define __NR_getrandom 349 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 322 #define __NR_getrandom 318 macro
|
H A D | unistd_32.h | 355 #define __NR_getrandom 355 macro
|
H A D | unistd_x32.h | 278 #define __NR_getrandom (__X32_SYSCALL_BIT + 318) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 352 #define __NR_getrandom 359 macro
|
H A D | unistd_32.h | 361 #define __NR_getrandom 359 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 673 #define __NR_getrandom 278 macro 674 __SYSCALL(__NR_getrandom, sys_getrandom)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 673 #define __NR_getrandom 278 macro 674 __SYSCALL(__NR_getrandom, sys_getrandom)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 673 #define __NR_getrandom 278 macro 674 __SYSCALL(__NR_getrandom, sys_getrandom)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 781 #define __NR_getrandom 384 macro 782 __SYSCALL(__NR_getrandom, sys_getrandom)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 316 #define __NR_getrandom (__NR_Linux + 313) macro
|
H A D | unistd_n32.h | 320 #define __NR_getrandom (__NR_Linux + 317) macro
|
H A D | unistd_o32.h | 356 #define __NR_getrandom (__NR_Linux + 353) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 343 #define __NR_getrandom (__NR_SYSCALL_BASE + 384) macro
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 407 #if defined(TARGET_NR_getrandom) && defined(__NR_getrandom) 10854 #if defined(TARGET_NR_getrandom) && defined(__NR_getrandom) in _syscall2()
|