Symbol: DevicePathType
lib/libefivar/efivar-dp-format.c
231
switch (DevicePathType (&Vendor->Header)) {
lib/libefivar/efivar-dp-format.c
2351
if (DevicePathType (Node) == mUefiDevicePathLibToTextTableGeneric[Index].Type) {
lib/libefivar/efivar-dp-format.c
2360
UefiDevicePathLibCatPrint (Str, "Path(%d,%d", DevicePathType (Node), DevicePathSubType (Node));
lib/libefivar/efivar-dp-format.c
2473
if ((DevicePathType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].Type) &&
lib/libefivar/efivar-dp-format.c
2537
if ((DevicePathType (Node) == mUefiDevicePathLibToTextTable[Index].Type) &&
lib/libefivar/efivar-dp-xlate.c
150
if (DevicePathType(walker) == MEDIA_DEVICE_PATH &&
lib/libefivar/efivar-dp-xlate.c
153
else if (DevicePathType(walker) == MEDIA_DEVICE_PATH &&
lib/libefivar/efivar-dp-xlate.c
154
DevicePathType(walker) == END_DEVICE_PATH_TYPE)
lib/libefivar/efivar-dp-xlate.c
367
while (DevicePathType(walker) != MEDIA_DEVICE_PATH &&
lib/libefivar/efivar-dp-xlate.c
368
DevicePathType(walker) != END_DEVICE_PATH_TYPE) {
lib/libefivar/efivar-dp-xlate.c
375
if (DevicePathType(walker) != MEDIA_DEVICE_PATH)
lib/libefivar/uefi-dputil.c
139
if ((DevicePathType (DevicePath) == MEDIA_DEVICE_PATH) &&
lib/libefivar/uefi-dputil.c
275
return (BOOLEAN)(DevicePathType (Node) == END_DEVICE_PATH_TYPE);
stand/efi/include/efi.h
70
#define IsDevicePathType(a, t) ( DevicePathType(a) == t )
stand/efi/libefi/devpath.c
436
type = DevicePathType(devpath);
stand/efi/libefi/devpath.c
640
if (DevicePathType(devpath1) != DevicePathType(devpath2) ||
stand/efi/libefi/devpath.c
705
if (DevicePathType(prefix) != DevicePathType(path) ||
stand/efi/libefi/devpath.c
731
if (DevicePathType(path) == MEDIA_DEVICE_PATH)
stand/efi/libefi/eficom.c
136
if (DevicePathType(devpath) == MESSAGING_DEVICE_PATH &&
stand/efi/libefi/eficom.c
140
if (DevicePathType(devpath) == ACPI_DEVICE_PATH &&
stand/efi/libefi/efihttp.c
195
if (DevicePathType(devpath) != MESSAGING_DEVICE_PATH ||
stand/efi/libefi/efihttp.c
258
if (DevicePathType(imgpath) != MESSAGING_DEVICE_PATH)
stand/efi/libefi/efinet.c
395
if (DevicePathType(node) != MESSAGING_DEVICE_PATH ||
stand/efi/libefi/efipart.c
307
if (DevicePathType(node) == MESSAGING_DEVICE_PATH &&
stand/efi/libefi/efipart.c
322
if (DevicePathType(node) == MESSAGING_DEVICE_PATH &&
stand/efi/libefi/efipart.c
331
DevicePathType(node) == MESSAGING_DEVICE_PATH) {
stand/efi/libefi/efipart.c
444
if (DevicePathType(node) == ACPI_DEVICE_PATH &&
stand/efi/libefi/efipart.c
563
if (DevicePathType(node) == MEDIA_DEVICE_PATH &&
stand/efi/libefi/efipart.c
738
if (DevicePathType(node) == MEDIA_DEVICE_PATH &&
stand/efi/loader/efi_main.c
158
(DevicePathType(img->FilePath) != MEDIA_DEVICE_PATH ||
stand/efi/loader/main.c
1030
if (DevicePathType(node) == ACPI_DEVICE_PATH &&
stand/efi/loader/main.c
1039
} else if (DevicePathType(node) == MESSAGING_DEVICE_PATH &&
stand/efi/loader/main.c
1044
} else if (DevicePathType(node) == ACPI_DEVICE_PATH &&
stand/efi/loader/main.c
1048
} else if (DevicePathType(node) == HARDWARE_DEVICE_PATH &&
stand/efi/loader/main.c
202
if (DevicePathType(path) == ACPI_DEVICE_PATH &&
stand/efi/loader/main.c
218
} else if (DevicePathType(path) == MESSAGING_DEVICE_PATH &&
stand/efi/loader/main.c
487
if (DevicePathType(dp) != MEDIA_DEVICE_PATH ||