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

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
ConsistMapping.c 534 FIBRECHANNEL_DEVICE_PATH *Fibre;
539 Fibre = (FIBRECHANNEL_DEVICE_PATH *) DevicePathNode;
540 AppendCSDNum (MappingItem, Fibre->WWN);
541 AppendCSDNum (MappingItem, Fibre->Lun);
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
dpath.c 602 FIBRECHANNEL_DEVICE_PATH *Fibre;
604 Fibre = DevPath;
605 CatPrint(Str, L"Fibre(%lx)", Fibre->WWN);
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathFromText.c 1269 Converts a text device path node to Fibre device path structure.
1273 @return A pointer to the newly-created Fibre device path structure.
1283 FIBRECHANNEL_DEVICE_PATH *Fibre;
1287 Fibre = (FIBRECHANNEL_DEVICE_PATH *) CreateDeviceNode (
    [all...]
DevicePathToText.c 607 Converts a Fibre device path structure to its string representative.
627 FIBRECHANNEL_DEVICE_PATH *Fibre;
629 Fibre = DevPath;
630 UefiDevicePathLibCatPrint (Str, L"Fibre(0x%lx,0x%lx)", Fibre->WWN, Fibre->Lun);
    [all...]

Completed in 195 milliseconds