Home
last modified time | relevance | path

Searched refs:HandleCount (Results 1 – 25 of 1685) sorted by relevance

12345678910>>...68

/dports/sysutils/fanout/fanout-0.6.1/
H A Dfanmux12 my $HandleCount = 0;
21 $HandleCount++;
23 if ($pipe_handles[$HandleCount] = IO::File->new($OnePipe, O_WRONLY)) {
28 $pipe_handles[$HandleCount]->autoflush(1);
29 print { $pipe_handles[$HandleCount] } "stty echo\n\n";
36 if ($HandleCount > 0) {
37 print "$HandleCount handles opened.\n";
45 foreach my $Handle (1..$HandleCount) {
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ArmPkg/Universal/Smbios/SmbiosMiscDxe/
H A DSmbiosMiscEntryPoint.c149 UINTN HandleCount; in GetHandleCount() local
154 HandleCount = 0; in GetHandleCount()
166 HandleCount++; in GetHandleCount()
170 return HandleCount; in GetHandleCount()
184 OUT UINTN *HandleCount in SmbiosMiscGetLinkTypeHandle() argument
197 *HandleCount = GetHandleCount (SmbiosType); in SmbiosMiscGetLinkTypeHandle()
199 *HandleArray = AllocateZeroPool (sizeof (SMBIOS_HANDLE) * (*HandleCount)); in SmbiosMiscGetLinkTypeHandle()
202 *HandleCount = 0; in SmbiosMiscGetLinkTypeHandle()
208 for (Index = 0; Index < (*HandleCount); Index++) { in SmbiosMiscGetLinkTypeHandle()
/dports/sysutils/edk2/edk2-edk2-stable202102/ArmPkg/Universal/Smbios/SmbiosMiscDxe/
H A DSmbiosMiscEntryPoint.c149 UINTN HandleCount;
154 HandleCount = 0;
166 HandleCount++; in nasty_list()
170 return HandleCount;
184 OUT UINTN *HandleCount in assign()
197 *HandleCount = GetHandleCount (SmbiosType); in assign()
199 *HandleArray = AllocateZeroPool (sizeof (SMBIOS_HANDLE) * (*HandleCount)); in assign()
202 *HandleCount = 0; in assign()
208 for (Index = 0; Index < (*HandleCount); Index++) { in assign()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmConnect.c24 UINTN HandleCount; in BmConnectAllDriversToAllControllers() local
36 &HandleCount, in BmConnectAllDriversToAllControllers()
40 for (Index = 0; Index < HandleCount; Index++) { in BmConnectAllDriversToAllControllers()
206 UINTN HandleCount; in EfiBootManagerDisconnectAll() local
217 &HandleCount, in EfiBootManagerDisconnectAll()
220 for (Index = 0; Index < HandleCount; Index++) { in EfiBootManagerDisconnectAll()
251 UINTN HandleCount; in BmConnectUsbShortFormDevicePath() local
278 &HandleCount, in BmConnectUsbShortFormDevicePath()
282 for (Index = 0; Index < HandleCount; Index++) { in BmConnectUsbShortFormDevicePath()
H A DBmBoot.c656 HandleCount = 0; in BmExpandFileDevicePath()
726 HandleCount = 0; in BmExpandUriDevicePath()
1192 HandleCount = 0; in BmExpandNetworkFileSystem()
1466 HandleCount = 0; in BmExpandLoadFiles()
2090 &HandleCount, in BmEnumerateBootOptions()
2143 if (HandleCount != 0) { in BmEnumerateBootOptions()
2154 &HandleCount, in BmEnumerateBootOptions()
2191 if (HandleCount != 0) { in BmEnumerateBootOptions()
2202 &HandleCount, in BmEnumerateBootOptions()
2235 if (HandleCount != 0) { in BmEnumerateBootOptions()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmConnect.c24 UINTN HandleCount; in BmConnectAllDriversToAllControllers() local
36 &HandleCount, in BmConnectAllDriversToAllControllers()
40 for (Index = 0; Index < HandleCount; Index++) { in BmConnectAllDriversToAllControllers()
206 UINTN HandleCount; in EfiBootManagerDisconnectAll() local
217 &HandleCount, in EfiBootManagerDisconnectAll()
220 for (Index = 0; Index < HandleCount; Index++) { in EfiBootManagerDisconnectAll()
251 UINTN HandleCount; in BmConnectUsbShortFormDevicePath() local
278 &HandleCount, in BmConnectUsbShortFormDevicePath()
282 for (Index = 0; Index < HandleCount; Index++) { in BmConnectUsbShortFormDevicePath()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmConnect.c24 UINTN HandleCount; in BmConnectAllDriversToAllControllers() local
36 &HandleCount, in BmConnectAllDriversToAllControllers()
40 for (Index = 0; Index < HandleCount; Index++) { in BmConnectAllDriversToAllControllers()
206 UINTN HandleCount; in EfiBootManagerDisconnectAll() local
217 &HandleCount, in EfiBootManagerDisconnectAll()
220 for (Index = 0; Index < HandleCount; Index++) { in EfiBootManagerDisconnectAll()
251 UINTN HandleCount; in BmConnectUsbShortFormDevicePath() local
278 &HandleCount, in BmConnectUsbShortFormDevicePath()
282 for (Index = 0; Index < HandleCount; Index++) { in BmConnectUsbShortFormDevicePath()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmConnect.c24 UINTN HandleCount; in BmConnectAllDriversToAllControllers() local
36 &HandleCount, in BmConnectAllDriversToAllControllers()
40 for (Index = 0; Index < HandleCount; Index++) { in BmConnectAllDriversToAllControllers()
206 UINTN HandleCount; in EfiBootManagerDisconnectAll() local
217 &HandleCount, in EfiBootManagerDisconnectAll()
220 for (Index = 0; Index < HandleCount; Index++) { in EfiBootManagerDisconnectAll()
251 UINTN HandleCount; in BmConnectUsbShortFormDevicePath() local
278 &HandleCount, in BmConnectUsbShortFormDevicePath()
282 for (Index = 0; Index < HandleCount; Index++) { in BmConnectUsbShortFormDevicePath()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmConnect.c24 UINTN HandleCount; in BmConnectAllDriversToAllControllers() local
36 &HandleCount, in BmConnectAllDriversToAllControllers()
40 for (Index = 0; Index < HandleCount; Index++) { in BmConnectAllDriversToAllControllers()
206 UINTN HandleCount; in EfiBootManagerDisconnectAll() local
217 &HandleCount, in EfiBootManagerDisconnectAll()
220 for (Index = 0; Index < HandleCount; Index++) { in EfiBootManagerDisconnectAll()
251 UINTN HandleCount; in BmConnectUsbShortFormDevicePath() local
278 &HandleCount, in BmConnectUsbShortFormDevicePath()
282 for (Index = 0; Index < HandleCount; Index++) { in BmConnectUsbShortFormDevicePath()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmConnect.c24 UINTN HandleCount; in BmConnectAllDriversToAllControllers() local
36 &HandleCount, in BmConnectAllDriversToAllControllers()
40 for (Index = 0; Index < HandleCount; Index++) { in BmConnectAllDriversToAllControllers()
206 UINTN HandleCount; in EfiBootManagerDisconnectAll() local
217 &HandleCount, in EfiBootManagerDisconnectAll()
220 for (Index = 0; Index < HandleCount; Index++) { in EfiBootManagerDisconnectAll()
251 UINTN HandleCount; in BmConnectUsbShortFormDevicePath() local
278 &HandleCount, in BmConnectUsbShortFormDevicePath()
282 for (Index = 0; Index < HandleCount; Index++) { in BmConnectUsbShortFormDevicePath()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmConnect.c24 UINTN HandleCount; in BmConnectAllDriversToAllControllers() local
36 &HandleCount, in BmConnectAllDriversToAllControllers()
40 for (Index = 0; Index < HandleCount; Index++) { in BmConnectAllDriversToAllControllers()
206 UINTN HandleCount; in EfiBootManagerDisconnectAll() local
217 &HandleCount, in EfiBootManagerDisconnectAll()
220 for (Index = 0; Index < HandleCount; Index++) { in EfiBootManagerDisconnectAll()
251 UINTN HandleCount; in BmConnectUsbShortFormDevicePath() local
278 &HandleCount, in BmConnectUsbShortFormDevicePath()
282 for (Index = 0; Index < HandleCount; Index++) { in BmConnectUsbShortFormDevicePath()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmConnect.c24 UINTN HandleCount; in BmConnectAllDriversToAllControllers() local
36 &HandleCount, in BmConnectAllDriversToAllControllers()
40 for (Index = 0; Index < HandleCount; Index++) { in BmConnectAllDriversToAllControllers()
206 UINTN HandleCount; in EfiBootManagerDisconnectAll() local
217 &HandleCount, in EfiBootManagerDisconnectAll()
220 for (Index = 0; Index < HandleCount; Index++) { in EfiBootManagerDisconnectAll()
251 UINTN HandleCount; in BmConnectUsbShortFormDevicePath() local
278 &HandleCount, in BmConnectUsbShortFormDevicePath()
282 for (Index = 0; Index < HandleCount; Index++) { in BmConnectUsbShortFormDevicePath()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmConnect.c24 UINTN HandleCount; in BmConnectAllDriversToAllControllers() local
36 &HandleCount, in BmConnectAllDriversToAllControllers()
40 for (Index = 0; Index < HandleCount; Index++) { in BmConnectAllDriversToAllControllers()
206 UINTN HandleCount; in EfiBootManagerDisconnectAll() local
217 &HandleCount, in EfiBootManagerDisconnectAll()
220 for (Index = 0; Index < HandleCount; Index++) { in EfiBootManagerDisconnectAll()
251 UINTN HandleCount; in BmConnectUsbShortFormDevicePath() local
278 &HandleCount, in BmConnectUsbShortFormDevicePath()
282 for (Index = 0; Index < HandleCount; Index++) { in BmConnectUsbShortFormDevicePath()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/EfiSocketLib/
H A DUseEfiSocketLib.c187 UINTN HandleCount; in EslServiceNetworkConnect() local
212 HandleCount = 0; in EslServiceNetworkConnect()
217 &HandleCount, in EslServiceNetworkConnect()
230 for ( Index = 0; HandleCount > Index; Index++ ) { in EslServiceNetworkConnect()
290 UINTN HandleCount; in EslServiceNetworkDisconnect() local
313 HandleCount = 0; in EslServiceNetworkDisconnect()
318 &HandleCount, in EslServiceNetworkDisconnect()
325 for ( Index = 0; HandleCount > Index; Index++ ) { in EslServiceNetworkDisconnect()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BeagleBoardPkg/Bds/
H A DBdsEntry.c68 UINTN HandleCount; in BdsEntry() local
128 HandleCount = 0; in BdsEntry()
130 OldHandleCount = HandleCount; in BdsEntry()
135 &HandleCount, in BdsEntry()
142 if (HandleCount == OldHandleCount) { in BdsEntry()
146 for (Index = 0; Index < HandleCount; Index++) { in BdsEntry()
158 &HandleCount, in BdsEntry()
162 for (Index = 0; Index < HandleCount; Index++) { in BdsEntry()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/
H A DDxeCheckDevicePath.c29 UINTN HandleCount;
40 &HandleCount,
48 for (Index = 0; Index < HandleCount; Index++) {
86 UINTN HandleCount;
100 &HandleCount,
107 for (Index = 0; Index < HandleCount; Index++) {
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareUpdateDxe.c644 OUT UINTN *HandleCount in FindMatchingFmpHandles() argument
659 *HandleCount = 0; in FindMatchingFmpHandles()
708 (*HandleCount)++; in FindMatchingFmpHandles()
715 if ((*HandleCount) == 0) { in FindMatchingFmpHandles()
740 UINTN HandleCount; in UninstallMatchingSystemFmpProtocols() local
750 &HandleCount in UninstallMatchingSystemFmpProtocols()
754 for (Index = 0; Index < HandleCount; Index++) { in UninstallMatchingSystemFmpProtocols()
804 UINTN HandleCount; in SystemFirmwareUpdateMainDxe() local
835 HandleCount = 0; in SystemFirmwareUpdateMainDxe()
838 &HandleCount in SystemFirmwareUpdateMainDxe()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareUpdateDxe.c644 OUT UINTN *HandleCount in FindMatchingFmpHandles() argument
659 *HandleCount = 0; in FindMatchingFmpHandles()
708 (*HandleCount)++; in FindMatchingFmpHandles()
715 if ((*HandleCount) == 0) { in FindMatchingFmpHandles()
740 UINTN HandleCount; in UninstallMatchingSystemFmpProtocols() local
750 &HandleCount in UninstallMatchingSystemFmpProtocols()
754 for (Index = 0; Index < HandleCount; Index++) { in UninstallMatchingSystemFmpProtocols()
804 UINTN HandleCount; in SystemFirmwareUpdateMainDxe() local
835 HandleCount = 0; in SystemFirmwareUpdateMainDxe()
838 &HandleCount in SystemFirmwareUpdateMainDxe()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareUpdateDxe.c644 OUT UINTN *HandleCount in FindMatchingFmpHandles() argument
659 *HandleCount = 0; in FindMatchingFmpHandles()
706 (*HandleCount)++; in FindMatchingFmpHandles()
712 if ((*HandleCount) == 0) { in FindMatchingFmpHandles()
737 UINTN HandleCount; in UninstallMatchingSystemFmpProtocols() local
747 &HandleCount in UninstallMatchingSystemFmpProtocols()
751 for (Index = 0; Index < HandleCount; Index++) { in UninstallMatchingSystemFmpProtocols()
801 UINTN HandleCount; in SystemFirmwareUpdateMainDxe() local
832 HandleCount = 0; in SystemFirmwareUpdateMainDxe()
835 &HandleCount in SystemFirmwareUpdateMainDxe()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareUpdateDxe.c644 OUT UINTN *HandleCount in FindMatchingFmpHandles() argument
659 *HandleCount = 0; in FindMatchingFmpHandles()
706 (*HandleCount)++; in FindMatchingFmpHandles()
712 if ((*HandleCount) == 0) { in FindMatchingFmpHandles()
737 UINTN HandleCount; in UninstallMatchingSystemFmpProtocols() local
747 &HandleCount in UninstallMatchingSystemFmpProtocols()
751 for (Index = 0; Index < HandleCount; Index++) { in UninstallMatchingSystemFmpProtocols()
801 UINTN HandleCount; in SystemFirmwareUpdateMainDxe() local
832 HandleCount = 0; in SystemFirmwareUpdateMainDxe()
835 &HandleCount in SystemFirmwareUpdateMainDxe()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareUpdateDxe.c644 OUT UINTN *HandleCount in FindMatchingFmpHandles() argument
659 *HandleCount = 0; in FindMatchingFmpHandles()
708 (*HandleCount)++; in FindMatchingFmpHandles()
715 if ((*HandleCount) == 0) { in FindMatchingFmpHandles()
740 UINTN HandleCount; in UninstallMatchingSystemFmpProtocols() local
750 &HandleCount in UninstallMatchingSystemFmpProtocols()
754 for (Index = 0; Index < HandleCount; Index++) { in UninstallMatchingSystemFmpProtocols()
804 UINTN HandleCount; in SystemFirmwareUpdateMainDxe() local
835 HandleCount = 0; in SystemFirmwareUpdateMainDxe()
838 &HandleCount in SystemFirmwareUpdateMainDxe()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareUpdateDxe.c644 OUT UINTN *HandleCount in FindMatchingFmpHandles() argument
659 *HandleCount = 0; in FindMatchingFmpHandles()
708 (*HandleCount)++; in FindMatchingFmpHandles()
715 if ((*HandleCount) == 0) { in FindMatchingFmpHandles()
740 UINTN HandleCount; in UninstallMatchingSystemFmpProtocols() local
750 &HandleCount in UninstallMatchingSystemFmpProtocols()
754 for (Index = 0; Index < HandleCount; Index++) { in UninstallMatchingSystemFmpProtocols()
804 UINTN HandleCount; in SystemFirmwareUpdateMainDxe() local
835 HandleCount = 0; in SystemFirmwareUpdateMainDxe()
838 &HandleCount in SystemFirmwareUpdateMainDxe()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareUpdateDxe.c644 OUT UINTN *HandleCount in FindMatchingFmpHandles() argument
659 *HandleCount = 0; in FindMatchingFmpHandles()
706 (*HandleCount)++; in FindMatchingFmpHandles()
712 if ((*HandleCount) == 0) { in FindMatchingFmpHandles()
737 UINTN HandleCount; in UninstallMatchingSystemFmpProtocols() local
747 &HandleCount in UninstallMatchingSystemFmpProtocols()
751 for (Index = 0; Index < HandleCount; Index++) { in UninstallMatchingSystemFmpProtocols()
801 UINTN HandleCount; in SystemFirmwareUpdateMainDxe() local
832 HandleCount = 0; in SystemFirmwareUpdateMainDxe()
835 &HandleCount in SystemFirmwareUpdateMainDxe()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareUpdateDxe.c644 OUT UINTN *HandleCount in FindMatchingFmpHandles() argument
659 *HandleCount = 0; in FindMatchingFmpHandles()
706 (*HandleCount)++; in FindMatchingFmpHandles()
712 if ((*HandleCount) == 0) { in FindMatchingFmpHandles()
737 UINTN HandleCount; in UninstallMatchingSystemFmpProtocols() local
747 &HandleCount in UninstallMatchingSystemFmpProtocols()
751 for (Index = 0; Index < HandleCount; Index++) { in UninstallMatchingSystemFmpProtocols()
801 UINTN HandleCount; in SystemFirmwareUpdateMainDxe() local
832 HandleCount = 0; in SystemFirmwareUpdateMainDxe()
835 &HandleCount in SystemFirmwareUpdateMainDxe()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareUpdateDxe.c644 OUT UINTN *HandleCount in FindMatchingFmpHandles() argument
659 *HandleCount = 0; in FindMatchingFmpHandles()
708 (*HandleCount)++; in FindMatchingFmpHandles()
715 if ((*HandleCount) == 0) { in FindMatchingFmpHandles()
740 UINTN HandleCount; in UninstallMatchingSystemFmpProtocols() local
750 &HandleCount in UninstallMatchingSystemFmpProtocols()
754 for (Index = 0; Index < HandleCount; Index++) { in UninstallMatchingSystemFmpProtocols()
804 UINTN HandleCount; in SystemFirmwareUpdateMainDxe() local
835 HandleCount = 0; in SystemFirmwareUpdateMainDxe()
838 &HandleCount in SystemFirmwareUpdateMainDxe()
[all …]

12345678910>>...68