Home
last modified time | relevance | path

Searched refs:mDevicePathLibDevicePathUtilities (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DUefiDevicePathLibOptionalDevicePathProtocol.c25 GLOBAL_REMOVE_IF_UNREFERENCED EFI_DEVICE_PATH_UTILITIES_PROTOCOL *mDevicePathLibDevicePathUtilities variable
55 (VOID**) &mDevicePathLibDevicePathUtilities in UefiDevicePathLibOptionalDevicePathProtocolConstructor()
58 ASSERT (mDevicePathLibDevicePathUtilities != NULL); in UefiDevicePathLibOptionalDevicePathProtocolConstructor()
81 if (mDevicePathLibDevicePathUtilities != NULL) { in GetDevicePathSize()
82 return mDevicePathLibDevicePathUtilities->GetDevicePathSize (DevicePath); in GetDevicePathSize()
110 if (mDevicePathLibDevicePathUtilities != NULL) { in DuplicateDevicePath()
111 return mDevicePathLibDevicePathUtilities->DuplicateDevicePath (DevicePath); in DuplicateDevicePath()
148 if (mDevicePathLibDevicePathUtilities != NULL) { in AppendDevicePath()
149 return mDevicePathLibDevicePathUtilities->AppendDevicePath (FirstDevicePath, SecondDevicePath); in AppendDevicePath()
190 if (mDevicePathLibDevicePathUtilities != NULL) { in AppendDevicePathNode()
[all …]
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
DUefiDevicePathLib.c31 GLOBAL_REMOVE_IF_UNREFERENCED EFI_DEVICE_PATH_UTILITIES_PROTOCOL *mDevicePathLibDevicePathUtilities variable
71 (VOID**) &mDevicePathLibDevicePathUtilities in DevicePathLibConstructor()
74 ASSERT (mDevicePathLibDevicePathUtilities != NULL); in DevicePathLibConstructor()
384 return mDevicePathLibDevicePathUtilities->GetDevicePathSize (DevicePath); in GetDevicePathSize()
410 return mDevicePathLibDevicePathUtilities->DuplicateDevicePath (DevicePath); in DuplicateDevicePath()
444 return mDevicePathLibDevicePathUtilities->AppendDevicePath (FirstDevicePath, SecondDevicePath); in AppendDevicePath()
482 return mDevicePathLibDevicePathUtilities->AppendDeviceNode (DevicePath, DevicePathNode); in AppendDevicePathNode()
515 …return mDevicePathLibDevicePathUtilities->AppendDevicePathInstance (DevicePath, DevicePathInstance… in AppendDevicePathInstance()
553 return mDevicePathLibDevicePathUtilities->GetNextDevicePathInstance (DevicePath, Size); in GetNextDevicePathInstance()
583 return mDevicePathLibDevicePathUtilities->CreateDeviceNode (NodeType, NodeSubType, NodeLength); in CreateDeviceNode()
[all …]