Searched refs:matchfuncptr (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/dev/if_ndis/
H A Dif_ndis_pccard.c165 db = windrv_match((matchfuncptr)ndis_devcompare, dev);
195 db = windrv_match((matchfuncptr)ndis_devcompare, dev);
H A Dif_ndis_pci.c155 db = windrv_match((matchfuncptr)ndis_devcompare, dev);
188 db = windrv_match((matchfuncptr)ndis_devcompare, dev);
H A Dif_ndis_usb.c148 db = windrv_match((matchfuncptr)ndisusb_devcompare, self);
/freebsd-11.0-release/sys/compat/ndis/
H A Dkern_windrv.c199 matchfuncptr matchfunc;
H A Dntoskrnl_var.h1391 typedef int (*matchfuncptr)(interface_type, void *, void *); typedef
1397 extern struct drvdb_ent *windrv_match(matchfuncptr, void *);

Completed in 50 milliseconds