Home
last modified time | relevance | path

Searched refs:DevicePathSubType (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/stand/efi/libefi/
H A Ddevpath.c151 DevicePathSubType(devpath1) != DevicePathSubType(devpath2)) in efi_devpath_match_node()
192 DevicePathSubType(prefix) != DevicePathSubType(path)) in efi_devpath_is_prefix()
H A Defipart.c302 DevicePathSubType(node) == ACPI_DP) { in efipart_floppy()
397 DevicePathSubType(node) == MEDIA_CDROM_DP) { in efipart_testcd()
455 DevicePathSubType(node) == MEDIA_CDROM_DP && in efipart_updatecd()
618 (DevicePathSubType(node) == HW_PCI_DP || in efipart_updatehd()
619 DevicePathSubType(node) == HW_VENDOR_DP)) { in efipart_updatehd()
626 DevicePathSubType(node) == MEDIA_FILEPATH_DP) { in efipart_updatehd()
643 DevicePathSubType(node) == MEDIA_HARDDRIVE_DP && in efipart_updatehd()
H A Definet.c305 DevicePathSubType(node) != MSG_MAC_ADDR_DP) in efinet_dev_init()
/freebsd-12.1/stand/efi/loader/
H A Dmain.c141 (DevicePathSubType(path) == ACPI_DP || in has_keyboard()
142 DevicePathSubType(path) == ACPI_EXTENDED_DP)) { in has_keyboard()
157 DevicePathSubType(path) == MSG_USB_CLASS_DP) { in has_keyboard()
406 DevicePathSubType(dp) != MEDIA_FILEPATH_DP) { in match_boot_info()
685 DevicePathSubType(node) == ACPI_DP) { in parse_uefi_con_out()
693 DevicePathSubType(node) == MSG_UART_DP) { in parse_uefi_con_out()
698 DevicePathSubType(node) == ACPI_ADR_DP) { in parse_uefi_con_out()
702 DevicePathSubType(node) == HW_PCI_DP) { in parse_uefi_con_out()
H A Defi_main.c150 DevicePathSubType(img->FilePath) != MEDIA_FILEPATH_DP || in efi_main()
/freebsd-12.1/lib/libefivar/
H A Duefi-dputil.c236 DevicePathSubType ( in DevicePathSubType() function
348 …return (BOOLEAN) (IsDevicePathEndType (Node) && DevicePathSubType(Node) == END_ENTIRE_DEVICE_PATH_… in IsDevicePathEnd()
H A Defivar-dp-xlate.c149 DevicePathSubType(walker) == MEDIA_FILEPATH_DP) in efi_hd_to_unix()
366 if (DevicePathSubType(walker) == MEDIA_HARDDRIVE_DP) in efivar_device_path_to_unix_path()
H A Defivar-dp-format.c2204 UefiDevicePathLibCatPrint (Str, "Path(%d,%d", DevicePathType (Node), DevicePathSubType (Node)); in DevPathToTextNodeGeneric()
2209 …atPrint (Str, "%s(%d", mUefiDevicePathLibToTextTableGeneric[Index].Text, DevicePathSubType (Node)); in DevPathToTextNodeGeneric()
2316 DevicePathSubType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].SubType in UefiDevicePathLibConvertDeviceNodeToText()
2380 DevicePathSubType (Node) == mUefiDevicePathLibToTextTable[Index].SubType in UefiDevicePathLibConvertDevicePathToText()
/freebsd-12.1/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h77 DevicePathSubType (
/freebsd-12.1/stand/efi/include/
H A Defidevp.h56 #define DevicePathSubType(a) ( (a)->SubType ) macro