HomeSort by: relevance | last modified time | path
    Searched defs:cprng_strong_create (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_cprng.c 119 kern_cprng = cprng_strong_create("kern", IPL_SOFTSERIAL, 0);
120 user_cprng = cprng_strong_create("user", IPL_NONE, 0);
191 cprng_strong_create(const char *name, int ipl, int flags) function in typeref:struct:cprng_strong *
subr_cprng.c 119 kern_cprng = cprng_strong_create("kern", IPL_SOFTSERIAL, 0);
120 user_cprng = cprng_strong_create("user", IPL_NONE, 0);
191 cprng_strong_create(const char *name, int ipl, int flags) function in typeref:struct:cprng_strong *

Completed in 46 milliseconds