Symbol: DevicePathType
lib/libefivar/efivar-dp-format.c
2194
if (DevicePathType (Node) == mUefiDevicePathLibToTextTableGeneric[Index].Type) {
lib/libefivar/efivar-dp-format.c
2203
UefiDevicePathLibCatPrint (Str, "Path(%d,%d", DevicePathType (Node), DevicePathSubType (Node));
lib/libefivar/efivar-dp-format.c
2314
if (DevicePathType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].Type &&
lib/libefivar/efivar-dp-format.c
2378
if (DevicePathType (Node) == mUefiDevicePathLibToTextTable[Index].Type &&
lib/libefivar/efivar-dp-format.c
239
switch (DevicePathType (&Vendor->Header)) {
lib/libefivar/efivar-dp-xlate.c
139
if (DevicePathType(walker) == MEDIA_DEVICE_PATH &&
lib/libefivar/efivar-dp-xlate.c
142
else if (DevicePathType(walker) == MEDIA_DEVICE_PATH &&
lib/libefivar/efivar-dp-xlate.c
143
DevicePathType(walker) == END_DEVICE_PATH_TYPE)
lib/libefivar/efivar-dp-xlate.c
330
while (DevicePathType(walker) != MEDIA_DEVICE_PATH &&
lib/libefivar/efivar-dp-xlate.c
331
DevicePathType(walker) != END_DEVICE_PATH_TYPE) {
lib/libefivar/efivar-dp-xlate.c
338
if (DevicePathType(walker) != MEDIA_DEVICE_PATH)
lib/libefivar/uefi-dputil.c
320
return (BOOLEAN) (DevicePathType (Node) == END_DEVICE_PATH_TYPE);
stand/boot/efi/include/efi.h
55
#define IsDevicePathType(a, t) (DevicePathType(a) == t)
stand/boot/efi/libefi/efipart.c
124
if (DevicePathType(node) == MEDIA_DEVICE_PATH &&
stand/boot/efi/loader/efi_main.c
151
(DevicePathType(img->FilePath) != MEDIA_DEVICE_PATH ||
stand/boot/efi/loader/main.c
156
if (DevicePathType(path) == ACPI_DEVICE_PATH &&
stand/boot/efi/loader/main.c
172
} else if (DevicePathType(path) == MESSAGING_DEVICE_PATH &&