Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/if_ndis/
Dif_ndis_pccard.c168 db = windrv_match((matchfuncptr)ndis_devcompare, dev);
242 db = windrv_match((matchfuncptr)ndis_devcompare, dev);
Dif_ndis_pci.c157 db = windrv_match((matchfuncptr)ndis_devcompare, dev);
190 db = windrv_match((matchfuncptr)ndis_devcompare, dev);
Dif_ndis_usb.c150 db = windrv_match((matchfuncptr)ndisusb_devcompare, self); in ndisusb_match()
/freebsd-12-stable/sys/compat/ndis/
Dkern_windrv.c239 windrv_match(matchfunc, ctx) in windrv_match() function
Dntoskrnl_var.h1399 extern struct drvdb_ent *windrv_match(matchfuncptr, void *);