Home
last modified time | relevance | path

Searched refs:store (Results 1 – 25 of 90) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dobjgraph.py41 def store(dict, key, item): function
77 store(def2file, name, fn)
78 store(file2def, fn, name)
80 store(file2undef, fn, name)
81 store(undef2file, name, fn)
133 store(undefs, ext, filename)
Ddutree.py18 total, d = store(size, comps, total, d)
25 def store(size, comps, total, d): function
31 d[comps[0]] = store(size, comps[1:], t1, d1)
Dpdeps.py129 store(inv, item, key)
137 def store(dict, key, item): function
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
DVariableRuntimeDxe.inf80 ## PRODUCES ## GUID # Signature of Variable store header
81 ## CONSUMES ## GUID # Signature of Variable store header
86 ## PRODUCES ## GUID # Signature of Variable store header
87 ## CONSUMES ## GUID # Signature of Variable store header
DVariableSmm.inf88 ## PRODUCES ## GUID # Signature of Variable store header
89 ## CONSUMES ## GUID # Signature of Variable store header
94 ## PRODUCES ## GUID # Signature of Variable store header
95 ## CONSUMES ## GUID # Signature of Variable store header
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
DS3SaveStateDxe.uni4 // It will install S3 Save State protocol to store or record various IO operations to be replayed d…
21 …PTION #language en-US "It will install S3 Save State protocol to store or record various …
DS3SaveStateDxe.inf4 # It will install S3 Save State protocol to store or record various IO operations to be replayed du…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
DSmmS3SaveState.uni4 // It will install S3 SMM Save State protocol to store or record various IO operations to be replay…
21 … #language en-US "It will install the S3 SMM Save State protocol to store or record various …
DSmmS3SaveState.inf4 # It will install S3 SMM Save State protocol to store or record various IO operations to be replaye…
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
D98_LINK.ASL99 // Determine the IRQ bit to set and store it
171 // Determine the IRQ bit to set and store it,
243 // Determine the IRQ bit to set and store it,
315 // Determine the IRQ bit to set and store it,
387 // Determine the IRQ bit to set and store it
459 // Determine the IRQ bit to set and store it,
531 // Determine the IRQ bit to set and store it,
603 // Determine the IRQ bit to set and store it,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/Pei/
DVariablePei.inf50 ## CONSUMES ## GUID # Variable store header
53 ## SOMETIMES_CONSUMES ## GUID # Variable store header
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
DUpdateDriverDxe.inf63 gEfiConfigFileNameGuid ## CONSUMES ## File # FileName to store ConfigFile
64 …gEfiUpdateDataFileGuid ## CONSUMES ## File # FileName to store Capsule Data.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
DEmuVariableRuntimeDxe.inf68 ## PRODUCES ## GUID # Signature of Variable store header
69 ## CONSUMES ## GUID # Signature of Variable store header
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/
Dwiki.py66 error = self.store()
113 def store(self): member in WikiPage
/device/linaro/bootloader/edk2/MdePkg/Library/BaseExtractGuidedSectionLib/
DBaseExtractGuidedSectionLib.uni6 // that is used to store Guided Extract Handlers.
26 …ableAddress points to the available physical memory space that is used to store Guided Extract Han…
DBaseExtractGuidedSectionLib.inf5 # that is used to store Guided Extract Handlers.
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
DEsalVariableDxeSal.inf77 ## PRODUCES ## GUID # Variable store header
78 ## CONSUMES ## GUID # Variable store header
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
DAsmFuncs.asm191 ; store UINT64 r8, r9, r10, r11, r12, r13, r14, r15;
204 ; store UINT64 Rdi, Rsi, Rbp, Rsp, Rdx, Rcx, Rbx, Rax;
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
DFlat32.asm313 ; Failed to config - store sticky bit debug
353 ; Failed to config - store sticky bit debug
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/X64/
DPageFaultHandler.S32 …addq $-0x68, %rsp # reserve memory to store XMM registers and make address 16-…
DPageFaultHandler.asm36 …add rsp, -10h * 6 - 8 ; reserve memory to store XMM registers and make address 16-byt…
/device/linaro/bootloader/edk2/OvmfPkg/
DVarStore.fdf.inc2 # FDF include file with Layout Regions that define an empty variable store.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/
DProcessorAsms.S69 # responsibility is to store system state information for a possible
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Dstart.S79 # Set the 5th byte start @ 0:19000 to non-zero indicating we should init var store header in DxeIpl
131 # ES:DI = Buffer to store file content read from disk
216 # ES:DI = Buffer to store sectors read from disk
Dstart16.S80 # Set the 5th byte start @ 0:19000 to non-zero indicating we should init var store header in DxeIpl
132 # ES:DI = Buffer to store file content read from disk
210 # ES:DI = Buffer to store sectors read from disk

1234