Home
last modified time | relevance | path

Searched refs:handles (Results 1 – 25 of 38) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddynload_shlib.c65 } handles[128]; variable
92 if (statb.st_dev == handles[i].dev && in _PyImport_GetDynLoadFunc()
93 statb.st_ino == handles[i].ino) { in _PyImport_GetDynLoadFunc()
94 p = (dl_funcptr) dlsym(handles[i].handle, in _PyImport_GetDynLoadFunc()
100 handles[nhandles].dev = statb.st_dev; in _PyImport_GetDynLoadFunc()
102 handles[nhandles].ino[0] = statb.st_ino[0]; in _PyImport_GetDynLoadFunc()
103 handles[nhandles].ino[1] = statb.st_ino[1]; in _PyImport_GetDynLoadFunc()
104 handles[nhandles].ino[2] = statb.st_ino[2]; in _PyImport_GetDynLoadFunc()
106 handles[nhandles].ino = statb.st_ino; in _PyImport_GetDynLoadFunc()
140 handles[nhandles++].handle = handle; in _PyImport_GetDynLoadFunc()
/device/generic/goldfish-opengl/system/vulkan_enc/
DVulkanHandleMapping.h29 virtual void mapHandles_##type(type* handles, size_t count = 1) = 0; \
30 …virtual void mapHandles_##type##_u64(const type* handles, uint64_t* handle_u64s, size_t count = 1)…
31 …virtual void mapHandles_u64_##type(const uint64_t* handle_u64s, type* handles, size_t count = 1) =…
41 void mapHandles_##type(type* handles, size_t count) override; \
42 … void mapHandles_##type##_u64(const type* handles, uint64_t* handle_u64s, size_t count) override; \
43 void mapHandles_u64_##type(const uint64_t* handle_u64s, type* handles, size_t count) override; \
DVulkanHandleMapping.cpp23 void DefaultHandleMapping::mapHandles_##type##_u64(const type* handles, uint64_t* handle_u64s, size…
24 for (size_t i = 0; i < count; ++i) { handle_u64s[i] = (uint64_t)(uintptr_t)handles[i]; } \
26 void DefaultHandleMapping::mapHandles_u64_##type(const uint64_t* handle_u64s, type* handles, size_t…
27 for (size_t i = 0; i < count; ++i) { handles[i] = (type)(uintptr_t)handle_u64s[i]; } \
DResourceTracker.cpp158 void mapHandles_##type_name(type_name* handles, size_t count) override { \
163 …void mapHandles_##type_name##_u64(const type_name* handles, uint64_t* handle_u64s, size_t count) o…
168 …void mapHandles_u64_##type_name(const uint64_t* handle_u64s, type_name* handles, size_t count) ove…
183handles[i] = new_from_host_##type_name(handles[i]); ResourceTracker::get()->register_##type_name(h…
184 handle_u64s[i] = (uint64_t)new_from_host_##type_name(handles[i]), \
185handles[i] = (type_name)new_from_host_u64_##type_name(handle_u64s[i]); ResourceTracker::get()->reg…
189 handles[i] = get_host_##type_name(handles[i]), \
190 handle_u64s[i] = (uint64_t)get_host_u64_##type_name(handles[i]), \
191 handles[i] = (type_name)get_host_##type_name((type_name)handle_u64s[i]))
195 …ResourceTracker::get()->unregister_##type_name(handles[i]); delete_goldfish_##type_name(handles[i]…
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
DScsiBus.uni5 // these handles.
22 …Note that the driver will install the Device Path Protocol and SCSI I/O Protocol on these handles."
DScsiBusDxe.inf4 # these handles.
/device/linaro/bootloader/edk2/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/
DUefiPciSegmentLibPciRootBridgeIo.uni7 // This library binds to all of the PCI Root Bridge I/O Protocols in the platform and handles
24 …ry binds to all of the PCI Root Bridge I/O Protocols in the platform and handles the translation f…
DUefiPciSegmentLibPciRootBridgeIo.inf7 # This library binds to all of the PCI Root Bridge I/O Protocols in the platform and handles
/device/linaro/bootloader/edk2/OvmfPkg/Library/XenIoMmioLib/
DXenIoMmioLib.inf2 # Manage XenBus device path and I/O handles
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformFvbLibNull/
DPlatformFvbLibNull.inf4 # This library handles hooks for the EMU Variable FVB driver.
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DUefiShellDriver1CommandsLib.uni52 #string STR_DRVDIAG_DRIVER_NO_HANDLES #language en-US "No controller handles found.\r\n"
315 " If not specified, then all child handles of DeviceHandle are\r\n"
323 " disconnect all child handles of the 'DeviceHandle'.\r\n"
357 ".TH dh 0 "displays list of handles"\r\n"
359 "Displays the device handles in the UEFI environment. \r\n"
365 " -p - Dumps all handles of a protocol specified by the GUID.\r\n"
376 " device handles in the UEFI environment is displayed. \r\n"
378 " parent handles, child handles, all drivers installed on the handle, etc.\r\n"
381 " 4. If the '-p' option is specified, all handles containing the specified\r\n"
388 " * To display all handles and display one screen at a time:\r\n"
[all …]
/device/linaro/bootloader/edk2/OvmfPkg/Library/EmuVariableFvbLib/
DEmuVariableFvbLib.inf4 # This library handles hooks for the EMU Variable FVB driver.
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/
DWinNtSerialIoDxe.inf4 # Our DriverBinding member functions operate on the handles
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/
DCapsuleX64.uni2 // CapsuleX64 module handles >4GB capsule blocks.
DCapsuleX64.inf2 # CapsuleX64 module handles >4GB capsule blocks.
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/
DTcgMorLockSmm.inf6 # NOTE: This module only handles secure MOR V1 and is deprecated.
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DGpe.asl23 // General Purpose Events. This Scope handles the Run-time and
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_subprocess.py484 handles = []
488 handles.append(os.open(test_support.TESTFN,
499 os.close(handles.pop())
512 for h in handles:
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DUefiDpLib.uni36 #string STR_DP_HANDLES_ERROR #language en-US "Locate all handles error - %r\n"
70 #string STR_DP_STATS_NUMHANDLES #language en-US "%,8d have non-NULL handles, %d are NULL.\n"
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/UserManuals/
DPatchFvUserManual.md62 both offsets and values. Also, this argument handles expressions for both
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/
DCpuPm.asl113 // Define handles for opregions (used by load.)
371 // Define handles for opregions (used by load.)
514 // Define handles for opregions (used by load.)
657 // Define handles for opregions (used by load.)
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
DREADME.txt63 Shell device path, the command handles it as device path and stored
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
DREADME65 The Server class currently handles only one connection at a time;
/device/linaro/bootloader/edk2/OvmfPkg/
DOvmfPkg.dec51 ## @libraryclass Manage XenBus device path and I/O handles
DOvmfPkgX64.fdf121 # The code in this FV handles the initial firmware startup, and
122 # decompresses the PEI and DXE FVs which handles the rest of the boot sequence.

12