Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/if_ndis/
H A Dif_ndis_pccard.c168 db = windrv_match((matchfuncptr)ndis_devcompare, dev);
242 db = windrv_match((matchfuncptr)ndis_devcompare, dev);
H A Dif_ndis_pci.c157 db = windrv_match((matchfuncptr)ndis_devcompare, dev);
190 db = windrv_match((matchfuncptr)ndis_devcompare, dev);
H A Dif_ndis_usb.c150 db = windrv_match((matchfuncptr)ndisusb_devcompare, self); in ndisusb_match()
/freebsd-12.1/sys/compat/ndis/
H A Dntoskrnl_var.h1393 typedef int (*matchfuncptr)(interface_type, void *, void *); typedef
1399 extern struct drvdb_ent *windrv_match(matchfuncptr, void *);
H A Dkern_windrv.c240 matchfuncptr matchfunc; in windrv_match()