Home
last modified time | relevance | path

Searched refs:ahc_alloc (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Dahc_pci.c91 ahc = ahc_alloc(dev, name); in ahc_pci_attach()
H A Dahc_isa.c247 ahc = ahc_alloc(dev, name); in ahc_isa_attach()
H A Daic7xxx.h1214 struct ahc_softc *ahc_alloc(void *platform_arg, char *name);
H A Daic7xxx.c3867 ahc_alloc(void *platform_arg, char *name) in ahc_alloc() function