Searched defs:Fibre (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c533 FIBRECHANNEL_DEVICE_PATH *Fibre; local
535 Fibre = DevPath;
536 CatPrint (Str, L"Fibre(Wwn%lx,Lun%x)", Fibre->WWN, Fibre->Lun);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathToText.c594 Converts a Fibre device path structure to its string representative.
614 FIBRECHANNEL_DEVICE_PATH *Fibre; local
616 Fibre = DevPath;
617 CatPrint (Str, L"Fibre(0x%lx,0x%lx)", Fibre->WWN, Fibre->Lun);
H A DDevicePathFromText.c1270 Converts a text device path node to Fibre device path structure.
1274 @return A pointer to the newly-created Fibre device path structure.
1284 FIBRECHANNEL_DEVICE_PATH *Fibre; local
1288 Fibre = (FIBRECHANNEL_DEVICE_PATH *) CreateDeviceNode (
1294 Fibre->Reserved = 0;
1295 Strtoi64 (WWNStr, &Fibre->WWN);
1296 Strtoi64 (LunStr, &Fibre->Lun);
1298 return (EFI_DEVICE_PATH_PROTOCOL *) Fibre;
2966 {L"Fibre", DevPathFromTextFibre},
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c522 FIBRECHANNEL_DEVICE_PATH *Fibre; local
524 Fibre = DevPath;
525 CatPrint (Str, L"Fibre(Wwn%lx,Lun%x)", Fibre->WWN, Fibre->Lun);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c504 FIBRECHANNEL_DEVICE_PATH *Fibre; local
509 Fibre = (FIBRECHANNEL_DEVICE_PATH *) DevicePathNode;
510 AppendCSDNum (MappingItem, Fibre->WWN);
511 AppendCSDNum (MappingItem, Fibre->Lun);

Completed in 125 milliseconds