Searched refs:rsource (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sys/dev/random/
H A Dlive_entropy_sources.c61 live_entropy_source_register(struct random_hardware_source *rsource) argument
65 KASSERT(rsource != NULL, ("invalid input to %s", __func__));
68 les->rsource = rsource;
76 live_entropy_source_deregister(struct random_hardware_source *rsource) argument
80 KASSERT(rsource != NULL, ("invalid input to %s", __func__));
84 if (les->rsource == rsource) {
112 error = SYSCTL_OUT(req, les->rsource->ident, strlen(les->rsource
[all...]
H A Dlive_entropy_sources.h40 struct random_hardware_source *rsource; /* associated random adaptor */ member in struct:live_entropy_sources
/freebsd-10.0-release/bin/rcp/
H A Drcp.c96 void rsource(char *, struct stat *);
374 rsource(name, &stb);
439 rsource(char *name, struct stat *statp) function
/freebsd-10.0-release/crypto/heimdal/appl/rcp/
H A Drcp.c48 void rsource (char *, struct stat *);
296 rsource(name, &stb);
361 rsource(char *name, struct stat *statp) function
/freebsd-10.0-release/crypto/openssh/
H A Dscp.c361 void rsource(char *, struct stat *);
781 rsource(name, &stb);
853 rsource(char *name, struct stat *statp) function

Completed in 108 milliseconds