Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/aic7xxx/
H A Dahc_pci.c92 ahc = ahc_alloc(dev, name); in ahc_pci_attach()
H A Dahc_isa.c248 ahc = ahc_alloc(dev, name); in ahc_isa_attach()
H A Daic7xxx.h1218 struct ahc_softc *ahc_alloc(void *platform_arg, char *name);
H A Daic7xxx.c3876 ahc_alloc(void *platform_arg, char *name) in ahc_alloc() function