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

/freebsd-11-stable/sys/dev/ce/
H A Dif_ce.c2525 static int ce_modevent (module_t mod, int type, void *unused) function
2607 ce_modevent,
2632 DRIVER_MODULE (cemod, pci, ce_driver, ce_devclass, ce_modevent, NULL);
2634 DRIVER_MODULE (ce, pci, ce_driver, ce_devclass, ce_modevent, NULL);
2640 DRIVER_MODULE (ce, pci, ce_driver, ce_devclass, ce_modevent, NULL);

Completed in 117 milliseconds