Home | History | Annotate | Download | only in kern

Lines Matching refs:ENTROPY_SIG

1429 	error = entropy_request(ENTROPY_CAPACITY, ENTROPY_WAIT|ENTROPY_SIG);
1480 * ENTROPY_SIG Allow interruption by a signal during wait.
1487 * EINTR/ERESTART No entropy, ENTROPY_SIG set, and interrupted.
1558 if (ISSET(flags, ENTROPY_SIG)) {
1893 * If flags & ENTROPY_SIG, allow interruption by signal.
1907 if (ISSET(flags, ENTROPY_SIG)) {
1967 * If flags & ENTROPY_SIG, allow interruption by signal.
2596 error = rnd_lock_sources(ENTROPY_WAIT|ENTROPY_SIG);
2632 error = rnd_lock_sources(ENTROPY_WAIT|ENTROPY_SIG);
2664 error = rnd_lock_sources(ENTROPY_WAIT|ENTROPY_SIG);
2695 error = rnd_lock_sources(ENTROPY_WAIT|ENTROPY_SIG);