Searched refs:PciGlobalLock (Results 1 – 4 of 4) sorted by relevance
/reactos/drivers/bus/pcix/ |
H A D | hookhal.c | 53 KeWaitForSingleObject(&PciGlobalLock, Executive, KernelMode, FALSE, NULL); in PciFindPdoByLocation() 67 KeSetEvent(&PciGlobalLock, IO_NO_INCREMENT, FALSE); in PciFindPdoByLocation() 150 KeWaitForSingleObject(&PciGlobalLock, Executive, KernelMode, FALSE, NULL); in PciAssignSlotResources() 237 KeSetEvent(&PciGlobalLock, 0, 0); in PciAssignSlotResources()
|
H A D | fdo.c | 487 &PciGlobalLock); in PciAddDevice() 621 &PciGlobalLock); in PciAddDevice()
|
H A D | init.c | 20 KEVENT PciGlobalLock; variable 768 KeInitializeEvent(&PciGlobalLock, SynchronizationEvent, TRUE); in DriverEntry()
|
H A D | pci.h | 1798 extern KEVENT PciGlobalLock;
|