Home
last modified time | relevance | path

Searched refs:matchfuncptr (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/
Dntoskrnl_var.h1391 typedef int (*matchfuncptr)(interface_type, void *, void *); typedef
1397 extern struct drvdb_ent *windrv_match(matchfuncptr, void *);
Dkern_windrv.c199 matchfuncptr matchfunc; in windrv_match()