Searched refs:Fibre (Results 1 – 4 of 4) sorted by relevance
55 fc 133 FC # Fibre Channel
551 FIBRECHANNEL_DEVICE_PATH *Fibre; in DevPathSerialFibre() local556 Fibre = (FIBRECHANNEL_DEVICE_PATH *) DevicePathNode; in DevPathSerialFibre()557 Status = AppendCSDNum (MappingItem, Fibre->WWN); in DevPathSerialFibre()559 Status = AppendCSDNum (MappingItem, Fibre->Lun); in DevPathSerialFibre()
629 FIBRECHANNEL_DEVICE_PATH *Fibre; in DevPathToTextFibre() local631 Fibre = DevPath; in DevPathToTextFibre()632 UefiDevicePathLibCatPrint (Str, L"Fibre(0x%lx,0x%lx)", Fibre->WWN, Fibre->Lun); in DevPathToTextFibre()
1283 FIBRECHANNEL_DEVICE_PATH *Fibre; in DevPathFromTextFibre() local1287 Fibre = (FIBRECHANNEL_DEVICE_PATH *) CreateDeviceNode ( in DevPathFromTextFibre()1293 Fibre->Reserved = 0; in DevPathFromTextFibre()1294 Strtoi64 (WWNStr, &Fibre->WWN); in DevPathFromTextFibre()1295 Strtoi64 (LunStr, &Fibre->Lun); in DevPathFromTextFibre()1297 return (EFI_DEVICE_PATH_PROTOCOL *) Fibre; in DevPathFromTextFibre()