Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/wi/
H A Dif_wi_pci.c167 error = wi_alloc(dev, WI_PCI_IORES); in wi_pci_attach()
216 error = wi_alloc(dev, WI_PCI_LMEMRES); in wi_pci_attach()
H A Dif_wivar.h191 int wi_alloc(device_t, int);
H A Dif_wi_pccard.c218 error = wi_alloc(dev, 0); in wi_pccard_attach()
H A Dif_wi.c2060 wi_alloc(device_t dev, int rid) in wi_alloc() function