Lines Matching refs:g_VBoxUsbFltGlobals

145     KeInitializeSpinLock(&g_VBoxUsbFltGlobals.Lock.Lock)
148 KeAcquireSpinLock(&g_VBoxUsbFltGlobals.Lock.Lock, &g_VBoxUsbFltGlobals.Lock.OldIrql);
150 KeReleaseSpinLock(&g_VBoxUsbFltGlobals.Lock.Lock, g_VBoxUsbFltGlobals.Lock.OldIrql);
171 static VBOXUSBFLTGLOBALS g_VBoxUsbFltGlobals;
175 for (PLIST_ENTRY pEntry = g_VBoxUsbFltGlobals.BlackDeviceList.Flink;
176 pEntry != &g_VBoxUsbFltGlobals.BlackDeviceList;
206 InsertHeadList(&g_VBoxUsbFltGlobals.BlackDeviceList, &pDev->ListEntry);
213 for (PLIST_ENTRY pEntry = g_VBoxUsbFltGlobals.BlackDeviceList.Flink;
214 pEntry != &g_VBoxUsbFltGlobals.BlackDeviceList;
289 for (PLIST_ENTRY pEntry = g_VBoxUsbFltGlobals.DeviceList.Flink;
290 pEntry != &g_VBoxUsbFltGlobals.DeviceList;
295 pEntry2 != &g_VBoxUsbFltGlobals.DeviceList;
305 for (PLIST_ENTRY pEntry = g_VBoxUsbFltGlobals.DeviceList.Flink;
306 pEntry != &g_VBoxUsbFltGlobals.DeviceList;
330 * in g_VBoxUsbFltGlobals.DeviceList (see @bugref{6509}).
589 for (PLIST_ENTRY pEntry = g_VBoxUsbFltGlobals.ContextList.Flink;
590 pEntry != &g_VBoxUsbFltGlobals.ContextList;
957 for (PLIST_ENTRY pEntry = g_VBoxUsbFltGlobals.DeviceList.Flink;
958 pEntry != &g_VBoxUsbFltGlobals.DeviceList;
1001 InsertHeadList(&g_VBoxUsbFltGlobals.ContextList, &pContext->ListEntry);
1071 for (PLIST_ENTRY pEntry = g_VBoxUsbFltGlobals.DeviceList.Flink;
1072 pEntry != &g_VBoxUsbFltGlobals.DeviceList;
1203 for (PLIST_ENTRY pEntry = g_VBoxUsbFltGlobals.DeviceList.Flink;
1204 pEntry != &g_VBoxUsbFltGlobals.DeviceList;
1305 InsertHeadList(&g_VBoxUsbFltGlobals.DeviceList, &pDevice->GlobalLe);
1376 * in g_VBoxUsbFltGlobals.DeviceList (see @bugref{6509}).
1440 memset(&g_VBoxUsbFltGlobals, 0, sizeof (g_VBoxUsbFltGlobals));
1441 InitializeListHead(&g_VBoxUsbFltGlobals.DeviceList);
1442 InitializeListHead(&g_VBoxUsbFltGlobals.ContextList);
1443 InitializeListHead(&g_VBoxUsbFltGlobals.BlackDeviceList);
1455 if (!IsListEmpty(&g_VBoxUsbFltGlobals.ContextList))
1463 for (PLIST_ENTRY pEntry = g_VBoxUsbFltGlobals.DeviceList.Flink;
1464 pEntry != &g_VBoxUsbFltGlobals.DeviceList;
1487 for (PLIST_ENTRY pEntry = g_VBoxUsbFltGlobals.DeviceList.Flink;
1488 pEntry != &g_VBoxUsbFltGlobals.DeviceList;
1489 pEntry = g_VBoxUsbFltGlobals.DeviceList.Flink)