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

/freebsd-11.0-release/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c78 static int hpt_attach(device_t dev) function
87 KdPrint(("hpt_attach(%d/%d/%d)", pci_get_bus(dev), pci_get_slot(dev), pci_get_function(dev)));
972 * hpt_final_init will be called after all hpt_attach.
1194 DEVMETHOD(device_attach, hpt_attach),
/freebsd-11.0-release/sys/dev/hptmv/
H A Dentry.c75 static int hpt_attach(device_t dev);
86 DEVMETHOD(device_attach, hpt_attach),
1976 hpt_attach(device_t dev) function
2477 /*Start this thread in the hpt_attach, to prevent kernel from loading it without our controller.*/
/freebsd-11.0-release/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c69 static int hpt_attach(device_t dev) function
78 KdPrint(("hpt_attach(%d/%d/%d)", pci_get_bus(dev), pci_get_slot(dev), pci_get_function(dev)));
1129 * hpt_final_init will be called after all hpt_attach.
1365 DEVMETHOD(device_attach, hpt_attach),
/freebsd-11.0-release/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c71 static int hpt_attach(device_t dev) function
80 KdPrint(("hpt_attach(%d/%d/%d)", pci_get_bus(dev), pci_get_slot(dev), pci_get_function(dev)));
1324 * hpt_final_init will be called after all hpt_attach.
1547 DEVMETHOD(device_attach, hpt_attach),

Completed in 162 milliseconds