Home
last modified time | relevance | path

Searched refs:ahd_platform_alloc (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/ic/
Daic79xx_osm.h545 int ahd_platform_alloc(struct ahd_softc *, void *);
Daic79xx_osm.c781 ahd_platform_alloc(struct ahd_softc *ahd, void *platform_arg) in ahd_platform_alloc() function
/netbsd/src/sys/dev/pci/
Dahd_pci.c365 if (ahd_platform_alloc(ahd, NULL) != 0) { in ahd_pci_attach()