Searched refs:MESSAGING_DEVICE_PATH (Results 1 – 10 of 10) sorted by relevance
/freebsd/lib/libefivar/ |
H A D | efivar-dp-format.c | 240 case MESSAGING_DEVICE_PATH: in DevPathToTextVendor() 2322 { MESSAGING_DEVICE_PATH, "Msg" }, 2393 { MESSAGING_DEVICE_PATH, MSG_ATAPI_DP, DevPathToTextAtapi }, 2394 { MESSAGING_DEVICE_PATH, MSG_SCSI_DP, DevPathToTextScsi }, 2395 { MESSAGING_DEVICE_PATH, MSG_FIBRECHANNEL_DP, DevPathToTextFibre }, 2396 { MESSAGING_DEVICE_PATH, MSG_FIBRECHANNELEX_DP, DevPathToTextFibreEx }, 2397 { MESSAGING_DEVICE_PATH, MSG_SASEX_DP, DevPathToTextSasEx }, 2398 { MESSAGING_DEVICE_PATH, MSG_NVME_NAMESPACE_DP, DevPathToTextNVMe }, 2399 { MESSAGING_DEVICE_PATH, MSG_UFS_DP, DevPathToTextUfs }, 2400 { MESSAGING_DEVICE_PATH, MSG_SD_DP, DevPathToTextSd }, [all …]
|
H A D | efivar-dp-parse.c | 1146 return DevPathFromTextGenericPath (MESSAGING_DEVICE_PATH, TextDeviceNode); in DevPathFromTextMsg() 1169 MESSAGING_DEVICE_PATH, in DevPathFromTextAta() 1224 MESSAGING_DEVICE_PATH, in DevPathFromTextScsi() 1258 MESSAGING_DEVICE_PATH, in DevPathFromTextFibre() 1293 MESSAGING_DEVICE_PATH, in DevPathFromTextFibreEx() 1329 MESSAGING_DEVICE_PATH, in DevPathFromText1394() 1363 MESSAGING_DEVICE_PATH, in DevPathFromTextUsb() 1395 MESSAGING_DEVICE_PATH, in DevPathFromTextI2O() 1434 MESSAGING_DEVICE_PATH, in DevPathFromTextInfiniband() 1466 MESSAGING_DEVICE_PATH, in DevPathFromTextVenMsg() [all …]
|
/freebsd/stand/efi/libefi/ |
H A D | efipart.c | 306 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 D | efihttp.c | 196 if (DevicePathType(devpath) != MESSAGING_DEVICE_PATH || in efihttp_dev_init() 259 if (DevicePathType(imgpath) != MESSAGING_DEVICE_PATH) in efihttp_dev_open()
|
H A D | eficom.c | 135 if (DevicePathType(devpath) == MESSAGING_DEVICE_PATH && in efi_serial_get_index()
|
H A D | efinet.c | 393 if (DevicePathType(node) != MESSAGING_DEVICE_PATH || in efinet_dev_init()
|
H A D | devpath.c | 442 case MESSAGING_DEVICE_PATH: in efi_translate_devpath()
|
/freebsd/stand/efi/include/ |
H A D | efidevp.h | 163 #define MESSAGING_DEVICE_PATH 0x03 macro
|
/freebsd/sys/contrib/edk2/Include/Protocol/ |
H A D | DevicePath.h | 322 #define MESSAGING_DEVICE_PATH 0x03 macro
|
/freebsd/stand/efi/loader/ |
H A D | main.c | 180 } else if (DevicePathType(path) == MESSAGING_DEVICE_PATH && in has_keyboard() 995 } else if (DevicePathType(node) == MESSAGING_DEVICE_PATH && in parse_uefi_con_out()
|