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

/freebsd-12-stable/sys/compat/ndis/
H A Dkern_ndis.c1158 ndis_pnpevent_handler pnpeventfunc; local
1164 pnpeventfunc = sc->ndis_chars->nmc_pnpevent_handler;
1166 if (adapter == NULL || pnpeventfunc == NULL)
1170 MSCALL4(pnpeventfunc, adapter, type, NULL, 0);
1172 MSCALL4(pnpeventfunc, sc->ndis_chars->nmc_rsvd0, type, NULL, 0);

Completed in 107 milliseconds