Searched refs:KeWaitForSingleObject (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/compat/ndis/ |
| HD | kern_ndis.c | 850 KeWaitForSingleObject(&sc->ndis_block->nmb_setevent, 1053 KeWaitForSingleObject(&sc->ndis_block->nmb_resetevent, 1300 KeWaitForSingleObject(&sc->ndis_block->nmb_getevent,
|
| HD | subr_ntoskrnl.c | 1653 KeWaitForSingleObject(void *arg, uint32_t reason, uint32_t mode, function 2749 KeWaitForSingleObject(&kq->kq_proc, 0, 0, TRUE, NULL); 3850 KeWaitForSingleObject(&kq->kq_proc, 0, 0, TRUE, NULL); 4070 KeWaitForSingleObject(&kq->kq_done, 0, 0, TRUE, NULL); 4195 KeWaitForSingleObject(&timer, 0, 0, alertable, NULL); 4323 IMPORT_SFUNC(KeWaitForSingleObject, 5),
|
| HD | subr_ndis.c | 1795 KeWaitForSingleObject(&p->np_event, 0, 0, FALSE, NULL); 2126 rval = KeWaitForSingleObject(event, 2322 KeWaitForSingleObject(&intr->ni_dpcevt, 0, 0, FALSE, NULL); 2419 KeWaitForSingleObject(&timer, 0, 0, FALSE, NULL);
|
| HD | ntoskrnl_var.h | 1442 extern uint32_t KeWaitForSingleObject(void *, uint32_t,
|