OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENTROPY_SIG
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
entropy.h
48
#define
ENTROPY_SIG
0x02
/src/sys/kern/
sys_getrandom.c
95
extractflags |= ENTROPY_WAIT|
ENTROPY_SIG
;
kern_entropy.c
1430
error = entropy_request(ENTROPY_CAPACITY, ENTROPY_WAIT|
ENTROPY_SIG
);
1481
*
ENTROPY_SIG
Allow interruption by a signal during wait.
1488
* EINTR/ERESTART No entropy,
ENTROPY_SIG
set, and interrupted.
1559
if (ISSET(flags,
ENTROPY_SIG
)) {
1894
* If flags &
ENTROPY_SIG
, allow interruption by signal.
1908
if (ISSET(flags,
ENTROPY_SIG
)) {
1968
* If flags &
ENTROPY_SIG
, allow interruption by signal.
2597
error = rnd_lock_sources(ENTROPY_WAIT|
ENTROPY_SIG
);
2633
error = rnd_lock_sources(ENTROPY_WAIT|
ENTROPY_SIG
);
2665
error = rnd_lock_sources(ENTROPY_WAIT|
ENTROPY_SIG
);
[
all
...]
Completed in 39 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026