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

/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhpt27xx_config.h36 #define TARGETNAME hpt27xx macro
H A Dhpt27xx_osm_bsd.c1381 #ifndef TARGETNAME
1382 #error "no TARGETNAME found"
1385 /* use this to make TARGETNAME be expanded */
1389 __DRIVER_MODULE(TARGETNAME, pci, hpt_pci_driver, hpt_devclass, 0, 0);
1390 __MODULE_VERSION(TARGETNAME, 1);
1391 __MODULE_DEPEND(TARGETNAME, cam, 1, 1, 1);
/freebsd-13-stable/sys/dev/hptnr/
H A Dhptnr_config.h36 #define TARGETNAME hptnr macro
H A Dhptnr_osm_bsd.c1563 #ifndef TARGETNAME
1564 #error "no TARGETNAME found"
1567 /* use this to make TARGETNAME be expanded */
1571 __DRIVER_MODULE(TARGETNAME, pci, hpt_pci_driver, hpt_devclass, 0, 0);
1572 __MODULE_VERSION(TARGETNAME, 1);
1573 __MODULE_DEPEND(TARGETNAME, cam, 1, 1, 1);
/freebsd-13-stable/sys/dev/hptrr/
H A Dhptrr_config.h35 #define TARGETNAME hptrr macro
H A Dhptrr_osm_bsd.c1210 #ifndef TARGETNAME
1211 #error "no TARGETNAME found"
1214 /* use this to make TARGETNAME be expanded */
1218 __DRIVER_MODULE(TARGETNAME, pci, hpt_pci_driver, hpt_devclass, 0, 0);
1219 __MODULE_VERSION(TARGETNAME, 1);
1220 __MODULE_DEPEND(TARGETNAME, cam, 1, 1, 1);

Completed in 209 milliseconds