MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / DevicePathUtilities.c

File DevicePathUtilities.c

MdePkg/Library/UefiDevicePathLib/DevicePathUtilities.c:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/** @file
2 Device Path services. The thing to remember is device paths are built out of
3 nodes. The device path is terminated by an end node that is length
4 sizeof(EFI_DEVICE_PATH_PROTOCOL). That would be why there is sizeof(EFI_DEVICE_PATH_PROTOCOL)

Callers

nothing calls this directly

Tested by

no test coverage detected