Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/
H A Drandom_harvestq.c630 random_source_register(struct random_source *rsource) in random_source_register() argument
634 KASSERT(rsource != NULL, ("invalid input to %s", __func__)); in random_source_register()
637 rrs->rrs_source = rsource; in random_source_register()
639 random_harvest_register_source(rsource->rs_source); in random_source_register()
641 printf("random: registering fast source %s\n", rsource->rs_ident); in random_source_register()
649 random_source_deregister(struct random_source *rsource) in random_source_deregister() argument
653 KASSERT(rsource != NULL, ("invalid input to %s", __func__)); in random_source_deregister()
655 random_harvest_deregister_source(rsource->rs_source); in random_source_deregister()
659 if (rrs->rrs_source == rsource) { in random_source_deregister()
/freebsd/crypto/heimdal/appl/rcp/
H A Drcp.c48 void rsource (char *, struct stat *);
296 rsource(name, &stb); in source()
361 rsource(char *name, struct stat *statp) in rsource() function
/freebsd/crypto/openssh/
H A Dscp.c457 void rsource(char *, struct stat *);
1426 rsource(name, &stb); in source()
1501 rsource(char *name, struct stat *statp) in rsource() function