/src/sys/kern/ |
kern_entropy.c | 43 * - entropy_enter_intr gathers entropy or drops it on the 258 static bool entropy_enter_intr(const void *, size_t, unsigned, bool); 925 "use entropy_enter_intr from interrupt context"); 974 * entropy_enter_intr(buf, len, nbits, count) 990 entropy_enter_intr(const void *buf, size_t len, unsigned nbits, bool count) function in typeref:typename:bool 2268 * Internal subroutine to call either entropy_enter_intr, if we're 2279 * For the interrupt-like path, use entropy_enter_intr and take 2284 fullyused = entropy_enter_intr(buf, len, entropybits, count);
|
kern_entropy.c | 43 * - entropy_enter_intr gathers entropy or drops it on the 258 static bool entropy_enter_intr(const void *, size_t, unsigned, bool); 925 "use entropy_enter_intr from interrupt context"); 974 * entropy_enter_intr(buf, len, nbits, count) 990 entropy_enter_intr(const void *buf, size_t len, unsigned nbits, bool count) function in typeref:typename:bool 2268 * Internal subroutine to call either entropy_enter_intr, if we're 2279 * For the interrupt-like path, use entropy_enter_intr and take 2284 fullyused = entropy_enter_intr(buf, len, entropybits, count);
|