Home
last modified time | relevance | path

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

/freebsd-src/stand/efi/libefi/
H A Ddevpath.c139 uint8_t subtype = DevicePathSubType(node); in efi_hw_dev_path()
183 uint8_t subtype = DevicePathSubType(node); in efi_acpi_dev_path()
248 uint8_t subtype = DevicePathSubType(node); in efi_messaging_dev_path()
338 uint8_t subtype = DevicePathSubType(node); in efi_media_dev_path()
639 DevicePathSubType(devpath1) != DevicePathSubType(devpath2)) in efi_devpath_match_node()
704 DevicePathSubType(prefix) != DevicePathSubType(path)) in efi_devpath_is_prefix()
H A Defipart.c307 DevicePathSubType(node) == MSG_USB_DP) { in efipart_ignore_device()
322 DevicePathSubType(node) == MSG_USB_DP) in efipart_ignore_device()
335 if (DevicePathSubType(node) == in efipart_ignore_device()
337 DevicePathSubType(node) == MSG_SCSI_DP) { in efipart_ignore_device()
444 DevicePathSubType(node) == ACPI_DP) { in efipart_floppy()
563 DevicePathSubType(node) == MEDIA_CDROM_DP) { in efipart_testcd()
627 if (DevicePathSubType(node) != MEDIA_HARDDRIVE_DP) { in efipart_hdinfo_add_node()
738 DevicePathSubType(node) == MEDIA_FILEPATH_DP) { in efipart_hdinfo_add()
H A Deficom.c136 DevicePathSubType(devpath) == MSG_UART_DP) in efi_serial_get_index()
140 (DevicePathSubType(devpath) == ACPI_DP || in efi_serial_get_index()
141 DevicePathSubType(devpath) == ACPI_EXTENDED_DP)) { in efi_serial_get_index()
H A Defihttp.c197 DevicePathSubType(devpath) != MSG_URI_DP) in efihttp_dev_init()
261 switch (DevicePathSubType(imgpath)) { in efihttp_dev_open()
H A Definet.c394 DevicePathSubType(node) != MSG_MAC_ADDR_DP) in efinet_dev_init()
/freebsd-src/stand/efi/loader/
H A Dmain.c165 (DevicePathSubType(path) == ACPI_DP || in has_keyboard()
166 DevicePathSubType(path) == ACPI_EXTENDED_DP)) { in has_keyboard()
181 DevicePathSubType(path) == MSG_USB_CLASS_DP) { in has_keyboard()
450 DevicePathSubType(dp) != MEDIA_FILEPATH_DP) { in match_boot_info()
987 (DevicePathSubType(node) == ACPI_DP || in main()
988 DevicePathSubType(node) == ACPI_EXTENDED_DP)) { in main()
996 DevicePathSubType(node) == MSG_UART_DP) { in main()
1001 DevicePathSubType(node) == ACPI_ADR_DP) { in main()
1005 DevicePathSubType(node) == HW_PCI_DP) { in main()
H A Defi_main.c157 DevicePathSubType(img->FilePath) != MEDIA_FILEPATH_DP || in efi_main()
/freebsd-src/lib/libefivar/
H A Duefi-dputil.c234 DevicePathSubType ( in DevicePathSubType() function
346 …return (BOOLEAN) (IsDevicePathEndType (Node) && DevicePathSubType(Node) == END_ENTIRE_DEVICE_PATH_… in IsDevicePathEnd()
H A Defivar-dp-xlate.c154 DevicePathSubType(walker) == MEDIA_FILEPATH_DP) in efi_hd_to_unix()
402 if (DevicePathSubType(walker) == MEDIA_HARDDRIVE_DP) in efivar_device_path_to_unix_path()
H A Defivar-dp-format.c2356 UefiDevicePathLibCatPrint (Str, "Path(%d,%d", DevicePathType (Node), DevicePathSubType (Node));
2361 UefiDevicePathLibCatPrint (Str, "%s(%d", mUefiDevicePathLibToTextTableGeneric[Index].Text, DevicePathSubType (Node));
2470 (DevicePathSubType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].SubType)
2534 (DevicePathSubType (Node) == mUefiDevicePathLibToTextTable[Index].SubType) in UefiDevicePathLibConvertDevicePathToText()
/freebsd-src/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h72 DevicePathSubType (
/freebsd-src/stand/efi/gptboot/
H A Dproto.c128 if (DevicePathSubType(md) != MEDIA_HARDDRIVE_DP) in partition_number()
/freebsd-src/stand/efi/include/
H A Defidevp.h55 #define DevicePathSubType(a) ( (a)->SubType ) macro