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

/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-xlate.c153 if (DevicePathType(walker) == MEDIA_DEVICE_PATH &&
156 else if (DevicePathType(walker) == MEDIA_DEVICE_PATH &&
157 DevicePathType(walker) == END_DEVICE_PATH_TYPE)
343 while (DevicePathType(walker) != MEDIA_DEVICE_PATH &&
344 DevicePathType(walker) != END_DEVICE_PATH_TYPE) {
351 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-13-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) {
444 if (DevicePathType(node) == ACPI_DEVICE_PATH &&
563 if (DevicePathType(node) == MEDIA_DEVICE_PATH &&
738 if (DevicePathType(node) == MEDIA_DEVICE_PATH &&
H A Definet.c396 if (DevicePathType(node) != MESSAGING_DEVICE_PATH ||
H A Defihttp.c201 if (DevicePathType(devpath) != MESSAGING_DEVICE_PATH ||
264 if (DevicePathType(imgpath) != MESSAGING_DEVICE_PATH)
/freebsd-13-stable/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h54 DevicePathType (
/freebsd-13-stable/stand/efi/loader/
H A Defi_main.c151 (DevicePathType(img->FilePath) != MEDIA_DEVICE_PATH ||
H A Dmain.c150 if (DevicePathType(path) == ACPI_DEVICE_PATH &&
166 } else if (DevicePathType(path) == MESSAGING_DEVICE_PATH &&
443 if (DevicePathType(dp) != MEDIA_DEVICE_PATH ||
753 if (DevicePathType(node) == ACPI_DEVICE_PATH &&
762 } else if (DevicePathType(node) == MESSAGING_DEVICE_PATH &&
767 } else if (DevicePathType(node) == ACPI_DEVICE_PATH &&
771 } else if (DevicePathType(node) == HARDWARE_DEVICE_PATH &&
H A Defiserialio.c129 if (DevicePathType(devpath) == MESSAGING_DEVICE_PATH &&
133 if (DevicePathType(devpath) == ACPI_DEVICE_PATH &&
/freebsd-13-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 148 milliseconds