Searched refs:KeWaitForSingleObject (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/compat/ndis/ |
| H A D | kern_ndis.c | 858 KeWaitForSingleObject(&sc->ndis_block->nmb_setevent, 1061 KeWaitForSingleObject(&sc->ndis_block->nmb_resetevent, 1308 KeWaitForSingleObject(&sc->ndis_block->nmb_getevent,
|
| H A D | subr_ntoskrnl.c | 1655 KeWaitForSingleObject(void *arg, uint32_t reason, uint32_t mode, function 2751 KeWaitForSingleObject(&kq->kq_proc, 0, 0, TRUE, NULL); 3849 KeWaitForSingleObject(&kq->kq_proc, 0, 0, TRUE, NULL); 4069 KeWaitForSingleObject(&kq->kq_done, 0, 0, TRUE, NULL); 4194 KeWaitForSingleObject(&timer, 0, 0, alertable, NULL); 4322 IMPORT_SFUNC(KeWaitForSingleObject, 5),
|
| H A D | subr_ndis.c | 1802 KeWaitForSingleObject(&p->np_event, 0, 0, FALSE, NULL); 2133 rval = KeWaitForSingleObject(event, 2329 KeWaitForSingleObject(&intr->ni_dpcevt, 0, 0, FALSE, NULL); 2426 KeWaitForSingleObject(&timer, 0, 0, FALSE, NULL);
|
| H A D | ntoskrnl_var.h | 1444 extern uint32_t KeWaitForSingleObject(void *, uint32_t,
|