Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/ndis/
H A Dntoskrnl_var.h1149 KeInsertQueueDpc(&(dobj)->do_dpc, irp, ctx)
1432 extern uint8_t KeInsertQueueDpc(kdpc *, void *, void *);
H A Dsubr_ntoskrnl.c3681 KeInsertQueueDpc(dpc, NULL, NULL);
3900 KeInsertQueueDpc(&dpc, NULL, NULL);
3948 KeInsertQueueDpc(dpc, sysarg1, sysarg2) function
4423 IMPORT_SFUNC(KeInsertQueueDpc, 3),
H A Dkern_ndis.c1254 if (KeInsertQueueDpc(&intr->ni_dpc, NULL, NULL) == TRUE)
/freebsd-12.1/sys/dev/if_ndis/
H A Dif_ndis.c1249 KeInsertQueueDpc(&sc->ndis_rxdpc, NULL, NULL);