HomeSort by relevance Sort by last modified time
    Searched refs:DPath (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscOemType0x90Function.c 163 EFI_DEVICE_PATH *DPath;
169 (VOID **) &DPath
172 DevicePath = DPath;
173 while(!IsDevicePathEnd(DPath)) {
174 if((DPath->Type == HARDWARE_DEVICE_PATH) && (DPath->SubType == HW_PCI_DP)) {
176 PCIPath = (PCI_DEVICE_PATH*) DPath;
177 DPath = NextDevicePathNode(DPath);
179 if(IsDevicePathEnd(DPath) && (PCIPath->Device == Device) && (PCIPath->Function == Funs)) {
    [all...]
MiscOemType0x94Function.c 323 EFI_DEVICE_PATH *DPath;
329 (VOID **) &DPath
333 DevicePath = DPath;
334 while(!IsDevicePathEnd(DPath))
336 if((DPath->Type == HARDWARE_DEVICE_PATH) && (DPath->SubType == HW_PCI_DP))
340 PCIPath = (PCI_DEVICE_PATH*) DPath;
341 DPath = NextDevicePathNode(DPath);
342 if(IsDevicePathEnd(DPath) && (PCIPath->Device == Device) && (PCIPath->Function == Funs))
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/VlvPlatformInitDxe/
IgdOpRegion.c 417 EFI_DEVICE_PATH *DPath;
423 (VOID **) &DPath
426 DevicePath = DPath;
427 while(!IsDevicePathEnd(DPath)) {
428 if((DPath->Type == HARDWARE_DEVICE_PATH) && (DPath->SubType == HW_PCI_DP)) {
431 PCIPath = (PCI_DEVICE_PATH*) DPath;
432 DPath = NextDevicePathNode(DPath);
433 if(IsDevicePathEnd(DPath) && (PCIPath->Device == Device) && (PCIPath->Function == Funs)) {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
SetupInfoRecords.c     [all...]
  /external/abi-compliance-checker/modules/Internals/
SysCheck.pm 139 foreach my $DPath (@Dumps1)
141 if(my $Name = isDump($DPath))
150 $LibVers1{$Soname}{$V} = $DPath;
154 foreach my $DPath (@Dumps2)
156 if(my $Name = isDump($DPath))
165 $LibVers2{$Soname}{$V} = $DPath;
    [all...]
  /external/abi-dumper/
abi-dumper.pl 1007 my $DPath = $DebugFile;
1008 my $DName = getFilename($DPath);
1014 $DPath = $DDir."/".$DPath;
1038 elsif(-f $DPath
1039 and $DPath ne $Path) {
1040 $Found = $DPath;
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]

Completed in 1003 milliseconds