Home
last modified time | relevance | path

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

/trueos/sys/compat/ndis/
HDkern_ndis.c1123 ndis_shutdown_handler shutdownfunc; local
1128 shutdownfunc = sc->ndis_chars->nmc_shutdown_handler;
1130 if (adapter == NULL || shutdownfunc == NULL)
1134 MSCALL1(shutdownfunc, adapter);
1136 MSCALL1(shutdownfunc, sc->ndis_chars->nmc_rsvd0);
HDsubr_ndis.c2326 NdisMRegisterAdapterShutdownHandler(adapter, shutdownctx, shutdownfunc) in NdisMRegisterAdapterShutdownHandler() argument
2329 ndis_shutdown_handler shutdownfunc;
2342 chars->nmc_shutdown_handler = shutdownfunc;