Searched refs:Fibre (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/lib/libefivar/
H A Defivar-dp-format.c671 Converts a Fibre device path structure to its string representative.
691 FIBRECHANNEL_DEVICE_PATH *Fibre; local
693 Fibre = DevPath;
694 UefiDevicePathLibCatPrint (Str, "Fibre(0x%lx,0x%lx)", Fibre->WWN, Fibre->Lun);
H A Defivar-dp-parse.c1186 Converts a text device path node to Fibre device path structure.
1190 @return A pointer to the newly-created Fibre device path structure.
1201 FIBRECHANNEL_DEVICE_PATH *Fibre; local
1205 Fibre = (FIBRECHANNEL_DEVICE_PATH *) CreateDeviceNode (
1211 Fibre->Reserved = 0;
1212 Strtoi64 (WWNStr, &Fibre->WWN);
1213 Strtoi64 (LunStr, &Fibre->Lun);
1215 return (EFI_DEVICE_PATH_PROTOCOL *) Fibre;
3505 {"Fibre", DevPathFromTextFibre },

Completed in 127 milliseconds