Home
last modified time | relevance | path

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

/freebsd/stand/efi/libefi/
H A Ddevpath.c141 uint8_t subtype = DevicePathSubType(node); in efi_hw_dev_path()
185 uint8_t subtype = DevicePathSubType(node); in efi_acpi_dev_path()
250 uint8_t subtype = DevicePathSubType(node); in efi_messaging_dev_path()
340 uint8_t subtype = DevicePathSubType(node); in efi_media_dev_path()
641 DevicePathSubType(devpath1) != DevicePathSubType(devpath2)) in efi_devpath_match_node()
706 DevicePathSubType(prefix) != DevicePathSubType(path)) in efi_devpath_is_prefix()
H A Defipart.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()
H A Deficom.c137 DevicePathSubType(devpath) == MSG_UART_DP) in efi_serial_get_index()
141 (DevicePathSubType(devpath) == ACPI_DP || in efi_serial_get_index()
142 DevicePathSubType(devpath) == ACPI_EXTENDED_DP)) { in efi_serial_get_index()
H A Defihttp.c196 DevicePathSubType(devpath) != MSG_URI_DP) in efihttp_dev_init()
260 switch (DevicePathSubType(imgpath)) { in efihttp_dev_open()
H A Definet.c396 DevicePathSubType(node) != MSG_MAC_ADDR_DP) in efinet_dev_init()
/freebsd/lib/libefivar/
H A Duefi-dputil.c140 (DevicePathSubType (DevicePath) == MEDIA_FILEPATH_DP) && in IsDevicePathValid()
189 DevicePathSubType ( in DevicePathSubType() function
302 …return (BOOLEAN)(IsDevicePathEndType (Node) && DevicePathSubType (Node) == END_ENTIRE_DEVICE_PATH_… in IsDevicePathEnd()
330 …return (BOOLEAN)(IsDevicePathEndType (Node) && DevicePathSubType (Node) == END_INSTANCE_DEVICE_PAT… in IsDevicePathEndInstance()
761 if (DevicePathSubType (DevPath) == END_ENTIRE_DEVICE_PATH_SUBTYPE) { in UefiDevicePathLibGetNextDevicePathInstance()
H A Defivar-dp-xlate.c151 DevicePathSubType(walker) == MEDIA_FILEPATH_DP) in efi_hd_to_unix()
399 if (DevicePathSubType(walker) == MEDIA_HARDDRIVE_DP) in efivar_device_path_to_unix_path()
H A Defivar-dp-format.c2360 UefiDevicePathLibCatPrint (Str, "Path(%d,%d", DevicePathType (Node), DevicePathSubType (Node)); in DevPathToTextNodeGeneric()
2365 …atPrint (Str, "%s(%d", mUefiDevicePathLibToTextTableGeneric[Index].Text, DevicePathSubType (Node)); in DevPathToTextNodeGeneric()
2474 (DevicePathSubType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].SubType) in UefiDevicePathLibConvertDeviceNodeToText()
2538 (DevicePathSubType (Node) == mUefiDevicePathLibToTextTable[Index].SubType) in UefiDevicePathLibConvertDevicePathToText()
/freebsd/stand/efi/loader/
H A Dmain.c193 (DevicePathSubType(path) == ACPI_DP || in has_keyboard()
194 DevicePathSubType(path) == ACPI_EXTENDED_DP)) { in has_keyboard()
209 DevicePathSubType(path) == MSG_USB_CLASS_DP) { in has_keyboard()
478 DevicePathSubType(dp) != MEDIA_FILEPATH_DP) { in match_boot_info()
1017 (DevicePathSubType(node) == ACPI_DP || in parse_uefi_con_out()
1018 DevicePathSubType(node) == ACPI_EXTENDED_DP)) { in parse_uefi_con_out()
1026 DevicePathSubType(node) == MSG_UART_DP) { in parse_uefi_con_out()
1031 DevicePathSubType(node) == ACPI_ADR_DP) { in parse_uefi_con_out()
1035 DevicePathSubType(node) == HW_PCI_DP) { in parse_uefi_con_out()
H A Defi_main.c159 DevicePathSubType(img->FilePath) != MEDIA_FILEPATH_DP || in efi_main()
/freebsd/stand/efi/include/
H A Defi.h67 #define DevicePathSubType(a) ( (a)->SubType ) macro
/freebsd/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h72 DevicePathSubType (
/freebsd/stand/efi/gptboot/
H A Dproto.c130 if (DevicePathSubType(md) != MEDIA_HARDDRIVE_DP) in partition_number()