Home
last modified time | relevance | path

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

/freebsd-13-stable/stand/efi/libefi/
HDdevpath.c140 uint8_t subtype = DevicePathSubType(node); in efi_hw_dev_path()
184 uint8_t subtype = DevicePathSubType(node); in efi_acpi_dev_path()
249 uint8_t subtype = DevicePathSubType(node); in efi_messaging_dev_path()
339 uint8_t subtype = DevicePathSubType(node); in efi_media_dev_path()
623 DevicePathSubType(devpath1) != DevicePathSubType(devpath2)) in efi_devpath_match_node()
688 DevicePathSubType(prefix) != DevicePathSubType(path)) in efi_devpath_is_prefix()
HDefipart.c308 DevicePathSubType(node) == MSG_USB_DP) { in efipart_ignore_device()
323 DevicePathSubType(node) == MSG_USB_DP) in efipart_ignore_device()
336 if (DevicePathSubType(node) == in efipart_ignore_device()
338 DevicePathSubType(node) == MSG_SCSI_DP) { in efipart_ignore_device()
445 DevicePathSubType(node) == ACPI_DP) { in efipart_floppy()
564 DevicePathSubType(node) == MEDIA_CDROM_DP) { in efipart_testcd()
628 if (DevicePathSubType(node) != MEDIA_HARDDRIVE_DP) { in efipart_hdinfo_add_node()
739 DevicePathSubType(node) == MEDIA_FILEPATH_DP) { in efipart_hdinfo_add()
HDefihttp.c198 DevicePathSubType(devpath) != MSG_URI_DP) in efihttp_dev_init()
262 switch (DevicePathSubType(imgpath)) { in efihttp_dev_open()
HDefinet.c395 DevicePathSubType(node) != MSG_MAC_ADDR_DP) in efinet_dev_init()
/freebsd-13-stable/stand/efi/loader/
HDmain.c151 (DevicePathSubType(path) == ACPI_DP || in has_keyboard()
152 DevicePathSubType(path) == ACPI_EXTENDED_DP)) { in has_keyboard()
167 DevicePathSubType(path) == MSG_USB_CLASS_DP) { in has_keyboard()
442 DevicePathSubType(dp) != MEDIA_FILEPATH_DP) { in match_boot_info()
777 (DevicePathSubType(node) == ACPI_DP || in parse_uefi_con_out()
778 DevicePathSubType(node) == ACPI_EXTENDED_DP)) { in parse_uefi_con_out()
786 DevicePathSubType(node) == MSG_UART_DP) { in parse_uefi_con_out()
791 DevicePathSubType(node) == ACPI_ADR_DP) { in parse_uefi_con_out()
795 DevicePathSubType(node) == HW_PCI_DP) { in parse_uefi_con_out()
HDefiserialio.c126 DevicePathSubType(devpath) == MSG_UART_DP) in efi_serial_get_index()
130 (DevicePathSubType(devpath) == ACPI_DP || in efi_serial_get_index()
131 DevicePathSubType(devpath) == ACPI_EXTENDED_DP)) { in efi_serial_get_index()
HDefi_main.c158 DevicePathSubType(img->FilePath) != MEDIA_FILEPATH_DP || in efi_main()
/freebsd-13-stable/lib/libefivar/
HDuefi-dputil.c234 DevicePathSubType ( in DevicePathSubType() function
346 …return (BOOLEAN) (IsDevicePathEndType (Node) && DevicePathSubType(Node) == END_ENTIRE_DEVICE_PATH_… in IsDevicePathEnd()
HDefivar-dp-xlate.c155 DevicePathSubType(walker) == MEDIA_FILEPATH_DP) in efi_hd_to_unix()
403 if (DevicePathSubType(walker) == MEDIA_HARDDRIVE_DP) in efivar_device_path_to_unix_path()
HDefivar-dp-format.c2203 UefiDevicePathLibCatPrint (Str, "Path(%d,%d", DevicePathType (Node), DevicePathSubType (Node)); in DevPathToTextNodeGeneric()
2208 …atPrint (Str, "%s(%d", mUefiDevicePathLibToTextTableGeneric[Index].Text, DevicePathSubType (Node)); in DevPathToTextNodeGeneric()
2315 DevicePathSubType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].SubType in UefiDevicePathLibConvertDeviceNodeToText()
2379 DevicePathSubType (Node) == mUefiDevicePathLibToTextTable[Index].SubType in UefiDevicePathLibConvertDevicePathToText()
/freebsd-13-stable/sys/contrib/edk2/Include/Library/
HDDevicePathLib.h72 DevicePathSubType (
/freebsd-13-stable/stand/efi/gptboot/
HDproto.c129 if (DevicePathSubType(md) != MEDIA_HARDDRIVE_DP) in partition_number()
/freebsd-13-stable/stand/efi/include/
HDefidevp.h55 #define DevicePathSubType(a) ( (a)->SubType ) macro