Home
last modified time | relevance | path

Searched refs:windrv_match (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/sys/dev/if_ndis/
Dif_ndis_pccard.c163 db = windrv_match((matchfuncptr)ndis_devcompare, dev);
193 db = windrv_match((matchfuncptr)ndis_devcompare, dev);
Dif_ndis_pci.c152 db = windrv_match((matchfuncptr)ndis_devcompare, dev);
185 db = windrv_match((matchfuncptr)ndis_devcompare, dev);
Dif_ndis_usb.c147 db = windrv_match((matchfuncptr)ndisusb_devcompare, self); in ndisusb_match()
/freebsd-9-stable/sys/compat/ndis/
Dkern_windrv.c198 windrv_match(matchfunc, ctx) in windrv_match() function
Dntoskrnl_var.h1397 extern struct drvdb_ent *windrv_match(matchfuncptr, void *);