/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | BmMisc.c | 33 IN EFI_DEVICE_PATH_PROTOCOL *Single in BmDelPartMatchInstance() argument 45 if (Multi == NULL || Single == NULL) { in BmDelPartMatchInstance() 50 SingleDpSize = GetDevicePathSize (Single) - END_DEVICE_PATH_LENGTH; in BmDelPartMatchInstance() 55 if (CompareMem (Instance, Single, MIN (SingleDpSize, InstanceSize)) != 0) { in BmDelPartMatchInstance() 89 IN EFI_DEVICE_PATH_PROTOCOL *Single in BmMatchDevicePaths() argument 96 if (Multi == NULL || Single == NULL) { in BmMatchDevicePaths() 111 if (CompareMem (Single, DevicePathInst, Size) == 0) { in BmMatchDevicePaths()
|
D | InternalBm.h | 406 IN EFI_DEVICE_PATH_PROTOCOL *Single 425 IN EFI_DEVICE_PATH_PROTOCOL *Single
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/ |
D | PcatSingleSegmentPciCfg2PeiExtra.uni | 17 "Single Segment PCI Configuration PEI Module"
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
D | BdsMisc.c | 873 IN EFI_DEVICE_PATH_PROTOCOL *Single in BdsLibDelPartMatchInstance() argument 886 if (Multi == NULL || Single == NULL) { in BdsLibDelPartMatchInstance() 891 SingleDpSize = GetDevicePathSize (Single) - END_DEVICE_PATH_LENGTH; in BdsLibDelPartMatchInstance() 898 if ((CompareMem (Instance, Single, Size) != 0)) { in BdsLibDelPartMatchInstance() 933 IN EFI_DEVICE_PATH_PROTOCOL *Single in BdsLibMatchDevicePaths() argument 940 if (Multi == NULL || Single == NULL) { in BdsLibMatchDevicePaths() 955 if (CompareMem (Single, DevicePathInst, Size) == 0) { in BdsLibMatchDevicePaths()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
D | BdsMisc.c | 873 IN EFI_DEVICE_PATH_PROTOCOL *Single in BdsLibDelPartMatchInstance() argument 886 if (Multi == NULL || Single == NULL) { in BdsLibDelPartMatchInstance() 891 SingleDpSize = GetDevicePathSize (Single) - END_DEVICE_PATH_LENGTH; in BdsLibDelPartMatchInstance() 898 if ((CompareMem (Instance, Single, Size) != 0)) { in BdsLibDelPartMatchInstance() 933 IN EFI_DEVICE_PATH_PROTOCOL *Single in BdsLibMatchDevicePaths() argument 940 if (Multi == NULL || Single == NULL) { in BdsLibMatchDevicePaths() 955 if (CompareMem (Single, DevicePathInst, Size) == 0) { in BdsLibMatchDevicePaths()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/ |
D | ConPlatform.c | 848 IN EFI_DEVICE_PATH_PROTOCOL *Single, in ConPlatformMatchDevicePaths() argument 862 if ((Multi == NULL) || (Single == NULL)) { in ConPlatformMatchDevicePaths() 884 if ((CompareMem (Single, DevicePathInst, Size) == 0) || IsGopSibling (Single, DevicePathInst)) { in ConPlatformMatchDevicePaths()
|
D | ConPlatform.h | 271 IN EFI_DEVICE_PATH_PROTOCOL *Single,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Library/ |
D | GenericBdsLib.h | 554 IN EFI_DEVICE_PATH_PROTOCOL *Single 576 IN EFI_DEVICE_PATH_PROTOCOL *Single
|
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/ |
D | Locale.inf | 54 # Single-byte locale to avoid bringing in citrus
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | tokenize.py | 66 Single = r"[^'\\]*(?:\\.[^'\\]*)*'" variable 103 endprogs = {"'": re.compile(Single), '"': re.compile(Double),
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | tokenize.py | 67 Single = r"[^'\\]*(?:\\.[^'\\]*)*'" variable 104 endprogs = {"'": re.compile(Single), '"': re.compile(Double),
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/ |
D | tokenize.py | 70 Single = r"[^'\\]*(?:\\.[^'\\]*)*'" variable 107 endprogs = {"'": re.compile(Single), '"': re.compile(Double),
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/ |
D | lzma.txt | 338 1) Single-call Decompressing 350 Single-call Decompressing 464 Single-call Compression with callbacks 533 Single-call RAM->RAM Compression 536 Single-call RAM->RAM Compression is similar to Compression with callbacks,
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/ |
D | lzma.txt | 338 1) Single-call Decompressing 350 Single-call Decompressing 464 Single-call Compression with callbacks 533 Single-call RAM->RAM Compression 536 Single-call RAM->RAM Compression is similar to Compression with callbacks,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/ |
D | lzma.txt | 338 1) Single-call Decompressing 350 Single-call Decompressing 464 Single-call Compression with callbacks 533 Single-call RAM->RAM Compression 536 Single-call RAM->RAM Compression is similar to Compression with callbacks,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/ |
D | ConsoleOption.c | 33 IN EFI_DEVICE_PATH_PROTOCOL *Single in MatchDevicePaths() argument 40 if (Multi == NULL || Single == NULL) { in MatchDevicePaths() 55 if (CompareMem (Single, DevicePathInst, Size) == 0) { in MatchDevicePaths()
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | PchEhci.asl | 67 // and _PLD to report OS that it's not user visible to pass WHQL: Single Computer
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | dictnotes.txt | 30 Single read of each key. 53 Single write to each key.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | dictnotes.txt | 30 Single read of each key. 53 Single write to each key.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/ |
D | Terminal.c | 321 IN EFI_DEVICE_PATH_PROTOCOL *Single in MatchDevicePaths() argument 338 if (CompareMem (Single, DevicePathInst, Size) == 0) { in MatchDevicePaths()
|
/device/linaro/bootloader/edk2/MdeModulePkg/ |
D | MdeModulePkg.uni | 505 …kgTokenSpaceGuid_PcdSrIovSupport_HELP #language en-US "Indicates if the Single Root I/O virtualiz… 506 … "TRUE - Single Root I/O virtualization is supported.<BR>\n" 507 … "FALSE - Single Root I/O virtualization is not supported.<BR>" 523 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSrIovSystemPageSize_HELP #language en-US "Single roo…
|
D | MdeModulePkg.dec | 1305 ## Indicates if the Single Root I/O virtualization is supported.<BR><BR> 1306 # TRUE - Single Root I/O virtualization is supported.<BR> 1307 # FALSE - Single Root I/O virtualization is not supported.<BR> 1323 ## Single root I/O virtualization virtual function memory BAR alignment.<BR><BR>
|
/device/linaro/bootloader/edk2/StdLib/ |
D | ReadMe.txt | 83 Selected functions from the "Single Unix v4" specification.
|
/device/linaro/bootloader/edk2/AppPkg/ |
D | ReadMe.txt | 94 Selected functions from the "Single Unix v4" specification.
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/ |
D | ReadMe.txt | 83 Selected functions from the "Single Unix v4" specification.
|