Home
last modified time | relevance | path

Searched refs:physmem_entsrc_t (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dswrand.c82 } physmem_entsrc_t; typedef
101 static physmem_entsrc_t entsrc; /* Physical mem as an entropy source */
107 static int physmem_ent_init(physmem_entsrc_t *);
108 static void physmem_ent_fini(physmem_entsrc_t *);
109 static void physmem_ent_gen(physmem_entsrc_t *);
590 physmem_ent_init(physmem_entsrc_t *entsrc) in physmem_ent_init()
646 physmem_ent_fini(physmem_entsrc_t *entsrc) in physmem_ent_fini()
656 physmem_ent_gen(physmem_entsrc_t *entsrc) in physmem_ent_gen()