HomeSort by relevance Sort by last modified time
    Searched refs:Vendor (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtThunkDxe/
WinNtThunk.h 30 VENDOR_DEVICE_PATH Vendor;
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/DevicePathTextLib/
DevicePathTextLib.c 30 Converts a Vendor device path structure to its string representative.
53 EMU_VENDOR_DEVICE_PATH_NODE *Vendor;
56 Vendor = (EMU_VENDOR_DEVICE_PATH_NODE *)DevPath;
57 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEmuThunkProtocolGuid)) {
61 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEmuGraphicsWindowProtocolGuid)) {
62 CatPrint (Str, L"EmuGraphics(%d)", Vendor->Instance);
65 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEfiSimpleFileSystemProtocolGuid)) {
66 CatPrint (Str, L"EmuFs(%d)", Vendor->Instance);
69 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEmuBlockIoProtocolGuid)) {
70 CatPrint (Str, L"EmuBlk(%d)", Vendor->Instance);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
plugin.properties 12 Bundle-Vendor= Eclipse.org
  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
XenBus.h 22 VENDOR_DEVICE_PATH Vendor;
  /development/libraries/stereocamera/
source.properties 2 Extra.Vendor=android
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
SlotConfig.c 44 UINT16 Vendor;
120 Vendor = MmPci16 (
127 if (Vendor != 0xFFFF) {
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Variable/BlockVariableDxe/
BlockVariableDxe.h 28 VENDOR_DEVICE_PATH Vendor;
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
MiscBiosVendorFunction.c 2 BIOS vendor information boot time changes.
100 CHAR16 Vendor[SMBIOS_STRING_MAX_LENGTH];
137 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr (PcdSMBIOSBiosVendor), Vendor);
138 if (StrLen (Vendor) > 0) {
140 HiiSetString (mHiiHandle, TokenToUpdate, Vendor, NULL);
186 // Vendor will be the 1st optional string following the formatted structure.
188 SmbiosRecord->Vendor = 1;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/AcpiTables/
Spcr.asl 66 [0002] PCI Vendor ID : FFFF
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
spcr.asl 66 [0002] PCI Vendor ID : FFFF
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
ConsoleOption.c 424 VENDOR_DEVICE_PATH Vendor;
567 Vendor.Header.Type = MESSAGING_DEVICE_PATH;
568 Vendor.Header.SubType = MSG_VENDOR_DP;
571 CopyMem (&Vendor.Guid, &TerminalTypeGuid[Index2], sizeof (EFI_GUID));
572 SetDevicePathNodeLength (&Vendor.Header, sizeof (VENDOR_DEVICE_PATH));
575 (EFI_DEVICE_PATH_PROTOCOL *) &Vendor
903 VENDOR_DEVICE_PATH *Vendor;
910 Vendor = NULL;
914 // Vendor points to the node before the End node
916 Vendor = (VENDOR_DEVICE_PATH *) Node;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
ConsoleOption.c 427 VENDOR_DEVICE_PATH Vendor;
573 Vendor.Header.Type = MESSAGING_DEVICE_PATH;
574 Vendor.Header.SubType = MSG_VENDOR_DP;
577 CopyMem (&Vendor.Guid, &TerminalTypeGuid[Index2], sizeof (EFI_GUID));
578 SetDevicePathNodeLength (&Vendor.Header, sizeof (VENDOR_DEVICE_PATH));
581 (EFI_DEVICE_PATH_PROTOCOL *) &Vendor
944 VENDOR_DEVICE_PATH *Vendor;
951 Vendor = NULL;
955 // Vendor points to the node before the End node
957 Vendor = (VENDOR_DEVICE_PATH *) Node;
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMTargetStreamer.cpp 61 void ARMTargetStreamer::switchVendor(StringRef Vendor) {}
  /system/bt/doc/
directory_layout.md 29 * vnd - *Vendor* - Vendor specific APIs - *to be integrated into rest of stack ?*.
  /external/llvm/include/llvm/ADT/
Triple.h 28 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM
30 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT
212 /// The parsed vendor type.
213 VendorType Vendor;
230 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {}
239 Vendor == Other.Vendor && OS == Other.OS &&
267 /// getVendor - Get the parsed vendor type of this triple.
268 VendorType getVendor() const { return Vendor; }
339 /// getVendorName - Get the vendor (second) component of the triple
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 410 Vendor = ParseVendor(getVendorName());
427 // known vendor, preferentially use it for the vendor, etc. This avoids silly
433 VendorType Vendor = UnknownVendor;
435 Vendor = ParseVendor(Components[1]);
447 Found[1] = Vendor != UnknownVendor;
474 Vendor = ParseVendor(Comp);
475 Valid = Vendor != UnknownVendor;
491 // good results in the common cases of a forgotten vendor component
541 // Special case logic goes here. At this point Arch, Vendor and OS have th
    [all...]
  /external/ltp/testcases/kernel/io/disktest/
disktest.spec 4 Vendor: IBM Corp.
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 25 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM
27 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT
119 /// The parsed vendor type.
120 mutable VendorType Vendor;
172 /// getVendor - Get the parsed vendor type of this triple.
175 return Vendor;
208 /// getVendorName - Get the vendor (second) component of the triple.
298 /// setVendor - Set the vendor (second) component of the triple to a
317 /// setVendorName - Set the vendor (second) component of the triple
354 /// vendor
    [all...]
  /test/vts/tools/vts-tradefed/
Android.mk 28 LOCAL_SUITE_FULLNAME := "Vendor Test Suite"
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp6.h 89 UINT32 Vendor;
  /external/syslinux/efi32/include/efi/
libsmbios.h 55 SMBIOS_STRING Vendor;
  /external/syslinux/efi64/include/efi/
libsmbios.h 55 SMBIOS_STRING Vendor;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
libsmbios.h 55 SMBIOS_STRING Vendor;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathToText.c 150 Converts a Vendor device path structure to its string representative.
170 VENDOR_DEVICE_PATH *Vendor;
177 Vendor = (VENDOR_DEVICE_PATH *) DevPath;
178 switch (DevicePathType (&Vendor->Header)) {
186 if (CompareGuid (&Vendor->Guid, &gEfiPcAnsiGuid)) {
189 } else if (CompareGuid (&Vendor->Guid, &gEfiVT100Guid)) {
192 } else if (CompareGuid (&Vendor->Guid, &gEfiVT100PlusGuid)) {
195 } else if (CompareGuid (&Vendor->Guid, &gEfiVTUTF8Guid)) {
198 } else if (CompareGuid (&Vendor->Guid, &gEfiUartDevicePathGuid)) {
199 FlowControlMap = (((UART_FLOW_CONTROL_DEVICE_PATH *) Vendor)->FlowControlMap);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp6.h 106 UINT32 Vendor;

Completed in 787 milliseconds

1 2 3 4