random_softc       50 kern/dev/generic/random.c static struct random_softc *the_random = NULL;
random_softc       87 kern/dev/generic/random.c 	struct random_softc *rs = dev->d_data;
random_softc       41 kern/dev/lamebus/random_lrandom.c struct random_softc *
random_softc       44 kern/dev/lamebus/random_lrandom.c 	struct random_softc *rs = kmalloc(sizeof(struct random_softc));