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

/freebsd-12-stable/sys/compat/ndis/
H A Dkern_ndis.c1130 ndis_shutdown_handler shutdownfunc; local
1135 shutdownfunc = sc->ndis_chars->nmc_shutdown_handler;
1137 if (adapter == NULL || shutdownfunc == NULL)
1141 MSCALL1(shutdownfunc, adapter);
1143 MSCALL1(shutdownfunc, sc->ndis_chars->nmc_rsvd0);
H A Dsubr_ndis.c2334 NdisMRegisterAdapterShutdownHandler(adapter, shutdownctx, shutdownfunc)
2337 ndis_shutdown_handler shutdownfunc;
2350 chars->nmc_shutdown_handler = shutdownfunc;

Completed in 121 milliseconds