Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/if_ndis/
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.c151 db = windrv_match((matchfuncptr)ndisusb_devcompare, self); in ndisusb_match()
/freebsd-13.1/sys/compat/ndis/
H A Dntoskrnl_var.h1379 typedef int (*matchfuncptr)(interface_type, void *, void *); typedef
1385 extern struct drvdb_ent *windrv_match(matchfuncptr, void *);
H A Dkern_windrv.c240 matchfuncptr matchfunc; in windrv_match()