Home
last modified time | relevance | path

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

/freebsd/lib/libefivar/
H A Defivar-dp-format.c240 case MESSAGING_DEVICE_PATH: in DevPathToTextVendor()
2296 { MESSAGING_DEVICE_PATH, "Msg" },
2367 { MESSAGING_DEVICE_PATH, MSG_ATAPI_DP, DevPathToTextAtapi },
2368 { MESSAGING_DEVICE_PATH, MSG_SCSI_DP, DevPathToTextScsi },
2369 { MESSAGING_DEVICE_PATH, MSG_FIBRECHANNEL_DP, DevPathToTextFibre },
2370 { MESSAGING_DEVICE_PATH, MSG_FIBRECHANNELEX_DP, DevPathToTextFibreEx },
2371 { MESSAGING_DEVICE_PATH, MSG_SASEX_DP, DevPathToTextSasEx },
2372 { MESSAGING_DEVICE_PATH, MSG_NVME_NAMESPACE_DP, DevPathToTextNVMe },
2373 { MESSAGING_DEVICE_PATH, MSG_UFS_DP, DevPathToTextUfs },
2374 { MESSAGING_DEVICE_PATH, MSG_SD_DP, DevPathToTextSd },
[all …]
H A Defivar-dp-parse.c1135 MESSAGING_DEVICE_PATH, in DevPathFromTextAta()
1186 MESSAGING_DEVICE_PATH, in DevPathFromTextScsi()
1414 MESSAGING_DEVICE_PATH, in DevPathFromTextVenMsg()
1436 MESSAGING_DEVICE_PATH, in DevPathFromTextVenPcAnsi()
1462 MESSAGING_DEVICE_PATH, in DevPathFromTextVenVt100()
1488 MESSAGING_DEVICE_PATH, in DevPathFromTextVenVt100Plus()
1811 MESSAGING_DEVICE_PATH, in DevPathFromTextUfs()
1897 MESSAGING_DEVICE_PATH, in DevPathFromTextDebugPort()
2798 MESSAGING_DEVICE_PATH, in DevPathFromTextVlan()
2861 MESSAGING_DEVICE_PATH, in DevPathFromTextWiFi()
[all …]
/freebsd/stand/efi/libefi/
H A Defipart.c306 if (DevicePathType(node) == MESSAGING_DEVICE_PATH && in efipart_ignore_device()
321 if (DevicePathType(node) == MESSAGING_DEVICE_PATH && in efipart_ignore_device()
330 DevicePathType(node) == MESSAGING_DEVICE_PATH) { in efipart_ignore_device()
H A Defihttp.c196 if (DevicePathType(devpath) != MESSAGING_DEVICE_PATH || in efihttp_dev_init()
259 if (DevicePathType(imgpath) != MESSAGING_DEVICE_PATH) in efihttp_dev_open()
H A Definet.c393 if (DevicePathType(node) != MESSAGING_DEVICE_PATH || in efinet_dev_init()
H A Deficom.c135 if (DevicePathType(devpath) == MESSAGING_DEVICE_PATH && in efi_serial_get_index()
H A Ddevpath.c442 case MESSAGING_DEVICE_PATH: in efi_translate_devpath()
/freebsd/stand/efi/include/
H A Defidevp.h163 #define MESSAGING_DEVICE_PATH 0x03 macro
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h322 #define MESSAGING_DEVICE_PATH 0x03 macro
/freebsd/stand/efi/loader/
H A Dmain.c171 } else if (DevicePathType(path) == MESSAGING_DEVICE_PATH && in has_keyboard()
784 } else if (DevicePathType(node) == MESSAGING_DEVICE_PATH && in parse_uefi_con_out()