Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 25 of 247) sorted by relevance

12345678910

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/DiskIoDxe/
DDiskIoDxe.uni2 // Module that lays Disk I/O protocol on every Block I/O protocol.
4 // This module produces Disk I/O protocol to abstract the block accesses
5 // of the Block I/O protocol to a more general offset-length protocol
6 // to provide byte-oriented access to block media. It adds this protocol
8 // already have a Disk I/O protocol. File systems and other disk access
9 // code utilize the Disk I/O protocol.
24 …TR_MODULE_ABSTRACT #language en-US "Lays Disk I/O protocol on every Block I/O protocol"
26protocol to abstract the block accesses of the Block I/O protocol to a more general offset-length
DDiskIoDxe.inf2 # Module that lays Disk I/O protocol on every Block I/O protocol.
4 # This module produces Disk I/O protocol to abstract the block accesses
5 # of the Block I/O protocol to a more general offset-length protocol
6 # to provide byte-oriented access to block media. It adds this protocol
8 # already have a Disk I/O protocol. File systems and other disk access
9 # code utilize the Disk I/O protocol.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
DVariableSmm.uni4 // This module installs SMM variable protocol into SMM protocol database,
5 // which can be used by SMM driver, and installs SMM variable protocol
6 // into BS protocol database, which can be used to notify the SMM Runtime
9 // SMM Runtime DXE module would install variable arch protocol and variable
10 // write arch protocol based on SMM variable module.
31protocol into SMM protocol database, which can be used by SMM driver, and installs SMM variable pr…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
DConSplitterDxe.uni6 // Consplitter could install Graphics Output protocol and/or UGA Draw protocol in system
8 // consumes Graphics Output protocol which is produced by display device, and consumes UGA Draw
9 // protocol which is produced by display device according to PcdUgaConsumeSupport value.
10 // Note: If only UGA Draw protocol is installed in system, PcdUgaConsumeSupport should be
27protocol and/or UGA Draw protocol in system table according PCD settings(PcdConOutGopSupport, and …
DConSplitterDxe.inf6 # Consplitter could install Graphics Output protocol and/or UGA Draw protocol in system
8 # consumes Graphics Output protocol which is produced by display device, and consumes UGA Draw
9 # protocol which is produced by display device according to PcdUgaConsumeSupport value.
10 # Note: If only UGA Draw protocol is installed in system, PcdUgaConsumeSupport should be
74 …gEfiConsoleInDeviceGuid ## SOMETIMES_CONSUMES ## UNDEFINED # protocol GUID i…
75 …gEfiStandardErrorDeviceGuid ## SOMETIMES_CONSUMES ## UNDEFINED # protocol GUID i…
76 …gEfiConsoleOutDeviceGuid ## SOMETIMES_CONSUMES ## UNDEFINED # protocol GUID i…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dshelve.py92 def __init__(self, dict, protocol=None, writeback=False): argument
94 if protocol is None:
95 protocol = 0
96 self._protocol = protocol
185 def __init__(self, dict, protocol=None, writeback=False): argument
186 Shelf.__init__(self, dict, protocol, writeback)
221 def __init__(self, filename, flag='c', protocol=None, writeback=False): argument
223 Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
226 def open(filename, flag='c', protocol=None, writeback=False): argument
239 return DbfilenameShelf(filename, flag, protocol, writeback)
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
DPlatDriOverrideDxe.uni2 // This driver produces UEFI PLATFORM_DRIVER_OVERRIDE_PROTOCOL if this protocol doesn't exist.
4 // It doesn't install again if this protocol exists.
5 // It only implements one interface GetDriver of PLATFORM_DRIVER_OVERRIDE_PROTOCOL protocol
9 // platform override protocol to override the default algorithm for matching
14 // 2. It dynamicly locate all drivers which support binding protocol.
18 // which will be consumed by GetDriver API of the produced the platform override protocol.
35 … #language en-US "Produces UEFI PLATFORM_DRIVER_OVERRIDE_PROTOCOL if this protocol doesn't exist"
37 …E_PROTOCOL if this protocol doesn't exist. It only implements the GetDriver() interface of PLATFOR…
40 … "2. It dynamically locates all drivers which support binding protocol.<BR>\n"
42 …boot, which will be consumed by GetDriver API of the produced the platform override protocol.<BR>"
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/
Dprotocols3 # Updated from http://www.iana.org/assignments/protocol-numbers and other
9 ip 0 IP # internet protocol, pseudo protocol number
11 icmp 1 ICMP # internet control message protocol
13 ggp 3 GGP # gateway-gateway protocol
16 tcp 6 TCP # transmission control protocol
17 egp 8 EGP # exterior gateway protocol
19 pup 12 PUP # PARC universal packet protocol
20 udp 17 UDP # user datagram protocol
21 hmp 20 HMP # host monitoring protocol
23 rdp 27 RDP # "reliable datagram" protocol
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
DFvSimpleFileSystem.uni2 // Module that lays Simple File System protocol on every FirmwareVolume2 protocol.
4 // This module produces Simple File System protocol to provide the accesses to the files in FVs.
19 …CT #language en-US "Lays Simple File System protocol on every FirmwareVolume2 protocol"
21 …PTION #language en-US "This module produces Simple File System protocol to provide the ac…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_shelve.py15 s = shelve.Shelf(d1, protocol=2, writeback=False)
30 s = shelve.open(self.fn, protocol=0)
40 s = shelve.open(self.fn, protocol=1)
50 s = shelve.open(self.fn, protocol=2)
60 s = shelve.Shelf(d1, protocol=0)
65 s = shelve.Shelf(d2, protocol=1)
75 s = shelve.Shelf(d1, protocol=2, writeback=False)
83 s = shelve.Shelf(d2, protocol=2, writeback=True)
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/IsaBusDxe/
DIsaBusDxe.uni4 // This driver follows UEFI driver model and layers on ISA HC protocol defined
5 // in PI spec 1.2.1. It consumes the ISA Host Controller protocol produced by
7 // protocol on the ISA Host Controller's handle.
26protocol defined in PI spec 1.2.1. It consumes the ISA Host Controller protocol produced by the IS…
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTcgDxe.uni2 // Produces TCG protocol and measures boot environment
4 // This module will produce TCG protocol and measure boot environment.
18 #string STR_MODULE_ABSTRACT #language en-US "Produces TCG protocol and measures boot en…
20 #string STR_MODULE_DESCRIPTION #language en-US "This module will produce TCG protocol and …
/device/linaro/bootloader/edk2/SecurityPkg/Hash2DxeCrypto/
DHash2DxeCrypto.uni2 // Produces the UEFI HASH2 protocol
4 // This module will use EDKII crypto libary to HASH2 protocol.
19 #string STR_MODULE_ABSTRACT #language en-US "Produces UEFI HASH2 protocol"
21 …_DESCRIPTION #language en-US "This module will use EDKII crypto libary to HASH2 protocol."
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
DUserIdentifyManager.uni2 // Produces user manager protocol
4 // This module manages user information and produces user manager protocol.
18 #string STR_MODULE_ABSTRACT #language en-US "Produces user manager protocol"
20 … #language en-US "This module manages user information and produces user manager protocol."
/device/linaro/bootloader/edk2/PcAtChipsetPkg/8254TimerDxe/
DTimer.uni2 // 8254 timer driver that provides Timer Arch protocol.
4 // 8254 timer driver that provides Timer Arch protocol.
19 …R_MODULE_ABSTRACT #language en-US "8254 timer driver that provides Timer Arch protocol"
21 …_MODULE_DESCRIPTION #language en-US "8254 timer driver that provides Timer Arch protocol."
/device/linaro/bootloader/edk2/PcAtChipsetPkg/8259InterruptControllerDxe/
DLegacy8259.uni2 // 8259 Interrupt Controller driver that provides Legacy 8259 protocol.
4 // 8259 Interrupt Controller driver that provides Legacy 8259 protocol.
19 …T #language en-US "8259 Interrupt Controller driver that provides Legacy 8259 protocol"
21 …ION #language en-US "8259 Interrupt Controller driver that provides Legacy 8259 protocol."
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
DDxePrintLibPrint2Protocol.uni2 // Library instance that implements Print Library class based on protocol gEfiPrint2ProtocolGuid.
4 // Library instance that implements Print Library class based on protocol gEfiPrint2ProtocolGuid.
18 …CT #language en-US "Implements Print Library class based on protocol gEfiPrint2Protoco…
20 …ge en-US "Library instance that implements Print Library class based on protocol gEfiPrint2Protoco…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SecurityStubDxe/
DSecurityStubDxe.uni2 // This driver produces security2 and security architectural protocol based on SecurityManagementLi…
4 // This driver produces security2 and security architectural protocol based on SecurityManagementLi…
19 … #language en-US "Produces security2 and security architectural protocol based on Security…
21 …nguage en-US "This driver produces security2 and security architectural protocol based on Security…
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
DFwVolDxe.uni4 // This driver produces Firmware Volume2 protocol with full services
5 // (read/write, get/set) based on Firmware Volume Block protocol.
22 …r produces the Firmware Volume2 protocol with full services (read/write, get/set) based on Firmwar…
/device/linaro/bootloader/edk2/CryptoPkg/CryptRuntimeDxe/
DCryptRuntimeDxe.uni2 // This driver installs runtime Crypt protocol to provide SHA256 and RSA service.
4 // This driver installs runtime Crypt protocol to provide SHA256 and RSA service.
19 #string STR_MODULE_ABSTRACT #language en-US "Installs runtime Crypt protocol to provide…
21 …ESCRIPTION #language en-US "This driver installs runtime Crypt protocol to provide SHA256…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
DEmuVariableRuntimeDxe.uni4 // This module installs variable arch protocol and variable write arch protocol to provide
21 … #language en-US "This module installs variable arch protocol and variable write arch protocol
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
DAcpiS3SaveDxe.uni2 // AcpiS3Save module installs ACPI S3 Save protocol to prepare S3 boot data.
4 // AcpiS3Save module installs ACPI S3 Save protocol to prepare S3 boot data.
19 #string STR_MODULE_ABSTRACT #language en-US "Installs ACPI S3 Save protocol to prepare …
21 …PTION #language en-US "AcpiS3Save module installs ACPI S3 Save protocol to prepare S3 boo…
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
DKeyboardDxe.uni4 // Ps2 Keyboard driver by using Legacy Bios protocol service and IsaIo protocol
23 … #language en-US "Ps2 Keyboard driver by using Legacy Bios protocol service and IsaIo protocol ser…
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
DEsalVariableDxeSal.uni4 // This module installs variable arch protocol and variable write arch protocol to provide
21 … #language en-US "This module installs variable arch protocol and variable write arch protocol
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DSetupBrowser.uni2 // The DXE driver produces FORM BROWSER2 protocol defined in UEFI specification.
4 // It also produces FormBrowserEx(2) protocol to let user register the different Hot key service.
19 #string STR_MODULE_ABSTRACT #language en-US "Produces the FORM BROWSER2 protocol define…
21 …HII Form package and interact with user. It also produces FormBrowserEx protocol to let user regis…

12345678910