Lines Matching refs:mDevicePathLibDevicePathUtilities
25 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()
191 return mDevicePathLibDevicePathUtilities->AppendDeviceNode (DevicePath, DevicePathNode); in AppendDevicePathNode()
227 if (mDevicePathLibDevicePathUtilities != NULL) { in AppendDevicePathInstance()
228 …return mDevicePathLibDevicePathUtilities->AppendDevicePathInstance (DevicePath, DevicePathInstance… in AppendDevicePathInstance()
269 if (mDevicePathLibDevicePathUtilities != NULL) { in GetNextDevicePathInstance()
270 return mDevicePathLibDevicePathUtilities->GetNextDevicePathInstance (DevicePath, Size); in GetNextDevicePathInstance()
303 if (mDevicePathLibDevicePathUtilities != NULL) { in CreateDeviceNode()
304 return mDevicePathLibDevicePathUtilities->CreateDeviceNode (NodeType, NodeSubType, NodeLength); in CreateDeviceNode()
331 if (mDevicePathLibDevicePathUtilities != NULL) { in IsDevicePathMultiInstance()
332 return mDevicePathLibDevicePathUtilities->IsDevicePathMultiInstance (DevicePath); in IsDevicePathMultiInstance()