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

/freebsd-13-stable/stand/efi/libefi/
H A Ddevpath.c142 uint8_t subtype = DevicePathSubType(node);
186 uint8_t subtype = DevicePathSubType(node);
251 uint8_t subtype = DevicePathSubType(node);
341 uint8_t subtype = DevicePathSubType(node);
625 DevicePathSubType(devpath1) != DevicePathSubType(devpath2))
690 DevicePathSubType(prefix) != DevicePathSubType(path))
H A Defipart.c308 DevicePathSubType(node) == MSG_USB_DP) {
323 DevicePathSubType(node) == MSG_USB_DP)
336 if (DevicePathSubType(node) ==
338 DevicePathSubType(node) == MSG_SCSI_DP) {
445 DevicePathSubType(node) == ACPI_DP) {
564 DevicePathSubType(node) == MEDIA_CDROM_DP) {
628 if (DevicePathSubType(node) != MEDIA_HARDDRIVE_DP) {
739 DevicePathSubType(node) == MEDIA_FILEPATH_DP) {
H A Definet.c397 DevicePathSubType(node) != MSG_MAC_ADDR_DP)
H A Defihttp.c202 DevicePathSubType(devpath) != MSG_URI_DP)
266 switch (DevicePathSubType(imgpath)) {
/freebsd-13-stable/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h72 DevicePathSubType (
/freebsd-13-stable/lib/libefivar/
H A Duefi-dputil.c236 DevicePathSubType ( function
348 return (BOOLEAN) (IsDevicePathEndType (Node) && DevicePathSubType(Node) == END_ENTIRE_DEVICE_PATH_SUBTYPE);
H A Defivar-dp-xlate.c154 DevicePathSubType(walker) == MEDIA_FILEPATH_DP)
375 if (DevicePathSubType(walker) == MEDIA_HARDDRIVE_DP)
H A Defivar-dp-format.c2204 UefiDevicePathLibCatPrint (Str, "Path(%d,%d", DevicePathType (Node), DevicePathSubType (Node));
2209 UefiDevicePathLibCatPrint (Str, "%s(%d", mUefiDevicePathLibToTextTableGeneric[Index].Text, DevicePathSubType (Node));
2316 DevicePathSubType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].SubType
2380 DevicePathSubType (Node) == mUefiDevicePathLibToTextTable[Index].SubType
/freebsd-13-stable/stand/efi/loader/
H A Dmain.c151 (DevicePathSubType(path) == ACPI_DP ||
152 DevicePathSubType(path) == ACPI_EXTENDED_DP)) {
167 DevicePathSubType(path) == MSG_USB_CLASS_DP) {
444 DevicePathSubType(dp) != MEDIA_FILEPATH_DP) {
754 (DevicePathSubType(node) == ACPI_DP ||
755 DevicePathSubType(node) == ACPI_EXTENDED_DP)) {
763 DevicePathSubType(node) == MSG_UART_DP) {
768 DevicePathSubType(node) == ACPI_ADR_DP) {
772 DevicePathSubType(node) == HW_PCI_DP) {
H A Defiserialio.c130 DevicePathSubType(devpath) == MSG_UART_DP)
134 (DevicePathSubType(devpath) == ACPI_DP ||
135 DevicePathSubType(devpath) == ACPI_EXTENDED_DP)) {
H A Defi_main.c152 DevicePathSubType(img->FilePath) != MEDIA_FILEPATH_DP ||
/freebsd-13-stable/stand/efi/gptboot/
H A Dproto.c131 if (DevicePathSubType(md) != MEDIA_HARDDRIVE_DP)
/freebsd-13-stable/stand/efi/include/
H A Defidevp.h56 #define DevicePathSubType(a) ( (a)->SubType ) macro

Completed in 196 milliseconds