Searched refs:DevicePathType (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/lib/libefivar/
H A Defivar-dp-xlate.c148 if (DevicePathType(walker) == MEDIA_DEVICE_PATH &&
151 else if (DevicePathType(walker) == MEDIA_DEVICE_PATH &&
152 DevicePathType(walker) == END_DEVICE_PATH_TYPE)
336 while (DevicePathType(walker) != MEDIA_DEVICE_PATH &&
337 DevicePathType(walker) != END_DEVICE_PATH_TYPE) {
342 if (DevicePathType(walker) != MEDIA_DEVICE_PATH)
H A Duefi-dputil.c213 DevicePathType ( function
321 return (BOOLEAN) (DevicePathType (Node) == END_DEVICE_PATH_TYPE);
H A Defivar-dp-format.c240 switch (DevicePathType (&Vendor->Header)) {
2195 if (DevicePathType (Node) == mUefiDevicePathLibToTextTableGeneric[Index].Type) {
2204 UefiDevicePathLibCatPrint (Str, "Path(%d,%d", DevicePathType (Node), DevicePathSubType (Node));
2315 if (DevicePathType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].Type &&
2379 if (DevicePathType (Node) == mUefiDevicePathLibToTextTable[Index].Type &&
/freebsd-12-stable/stand/efi/libefi/
H A Ddevpath.c437 type = DevicePathType(devpath);
624 if (DevicePathType(devpath1) != DevicePathType(devpath2) ||
689 if (DevicePathType(prefix) != DevicePathType(path) ||
715 if (DevicePathType(path) == MEDIA_DEVICE_PATH)
H A Defipart.c307 if (DevicePathType(node) == MESSAGING_DEVICE_PATH &&
322 if (DevicePathType(node) == MESSAGING_DEVICE_PATH &&
331 DevicePathType(node) == MESSAGING_DEVICE_PATH) {
442 if (DevicePathType(node) == ACPI_DEVICE_PATH &&
561 if (DevicePathType(node) == MEDIA_DEVICE_PATH &&
736 if (DevicePathType(node) == MEDIA_DEVICE_PATH &&
H A Definet.c394 if (DevicePathType(node) != MESSAGING_DEVICE_PATH ||
H A Defihttp.c201 if (DevicePathType(devpath) != MESSAGING_DEVICE_PATH ||
264 if (DevicePathType(imgpath) != MESSAGING_DEVICE_PATH)
/freebsd-12-stable/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h59 DevicePathType (
/freebsd-12-stable/stand/efi/loader/
H A Dmain.c147 if (DevicePathType(path) == ACPI_DEVICE_PATH &&
163 } else if (DevicePathType(path) == MESSAGING_DEVICE_PATH &&
424 if (DevicePathType(dp) != MEDIA_DEVICE_PATH ||
729 if (DevicePathType(node) == ACPI_DEVICE_PATH &&
737 } else if (DevicePathType(node) == MESSAGING_DEVICE_PATH &&
742 } else if (DevicePathType(node) == ACPI_DEVICE_PATH &&
746 } else if (DevicePathType(node) == HARDWARE_DEVICE_PATH &&
H A Defi_main.c151 (DevicePathType(img->FilePath) != MEDIA_DEVICE_PATH ||
/freebsd-12-stable/stand/efi/include/
H A Defidevp.h55 #define DevicePathType(a) ( ((a)->Type) & EFI_DP_TYPE_MASK ) macro
59 #define IsDevicePathType(a, t) ( DevicePathType(a) == t )

Completed in 73 milliseconds