Searched refs:GRND_NONBLOCK (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlinux.cpp137 #if !defined(GRND_NONBLOCK)
138 #define GRND_NONBLOCK 1 macro
142 syscall(SYS_getrandom, Buffer, Length, Blocking ? 0 : GRND_NONBLOCK);
/freebsd-11-stable/contrib/unbound/compat/
H A Dgetentropy_linux.c90 #if defined(SYS_getrandom) && defined(GRND_NONBLOCK)
110 #if defined(SYS_getrandom) && defined(GRND_NONBLOCK)
193 #if defined(SYS_getrandom) && defined(GRND_NONBLOCK)
202 ret = syscall(SYS_getrandom, buf, len, GRND_NONBLOCK);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Drandom.c242 sizeof(dummy_key) - dummy_key_avail, GRND_NONBLOCK);
445 if (getrandom(&dummy, 0, GRND_NONBLOCK) == 0 ||
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp135 # if !defined(GRND_NONBLOCK)
136 # define GRND_NONBLOCK 1 macro
2127 blocking ? 0 : GRND_NONBLOCK);
/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c80 # if ! defined(GRND_NONBLOCK)
81 # define GRND_NONBLOCK 0x0001 macro
82 # endif /* defined(GRND_NONBLOCK) */
658 const unsigned int getrandomFlags = GRND_NONBLOCK;

Completed in 600 milliseconds