Home
last modified time | relevance | path

Searched refs:ni_dpcevt (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/compat/ndis/
Dsubr_ndis.c2252 KeSetEvent(&intr->ni_dpcevt, IO_NO_INCREMENT, FALSE);
2283 KeInitializeEvent(&intr->ni_dpcevt, EVENT_TYPE_NOTIFY, TRUE); in NdisMRegisterInterrupt()
2321 KeWaitForSingleObject(&intr->ni_dpcevt, 0, 0, FALSE, NULL);
2322 KeResetEvent(&intr->ni_dpcevt);
Dndis_var.h1069 struct nt_kevent ni_dpcevt; member
Dkern_ndis.c1250 KeResetEvent(&intr->ni_dpcevt);