Home | History | Annotate | Download | only in UefiDevicePathLib

Lines Matching defs:Ufs

1847   Converts a text device path node to UFS device path structure.

1851 @return A pointer to the newly-created UFS device path structure.
1861 UFS_DEVICE_PATH *Ufs;
1865 Ufs = (UFS_DEVICE_PATH *) CreateDeviceNode (
1871 Ufs->Pun = (UINT8) Strtoi (PunStr);
1872 Ufs->Lun = (UINT8) Strtoi (LunStr);
1874 return (EFI_DEVICE_PATH_PROTOCOL *) Ufs;
3530 {L"UFS", DevPathFromTextUfs },