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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAtaAtapiPassThru.c93 { // DeviceList
743 InitializeListHead(&Instance->DeviceList);
994 Node = GetFirstNode (&Instance->DeviceList);
995 while (!IsNull (&Instance->DeviceList, Node)) {
1004 Node = GetNextNode (&Instance->DeviceList, Node);
1056 InsertTailList (&Instance->DeviceList, &DeviceInfo->Link);
1076 Node = GetFirstNode (&Instance->DeviceList);
1077 while (!IsNull (&Instance->DeviceList, Node)) {
1080 Node = GetNextNode (&Instance->DeviceList, Node);
1400 Node = GetFirstNode (&Instance->DeviceList);
[all...]
H A DAtaAtapiPassThru.h102 LIST_ENTRY DeviceList; member in struct:__anon10798
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiConfig.c191 ISCSI_DEVICE_LIST *DeviceList; local
229 DeviceList = (ISCSI_DEVICE_LIST *) AllocatePool (DataSize);
236 DeviceList
246 for (Index = LastDeviceIndex; Index < DeviceList->NumDevice; Index++) {
247 CurMacInfo = &DeviceList->MacInfo[Index];
261 CopyMem (CurMacInfo, &DeviceList->MacInfo[LastDeviceIndex], sizeof (ISCSI_MAC_INFO));
262 CopyMem (&DeviceList->MacInfo[LastDeviceIndex], &TempMacInfo, sizeof (ISCSI_MAC_INFO));
269 if (LastDeviceIndex == DeviceList->NumDevice) {
274 for (Index = LastDeviceIndex; Index < DeviceList->NumDevice; Index++) {
278 CurMacInfo = &DeviceList
[all...]
/vbox/src/VBox/HostDrivers/VBoxUSB/win/mon/
H A DVBoxUsbFlt.cpp165 LIST_ENTRY DeviceList; member in struct:VBOXUSBFLTGLOBALS
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}).
957 for (PLIST_ENTRY pEntry = g_VBoxUsbFltGlobals.DeviceList.Flink;
958 pEntry != &g_VBoxUsbFltGlobals.DeviceList;
1071 for (PLIST_ENTRY pEntry = g_VBoxUsbFltGlobals.DeviceList
[all...]

Completed in 70 milliseconds