Searched refs:adv_alloc (Results 1 – 4 of 4) sorted by relevance
43 struct adv_softc * adv_alloc(device_t dev, struct resource *res, long offset);
172 adv = adv_alloc(dev, iores, 0); in adv_pci_attach()
184 adv = adv_alloc(dev, iores, 0); in adv_isa_probe()
668 adv_alloc(device_t dev, struct resource *res, long offset) in adv_alloc() function