Searched refs:ram_driver (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_physmem.c | 624 DEFINE_CLASS_0(ram, ram_driver, ram_methods, /* no softc */ 1); 625 DRIVER_MODULE(ram, nexus, ram_driver, 0, 0);
|
/freebsd/sys/x86/x86/ |
H A D | nexus.c | 724 static driver_t ram_driver = { variable 730 DRIVER_MODULE(ram, nexus, ram_driver, 0, 0);
|