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

/freebsd-11-stable/sys/compat/ndis/
H A Dkern_ndis.c1153 ndis_pnpevent_handler pnpeventfunc; local
1159 pnpeventfunc = sc->ndis_chars->nmc_pnpevent_handler;
1161 if (adapter == NULL || pnpeventfunc == NULL)
1165 MSCALL4(pnpeventfunc, adapter, type, NULL, 0);
1167 MSCALL4(pnpeventfunc, sc->ndis_chars->nmc_rsvd0, type, NULL, 0);

Completed in 74 milliseconds