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

/freebsd-current/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.
1195 DEVMETHOD(device_attach, hpt_attach),
/freebsd-current/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c69 static int hpt_attach(device_t dev) function
83 KdPrint(("hpt_attach(%d/%d/%d)", pci_get_bus(dev), pci_get_slot(dev), pci_get_function(dev)));
1049 * hpt_final_init will be called after all hpt_attach.
1270 DEVMETHOD(device_attach, hpt_attach),
/freebsd-current/sys/dev/hptmv/
H A Dentry.c74 static int hpt_attach(device_t dev);
85 DEVMETHOD(device_attach, hpt_attach),
1973 hpt_attach(device_t dev) function
2460 /*Start this thread in the hpt_attach, to prevent kernel from loading it without our controller.*/
/freebsd-current/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c71 static int hpt_attach(device_t dev) function
85 KdPrint(("hpt_attach(%d/%d/%d)", pci_get_bus(dev), pci_get_slot(dev), pci_get_function(dev)));
1329 * hpt_final_init will be called after all hpt_attach.
1553 DEVMETHOD(device_attach, hpt_attach),

Completed in 79 milliseconds