Searched refs:IsDevicePathEndType (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.c159 IsDevicePathEndType ( function
191 return (BOOLEAN) (IsDevicePathEndType (Node) && DevicePathSubType(Node) == END_ENTIRE_DEVICE_PATH_SUBTYPE);
218 return (BOOLEAN) (IsDevicePathEndType (Node) && DevicePathSubType(Node) == END_INSTANCE_DEVICE_PATH_SUBTYPE);
603 while (!IsDevicePathEndType (DevPath)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
H A DUefiDevicePathLib.c188 IsDevicePathEndType ( function
219 return (BOOLEAN) (IsDevicePathEndType (Node) && DevicePathSubType(Node) == END_ENTIRE_DEVICE_PATH_SUBTYPE);
247 return (BOOLEAN) (IsDevicePathEndType (Node) && DevicePathSubType(Node) == END_INSTANCE_DEVICE_PATH_SUBTYPE);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DDevicePathLib.h118 IsDevicePathEndType (
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConnect.c125 while (!IsDevicePathEndType (Next)) {
H A DBdsBoot.c1195 while (!IsDevicePathEndType (TempNewDevicePath)) {
2282 while (!IsDevicePathEndType (pNode0)) {
2291 while (!IsDevicePathEndType (pNode1)) {
2480 while (!IsDevicePathEndType (TempDevicePath)) {
2512 if (!IsDevicePathEndType (LastDeviceNode)) {
H A DBdsConsole.c385 while (!IsDevicePathEndType (Next)) {
/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Dp_App/
H A DDpUtilities.c299 while (!IsDevicePathEndType (DevicePath)) {
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.c135 while (!IsDevicePathEndType (TempDevicePath)) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMap.c253 for (;!IsDevicePathEndType (DevicePath) ;DevicePath = NextDevicePathNode (DevicePath)) {
290 while (!IsDevicePathEndType (DevicePath)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideLib.c483 while (!IsDevicePathEndType (Next)) {
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c205 while (!IsDevicePathEndType (TempDevicePath)) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.c329 while (!IsDevicePathEndType (*DevicePath)) {

Completed in 73 milliseconds