Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/ndis/
H A Dntoskrnl_var.h1135 KeInsertQueueDpc(&(dobj)->do_dpc, irp, ctx)
1418 extern uint8_t KeInsertQueueDpc(kdpc *, void *, void *);
H A Dsubr_ntoskrnl.c3673 KeInsertQueueDpc(dpc, NULL, NULL);
3892 KeInsertQueueDpc(&dpc, NULL, NULL);
3940 KeInsertQueueDpc(dpc, sysarg1, sysarg2) function
4414 IMPORT_SFUNC(KeInsertQueueDpc, 3),
H A Dkern_ndis.c1252 if (KeInsertQueueDpc(&intr->ni_dpc, NULL, NULL) == TRUE)
/freebsd-13.1/sys/dev/if_ndis/
H A Dif_ndis.c1255 KeInsertQueueDpc(&sc->ndis_rxdpc, NULL, NULL);