Searched refs:KeWaitForSingleObject (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/compat/ndis/
H A Dkern_ndis.c856 KeWaitForSingleObject(&sc->ndis_block->nmb_setevent,
1059 KeWaitForSingleObject(&sc->ndis_block->nmb_resetevent,
1306 KeWaitForSingleObject(&sc->ndis_block->nmb_getevent,
H A Dsubr_ndis.c1800 KeWaitForSingleObject(&p->np_event, 0, 0, FALSE, NULL);
2130 rval = KeWaitForSingleObject(event,
2326 KeWaitForSingleObject(&intr->ni_dpcevt, 0, 0, FALSE, NULL);
2423 KeWaitForSingleObject(&timer, 0, 0, FALSE, NULL);
H A Dsubr_ntoskrnl.c1602 * KeWaitForSingleObject() is a tricky beast, because it can be used
1605 * other object types are quite common. KeWaitForSingleObject() is
1615 * KeWaitForSingleObject() on NDIS timer and event objects, so we
1620 * KeWaitForSingleObject() may do different things for different kinds
1654 KeWaitForSingleObject(void *arg, uint32_t reason, uint32_t mode, function
2746 KeWaitForSingleObject(&kq->kq_proc, 0, 0, TRUE, NULL);
3841 KeWaitForSingleObject(&kq->kq_proc, 0, 0, TRUE, NULL);
4061 KeWaitForSingleObject(&kq->kq_done, 0, 0, TRUE, NULL);
4186 KeWaitForSingleObject(&timer, 0, 0, alertable, NULL);
4313 IMPORT_SFUNC(KeWaitForSingleObject,
[all...]
H A Dntoskrnl_var.h1430 extern uint32_t KeWaitForSingleObject(void *, uint32_t,

Completed in 161 milliseconds