/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | dynload_shlib.c | 65 } 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/ |
D | VulkanHandleMapping.h | 29 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; \
|
D | VulkanHandleMapping.cpp | 23 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]; } \
|
D | ResourceTracker.cpp | 158 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… 183 …handles[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]), \ 185 …handles[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/ |
D | ScsiBus.uni | 5 // these handles. 22 …Note that the driver will install the Device Path Protocol and SCSI I/O Protocol on these handles."
|
D | ScsiBusDxe.inf | 4 # these handles.
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/ |
D | UefiPciSegmentLibPciRootBridgeIo.uni | 7 // 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…
|
D | UefiPciSegmentLibPciRootBridgeIo.inf | 7 # 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/ |
D | XenIoMmioLib.inf | 2 # Manage XenBus device path and I/O handles
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformFvbLibNull/ |
D | PlatformFvbLibNull.inf | 4 # This library handles hooks for the EMU Variable FVB driver.
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/ |
D | UefiShellDriver1CommandsLib.uni | 52 #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/ |
D | EmuVariableFvbLib.inf | 4 # This library handles hooks for the EMU Variable FVB driver.
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/ |
D | WinNtSerialIoDxe.inf | 4 # Our DriverBinding member functions operate on the handles
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/ |
D | CapsuleX64.uni | 2 // CapsuleX64 module handles >4GB capsule blocks.
|
D | CapsuleX64.inf | 2 # CapsuleX64 module handles >4GB capsule blocks.
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/ |
D | TcgMorLockSmm.inf | 6 # NOTE: This module only handles secure MOR V1 and is deprecated.
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | Gpe.asl | 23 // General Purpose Events. This Scope handles the Run-time and
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_subprocess.py | 484 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/ |
D | UefiDpLib.uni | 36 #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/ |
D | PatchFvUserManual.md | 62 both offsets and values. Also, this argument handles expressions for both
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/ |
D | CpuPm.asl | 113 // 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/ |
D | README.txt | 63 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/ |
D | README | 65 The Server class currently handles only one connection at a time;
|
/device/linaro/bootloader/edk2/OvmfPkg/ |
D | OvmfPkg.dec | 51 ## @libraryclass Manage XenBus device path and I/O handles
|
D | OvmfPkgX64.fdf | 121 # 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.
|