Searched refs:KeInsertQueueDpc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/compat/ndis/ |
| H A D | ntoskrnl_var.h | 1135 KeInsertQueueDpc(&(dobj)->do_dpc, irp, ctx) 1418 extern uint8_t KeInsertQueueDpc(kdpc *, void *, void *);
|
| H A D | subr_ntoskrnl.c | 3673 KeInsertQueueDpc(dpc, NULL, NULL); 3892 KeInsertQueueDpc(&dpc, NULL, NULL); 3940 KeInsertQueueDpc(dpc, sysarg1, sysarg2) function 4414 IMPORT_SFUNC(KeInsertQueueDpc, 3),
|
| H A D | kern_ndis.c | 1252 if (KeInsertQueueDpc(&intr->ni_dpc, NULL, NULL) == TRUE)
|
| /freebsd-13.1/sys/dev/if_ndis/ |
| H A D | if_ndis.c | 1255 KeInsertQueueDpc(&sc->ndis_rxdpc, NULL, NULL);
|